Trace number 3263044

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.1 1201.92

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_15_90_1-log.shuffled-as.sat03-137.cnf
MD5SUM808fa775df860c59a1178e77fc60f410
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3416.66
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of clauses25452
Sum of the clauses size254370
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 530
Number of clauses of size over 525422

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: 15622
0.00/0.02	c parsetime: 15979us
0.00/0.02	c parsed 25452 clauses with 75 variables
0.00/0.02	c NW started thread 0 successfully (1115314496)
0.00/0.03	c NW started thread 1 successfully (1087834432)
0.00/0.04	c NW started thread 2 successfully (1098324288)
0.00/0.04	c NW started thread 3 successfully (1125804352)
58.21/14.66	c preprocessor returned 10110 variables
58.21/14.66	c preprocessing returned UNKNOWN
58.21/14.66	c PP set 0 variables
58.21/14.66	c pp time: 14625634us (14s)
58.61/14.71	c preprocessor returned 10110 variables
58.61/14.71	c preprocessing returned UNKNOWN
58.61/14.71	c PP set 0 variables
58.61/14.71	c pp time: 14686614us (14s)
58.61/14.72	c preprocessor returned 10110 variables
58.61/14.72	c preprocessing returned UNKNOWN
58.61/14.72	c PP set 0 variables
58.61/14.72	c pp time: 14700083us (14s)
713.70/178.93	c preprocessor returned 30755 variables
713.70/178.93	c preprocessing returned UNKNOWN
713.70/178.93	c PP set 0 variables
713.70/178.93	c pp time: 178888296us (178s)

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-3263044-1304064174/watcher-3263044-1304064174 -o /tmp/evaluation-result-3263044-1304064174/solver-3263044-1304064174 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3263044-1304064174.cnf 397714935 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.76 7.98 7.98 5/182 15621
/proc/meminfo: memFree=30395232/32951124 swapFree=67111416/67111528
[pid=15621] ppid=15619 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15621/stat : 15621 (priss.sh) S 15619 15621 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518019775 8908800 251 33554432000 4194304 4922060 140736656966112 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15621/statm: 2175 251 211 178 0 68 0

[startup+0.0859339 s]
/proc/loadavg: 7.76 7.98 7.98 5/182 15621
/proc/meminfo: memFree=30395232/32951124 swapFree=67111416/67111528
[pid=15621] ppid=15619 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15621/stat : 15621 (priss.sh) S 15619 15621 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518019775 8908800 251 33554432000 4194304 4922060 140736656966112 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15621/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.964254 s]
/proc/loadavg: 7.76 7.98 7.98 5/182 15621
/proc/meminfo: memFree=30395232/32951124 swapFree=67111416/67111528
[pid=15621] ppid=15619 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15621/stat : 15621 (priss.sh) S 15619 15621 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518019775 8908800 251 33554432000 4194304 4922060 140736656966112 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15621/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.00025 s]
/proc/loadavg: 7.76 7.98 7.98 5/182 15621
/proc/meminfo: memFree=30395232/32951124 swapFree=67111416/67111528
[pid=15621] ppid=15619 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15621/stat : 15621 (priss.sh) S 15619 15621 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518019775 8908800 251 33554432000 4194304 4922060 140736656966112 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15621/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.10023 s]
/proc/loadavg: 7.76 7.98 7.98 5/182 15621
/proc/meminfo: memFree=30395232/32951124 swapFree=67111416/67111528
[pid=15621] ppid=15619 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15621/stat : 15621 (priss.sh) S 15619 15621 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518019775 8908800 251 33554432000 4194304 4922060 140736656966112 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15621/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50015 s]
/proc/loadavg: 7.76 7.98 7.98 5/182 15621
/proc/meminfo: memFree=30395232/32951124 swapFree=67111416/67111528
[pid=15621] ppid=15619 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15621/stat : 15621 (priss.sh) S 15619 15621 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518019775 8908800 251 33554432000 4194304 4922060 140736656966112 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15621/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10085 s]
/proc/loadavg: 7.76 7.98 7.98 9/188 15627
/proc/meminfo: memFree=30378280/32951124 swapFree=67111416/67111528
[pid=15621] ppid=15619 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15621/stat : 15621 (priss.sh) S 15619 15621 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518019775 8908800 251 33554432000 4194304 4922060 140736656966112 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15621/statm: 2175 251 211 178 0 68 0
[pid=15622] ppid=15621 vsize=200256 CPUtime=12.28 cores=0,2,4,6
/proc/15622/stat : 15622 (priss) S 15621 15621 14674 0 -1 4202496 4106 0 0 0 1227 1 0 0 18 0 5 0 518019775 205062144 4039 33554432000 4194304 5787044 140735242263936 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/15622/statm: 50064 4039 351 389 0 45814 0
[pid=15622/tid=15624] ppid=15621 vsize=200256 CPUtime=3.06 cores=0,2,4,6
/proc/15622/task/15624/stat : 15624 (priss) R 15621 15621 14674 0 -1 4202560 430 0 0 0 306 0 0 0 25 0 5 0 518019777 205062144 4039 33554432000 4194304 5787044 140735242263936 18446744073709551615 4336214 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15622/tid=15625] ppid=15621 vsize=200256 CPUtime=3.06 cores=0,2,4,6
/proc/15622/task/15625/stat : 15625 (priss) R 15621 15621 14674 0 -1 4202560 357 0 0 0 306 0 0 0 25 0 5 0 518019778 205062144 4039 33554432000 4194304 5787044 140735242263936 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15622/tid=15626] ppid=15621 vsize=200256 CPUtime=3.05 cores=0,2,4,6
/proc/15622/task/15626/stat : 15626 (priss) R 15621 15621 14674 0 -1 4202560 352 0 0 0 305 0 0 0 25 0 5 0 518019778 205062144 4039 33554432000 4194304 5787044 140735242263936 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15622/tid=15627] ppid=15621 vsize=200256 CPUtime=3.05 cores=0,2,4,6
/proc/15622/task/15627/stat : 15627 (priss) R 15621 15621 14674 0 -1 4202560 378 0 0 0 305 0 0 0 25 0 5 0 518019779 205062144 4039 33554432000 4194304 5787044 140735242263936 18446744073709551615 4336155 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.28
Current children cumulated vsize (KiB) 208956

[startup+6.30624 s]
/proc/loadavg: 7.78 7.98 7.98 9/188 15628
/proc/meminfo: memFree=30377916/32951124 swapFree=67111416/67111528
[pid=15621] ppid=15619 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15621/stat : 15621 (priss.sh) S 15619 15621 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518019775 8908800 251 33554432000 4194304 4922060 140736656966112 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15621/statm: 2175 251 211 178 0 68 0
[pid=15622] ppid=15621 vsize=200256 CPUtime=25.09 cores=0,2,4,6
/proc/15622/stat : 15622 (priss) S 15621 15621 14674 0 -1 4202496 4107 0 0 0 2508 1 0 0 18 0 5 0 518019775 205062144 4040 33554432000 4194304 5787044 140735242263936 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/15622/statm: 50064 4040 351 389 0 45814 0
[pid=15622/tid=15624] ppid=15621 vsize=200256 CPUtime=6.25 cores=0,2,4,6
/proc/15622/task/15624/stat : 15624 (priss) R 15621 15621 14674 0 -1 4202560 430 0 0 0 625 0 0 0 25 0 5 0 518019777 205062144 4040 33554432000 4194304 5787044 140735242263936 18446744073709551615 4336773 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15622/tid=15625] ppid=15621 vsize=200256 CPUtime=6.27 cores=0,2,4,6
/proc/15622/task/15625/stat : 15625 (priss) R 15621 15621 14674 0 -1 4202560 357 0 0 0 627 0 0 0 25 0 5 0 518019778 205062144 4040 33554432000 4194304 5787044 140735242263936 18446744073709551615 4336773 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15622/tid=15626] ppid=15621 vsize=200256 CPUtime=6.26 cores=0,2,4,6
/proc/15622/task/15626/stat : 15626 (priss) R 15621 15621 14674 0 -1 4202560 352 0 0 0 626 0 0 0 25 0 5 0 518019778 205062144 4040 33554432000 4194304 5787044 140735242263936 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15622/tid=15627] ppid=15621 vsize=200256 CPUtime=6.26 cores=0,2,4,6
/proc/15622/task/15627/stat : 15627 (priss) R 15621 15621 14674 0 -1 4202560 379 0 0 0 626 0 0 0 25 0 5 0 518019779 205062144 4040 33554432000 4194304 5787044 140735242263936 18446744073709551615 4336808 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 208956

[startup+12.701 s]
/proc/loadavg: 7.79 7.98 7.98 9/188 15628
/proc/meminfo: memFree=30355480/32951124 swapFree=67111416/67111528
[pid=15621] ppid=15619 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15621/stat : 15621 (priss.sh) S 15619 15621 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518019775 8908800 251 33554432000 4194304 4922060 140736656966112 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15621/statm: 2175 251 211 178 0 68 0
[pid=15622] ppid=15621 vsize=283104 CPUtime=50.63 cores=0,2,4,6
/proc/15622/stat : 15622 (priss) S 15621 15621 14674 0 -1 4202496 9519 0 0 0 5061 2 0 0 18 0 5 0 518019775 289898496 8954 33554432000 4194304 5787044 140735242263936 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/15622/statm: 70776 8954 356 389 0 66526 0
[pid=15622/tid=15624] ppid=15621 vsize=283104 CPUtime=12.61 cores=0,2,4,6
/proc/15622/task/15624/stat : 15624 (priss) R 15621 15621 14674 0 -1 4202560 1078 0 0 0 1261 0 0 0 25 0 5 0 518019777 289898496 8954 33554432000 4194304 5787044 140735242263936 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15622/tid=15625] ppid=15621 vsize=283104 CPUtime=12.65 cores=0,2,4,6
/proc/15622/task/15625/stat : 15625 (priss) R 15621 15621 14674 0 -1 4202560 1182 0 0 0 1265 0 0 0 25 0 5 0 518019778 289898496 8954 33554432000 4194304 5787044 140735242263936 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15622/tid=15626] ppid=15621 vsize=283104 CPUtime=12.65 cores=0,2,4,6
/proc/15622/task/15626/stat : 15626 (priss) R 15621 15621 14674 0 -1 4202560 1144 0 0 0 1265 0 0 0 25 0 5 0 518019778 289898496 8954 33554432000 4194304 5787044 140735242263936 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15622/tid=15627] ppid=15621 vsize=283104 CPUtime=12.65 cores=0,2,4,6
/proc/15622/task/15627/stat : 15627 (priss) R 15621 15621 14674 0 -1 4202560 3526 0 0 0 1265 0 0 0 25 0 5 0 518019779 289898496 8954 33554432000 4194304 5787044 140735242263936 18446744073709551615 4358967 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 291804

[startup+25.5006 s]
/proc/loadavg: 7.84 7.98 7.98 9/188 15628
/proc/meminfo: memFree=30323468/32951124 swapFree=67111416/67111528
[pid=15621] ppid=15619 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15621/stat : 15621 (priss.sh) S 15619 15621 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518019775 8908800 251 33554432000 4194304 4922060 140736656966112 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15621/statm: 2175 251 211 178 0 68 0
[pid=15622] ppid=15621 vsize=292720 CPUtime=101.75 cores=0,2,4,6
/proc/15622/stat : 15622 (priss) S 15621 15621 14674 0 -1 4202496 17098 0 0 0 10169 6 0 0 18 0 5 0 518019775 299745280 15777 33554432000 4194304 5787044 140735242263936 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/15622/statm: 73180 15777 405 389 0 68930 0
[pid=15622/tid=15624] ppid=15621 vsize=292720 CPUtime=25.34 cores=0,2,4,6
/proc/15622/task/15624/stat : 15624 (priss) R 15621 15621 14674 0 -1 4202560 4443 0 0 0 2532 2 0 0 25 0 5 0 518019777 299745280 15777 33554432000 4194304 5787044 140735242263936 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15622/tid=15625] ppid=15621 vsize=292720 CPUtime=25.46 cores=0,2,4,6
/proc/15622/task/15625/stat : 15625 (priss) R 15621 15621 14674 0 -1 4202560 3311 0 0 0 2544 2 0 0 25 0 5 0 518019778 299745280 15777 33554432000 4194304 5787044 140735242263936 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15622/tid=15626] ppid=15621 vsize=292720 CPUtime=25.44 cores=0,2,4,6
/proc/15622/task/15626/stat : 15626 (priss) R 15621 15621 14674 0 -1 4202560 3229 0 0 0 2544 0 0 0 25 0 5 0 518019778 299745280 15777 33554432000 4194304 5787044 140735242263936 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15622/tid=15627] ppid=15621 vsize=292720 CPUtime=25.45 cores=0,2,4,6
/proc/15622/task/15627/stat : 15627 (priss) R 15621 15621 14674 0 -1 4202560 3526 0 0 0 2545 0 0 0 25 0 5 0 518019779 299745280 15777 33554432000 4194304 5787044 140735242263936 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.75
Current children cumulated vsize (KiB) 301420

[startup+51.1007 s]
/proc/loadavg: 8.04 8.01 7.99 10/189 15632
/proc/meminfo: memFree=30272904/32951124 swapFree=67111416/67111528
[pid=15621] ppid=15619 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15621/stat : 15621 (priss.sh) S 15619 15621 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518019775 8908800 251 33554432000 4194304 4922060 140736656966112 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15621/statm: 2175 251 211 178 0 68 0
[pid=15622] ppid=15621 vsize=304960 CPUtime=203.83 cores=0,2,4,6
/proc/15622/stat : 15622 (priss) S 15621 15621 14674 0 -1 4202496 24516 0 0 0 20371 12 0 0 18 0 5 0 518019775 312279040 23192 33554432000 4194304 5787044 140735242263936 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/15622/statm: 76240 23192 405 389 0 71990 0
[pid=15622/tid=15624] ppid=15621 vsize=304960 CPUtime=50.77 cores=0,2,4,6
/proc/15622/task/15624/stat : 15624 (priss) R 15621 15621 14674 0 -1 4202560 6691 0 0 0 5074 3 0 0 25 0 5 0 518019777 312279040 23192 33554432000 4194304 5787044 140735242263936 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15622/tid=15625] ppid=15621 vsize=304960 CPUtime=50.94 cores=0,2,4,6
/proc/15622/task/15625/stat : 15625 (priss) R 15621 15621 14674 0 -1 4202560 5491 0 0 0 5089 5 0 0 25 0 5 0 518019778 312279040 23192 33554432000 4194304 5787044 140735242263936 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15622/tid=15626] ppid=15621 vsize=304960 CPUtime=51.03 cores=0,2,4,6
/proc/15622/task/15626/stat : 15626 (priss) R 15621 15621 14674 0 -1 4202560 6219 0 0 0 5102 1 0 0 25 0 5 0 518019778 312279040 23192 33554432000 4194304 5787044 140735242263936 18446744073709551615 4219905 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15622/tid=15627] ppid=15621 vsize=304960 CPUtime=51.01 cores=0,2,4,6
/proc/15622/task/15627/stat : 15627 (priss) R 15621 15621 14674 0 -1 4202560 3526 0 0 0 5101 0 0 0 25 0 5 0 518019779 312279040 23192 33554432000 4194304 5787044 140735242263936 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.83
Current children cumulated vsize (KiB) 313660

[startup+102.301 s]
/proc/loadavg: 8.14 8.05 8.00 9/188 15633
/proc/meminfo: memFree=30216408/32951124 swapFree=67111416/67111528
[pid=15621] ppid=15619 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15621/stat : 15621 (priss.sh) S 15619 15621 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518019775 8908800 251 33554432000 4194304 4922060 140736656966112 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15621/statm: 2175 251 211 178 0 68 0
[pid=15622] ppid=15621 vsize=325640 CPUtime=407.71 cores=0,2,4,6
/proc/15622/stat : 15622 (priss) S 15621 15621 14674 0 -1 4202496 33457 0 0 0 40751 20 0 0 18 0 5 0 518019775 333455360 32024 33554432000 4194304 5787044 140735242263936 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/15622/statm: 81410 32024 405 389 0 77160 0
[pid=15622/tid=15624] ppid=15621 vsize=325640 CPUtime=101.86 cores=0,2,4,6
/proc/15622/task/15624/stat : 15624 (priss) R 15621 15621 14674 0 -1 4202560 8646 0 0 0 10180 6 0 0 25 0 5 0 518019777 333455360 32024 33554432000 4194304 5787044 140735242263936 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15622/tid=15625] ppid=15621 vsize=325640 CPUtime=101.42 cores=0,2,4,6
/proc/15622/task/15625/stat : 15625 (priss) R 15621 15621 14674 0 -1 4202560 8421 0 0 0 10135 7 0 0 25 0 5 0 518019778 333455360 32024 33554432000 4194304 5787044 140735242263936 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15622/tid=15626] ppid=15621 vsize=325640 CPUtime=102.23 cores=0,2,4,6
/proc/15622/task/15626/stat : 15626 (priss) R 15621 15621 14674 0 -1 4202560 10275 0 0 0 10218 5 0 0 25 0 5 0 518019778 333455360 32024 33554432000 4194304 5787044 140735242263936 18446744073709551615 5592797 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15622/tid=15627] ppid=15621 vsize=325640 CPUtime=102.12 cores=0,2,4,6
/proc/15622/task/15627/stat : 15627 (priss) R 15621 15621 14674 0 -1 4202560 3526 0 0 0 10212 0 0 0 25 0 5 0 518019779 333455360 32024 33554432000 4194304 5787044 140735242263936 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 407.71
Current children cumulated vsize (KiB) 334340

[startup+162.301 s]
/proc/loadavg: 8.09 8.05 8.00 9/188 15635
/proc/meminfo: memFree=30146068/32951124 swapFree=67111416/67111528
[pid=15621] ppid=15619 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15621/stat : 15621 (priss.sh) S 15619 15621 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518019775 8908800 251 33554432000 4194304 4922060 140736656966112 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15621/statm: 2175 251 211 178 0 68 0
[pid=15622] ppid=15621 vsize=341956 CPUtime=647.38 cores=0,2,4,6

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

/proc/15622/task/15625/stat : 15625 (priss) R 15621 15621 14674 0 -1 4202560 22272 0 0 0 88022 21 0 0 25 0 5 0 518019778 654348288 107761 33554432000 4194304 5787044 140735242263936 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=15622/tid=15626] ppid=15621 vsize=639012 CPUtime=880.59 cores=0,2,4,6
/proc/15622/task/15626/stat : 15626 (priss) R 15621 15621 14674 0 -1 4202560 31165 0 0 0 88025 34 0 0 25 0 5 0 518019778 654348288 107761 33554432000 4194304 5787044 140735242263936 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15622/tid=15627] ppid=15621 vsize=639012 CPUtime=881.61 cores=0,2,4,6
/proc/15622/task/15627/stat : 15627 (priss) R 15621 15621 14674 0 -1 4202560 28634 0 0 0 88135 26 0 0 25 0 5 0 518019779 654348288 107761 33554432000 4194304 5787044 140735242263936 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3523.4
Current children cumulated vsize (KiB) 647712

[startup+942.301 s]
/proc/loadavg: 8.14 8.06 8.01 9/188 15656
/proc/meminfo: memFree=29678900/32951124 swapFree=67111416/67111528
[pid=15621] ppid=15619 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15621/stat : 15621 (priss.sh) S 15619 15621 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518019775 8908800 251 33554432000 4194304 4922060 140736656966112 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15621/statm: 2175 251 211 178 0 68 0
[pid=15622] ppid=15621 vsize=639012 CPUtime=3763.1 cores=0,2,4,6
/proc/15622/stat : 15622 (priss) S 15621 15621 14674 0 -1 4202496 113312 0 0 0 376193 117 0 0 18 0 5 0 518019775 654348288 110240 33554432000 4194304 5787044 140735242263936 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/15622/statm: 159753 110240 418 389 0 155503 0
[pid=15622/tid=15624] ppid=15621 vsize=639012 CPUtime=940.69 cores=0,2,4,6
/proc/15622/task/15624/stat : 15624 (priss) R 15621 15621 14674 0 -1 4202560 26235 0 0 0 94041 28 0 0 25 0 5 0 518019777 654348288 110240 33554432000 4194304 5787044 140735242263936 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15622/tid=15625] ppid=15621 vsize=639012 CPUtime=940.44 cores=0,2,4,6
/proc/15622/task/15625/stat : 15625 (priss) R 15621 15621 14674 0 -1 4202560 22312 0 0 0 94023 21 0 0 25 0 5 0 518019778 654348288 110240 33554432000 4194304 5787044 140735242263936 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=15622/tid=15626] ppid=15621 vsize=639012 CPUtime=940.27 cores=0,2,4,6
/proc/15622/task/15626/stat : 15626 (priss) R 15621 15621 14674 0 -1 4202560 33541 0 0 0 93988 39 0 0 25 0 5 0 518019778 654348288 110240 33554432000 4194304 5787044 140735242263936 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15622/tid=15627] ppid=15621 vsize=639012 CPUtime=941.62 cores=0,2,4,6
/proc/15622/task/15627/stat : 15627 (priss) R 15621 15621 14674 0 -1 4202560 28635 0 0 0 94135 27 0 0 25 0 5 0 518019779 654348288 110240 33554432000 4194304 5787044 140735242263936 18446744073709551615 5528380 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3763.1
Current children cumulated vsize (KiB) 647712

[startup+1002.3 s]
/proc/loadavg: 8.12 8.06 8.01 9/188 15657
/proc/meminfo: memFree=29647984/32951124 swapFree=67111416/67111528
[pid=15621] ppid=15619 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15621/stat : 15621 (priss.sh) S 15619 15621 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518019775 8908800 251 33554432000 4194304 4922060 140736656966112 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15621/statm: 2175 251 211 178 0 68 0
[pid=15622] ppid=15621 vsize=647212 CPUtime=4002.74 cores=0,2,4,6
/proc/15622/stat : 15622 (priss) S 15621 15621 14674 0 -1 4202496 117705 0 0 0 400152 122 0 0 18 0 5 0 518019775 662745088 114633 33554432000 4194304 5787044 140735242263936 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/15622/statm: 161803 114633 418 389 0 157553 0
[pid=15622/tid=15624] ppid=15621 vsize=647212 CPUtime=1000.68 cores=0,2,4,6
/proc/15622/task/15624/stat : 15624 (priss) R 15621 15621 14674 0 -1 4202560 27343 0 0 0 100040 28 0 0 25 0 5 0 518019777 662745088 114633 33554432000 4194304 5787044 140735242263936 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15622/tid=15625] ppid=15621 vsize=647212 CPUtime=1000.43 cores=0,2,4,6
/proc/15622/task/15625/stat : 15625 (priss) R 15621 15621 14674 0 -1 4202560 23467 0 0 0 100022 21 0 0 25 0 5 0 518019778 662745088 114633 33554432000 4194304 5787044 140735242263936 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=15622/tid=15626] ppid=15621 vsize=647212 CPUtime=999.94 cores=0,2,4,6
/proc/15622/task/15626/stat : 15626 (priss) R 15621 15621 14674 0 -1 4202560 35663 0 0 0 99950 44 0 0 25 0 5 0 518019778 662745088 114633 33554432000 4194304 5787044 140735242263936 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15622/tid=15627] ppid=15621 vsize=647212 CPUtime=1001.62 cores=0,2,4,6
/proc/15622/task/15627/stat : 15627 (priss) R 15621 15621 14674 0 -1 4202560 28643 0 0 0 100135 27 0 0 25 0 5 0 518019779 662745088 114633 33554432000 4194304 5787044 140735242263936 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4002.74
Current children cumulated vsize (KiB) 655912

[startup+1062.31 s]
/proc/loadavg: 7.91 7.99 7.98 9/188 15692
/proc/meminfo: memFree=29964996/32951124 swapFree=67111416/67111528
[pid=15621] ppid=15619 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15621/stat : 15621 (priss.sh) S 15619 15621 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518019775 8908800 251 33554432000 4194304 4922060 140736656966112 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15621/statm: 2175 251 211 178 0 68 0
[pid=15622] ppid=15621 vsize=659512 CPUtime=4242.44 cores=0,2,4,6
/proc/15622/stat : 15622 (priss) S 15621 15621 14674 0 -1 4202496 122462 0 0 0 424116 128 0 0 18 0 5 0 518019775 675340288 119390 33554432000 4194304 5787044 140735242263936 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/15622/statm: 164878 119390 418 389 0 160628 0
[pid=15622/tid=15624] ppid=15621 vsize=659512 CPUtime=1060.68 cores=0,2,4,6
/proc/15622/task/15624/stat : 15624 (priss) R 15621 15621 14674 0 -1 4202560 28567 0 0 0 106039 29 0 0 25 0 5 0 518019777 675340288 119390 33554432000 4194304 5787044 140735242263936 18446744073709551615 5591272 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15622/tid=15625] ppid=15621 vsize=659512 CPUtime=1060.45 cores=0,2,4,6
/proc/15622/task/15625/stat : 15625 (priss) R 15621 15621 14674 0 -1 4202560 24435 0 0 0 106023 22 0 0 25 0 5 0 518019778 675340288 119390 33554432000 4194304 5787044 140735242263936 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=15622/tid=15626] ppid=15621 vsize=659512 CPUtime=1059.62 cores=0,2,4,6
/proc/15622/task/15626/stat : 15626 (priss) R 15621 15621 14674 0 -1 4202560 38203 0 0 0 105914 48 0 0 25 0 5 0 518019778 675340288 119390 33554432000 4194304 5787044 140735242263936 18446744073709551615 5591568 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15622/tid=15627] ppid=15621 vsize=659512 CPUtime=1061.62 cores=0,2,4,6
/proc/15622/task/15627/stat : 15627 (priss) R 15621 15621 14674 0 -1 4202560 28668 0 0 0 106135 27 0 0 25 0 5 0 518019779 675340288 119390 33554432000 4194304 5787044 140735242263936 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4242.44
Current children cumulated vsize (KiB) 668212

[startup+1122.3 s]
/proc/loadavg: 8.04 8.02 8.00 9/188 15693
/proc/meminfo: memFree=29878036/32951124 swapFree=67111416/67111528
[pid=15621] ppid=15619 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15621/stat : 15621 (priss.sh) S 15619 15621 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518019775 8908800 251 33554432000 4194304 4922060 140736656966112 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15621/statm: 2175 251 211 178 0 68 0
[pid=15622] ppid=15621 vsize=659960 CPUtime=4482.08 cores=0,2,4,6
/proc/15622/stat : 15622 (priss) S 15621 15621 14674 0 -1 4202496 126828 0 0 0 448073 135 0 0 18 0 5 0 518019775 675799040 123550 33554432000 4194304 5787044 140735242263936 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/15622/statm: 164990 123550 418 389 0 160740 0
[pid=15622/tid=15624] ppid=15621 vsize=659960 CPUtime=1120.67 cores=0,2,4,6
/proc/15622/task/15624/stat : 15624 (priss) R 15621 15621 14674 0 -1 4202560 30050 0 0 0 112035 32 0 0 25 0 5 0 518019777 675799040 123550 33554432000 4194304 5787044 140735242263936 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15622/tid=15625] ppid=15621 vsize=659960 CPUtime=1120.44 cores=0,2,4,6
/proc/15622/task/15625/stat : 15625 (priss) R 15621 15621 14674 0 -1 4202560 25975 0 0 0 112020 24 0 0 25 0 5 0 518019778 675799040 123550 33554432000 4194304 5787044 140735242263936 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=15622/tid=15626] ppid=15621 vsize=659960 CPUtime=1119.29 cores=0,2,4,6
/proc/15622/task/15626/stat : 15626 (priss) R 15621 15621 14674 0 -1 4202560 39439 0 0 0 111879 50 0 0 25 0 5 0 518019778 675799040 123550 33554432000 4194304 5787044 140735242263936 18446744073709551615 4254966 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15622/tid=15627] ppid=15621 vsize=659960 CPUtime=1121.62 cores=0,2,4,6
/proc/15622/task/15627/stat : 15627 (priss) R 15621 15621 14674 0 -1 4202560 28775 0 0 0 112135 27 0 0 25 0 5 0 518019779 675799040 123550 33554432000 4194304 5787044 140735242263936 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4482.08
Current children cumulated vsize (KiB) 668660

[startup+1182.3 s]
/proc/loadavg: 8.05 8.03 8.00 9/188 15695
/proc/meminfo: memFree=29833252/32951124 swapFree=67111416/67111528
[pid=15621] ppid=15619 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15621/stat : 15621 (priss.sh) S 15619 15621 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518019775 8908800 251 33554432000 4194304 4922060 140736656966112 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15621/statm: 2175 251 211 178 0 68 0
[pid=15622] ppid=15621 vsize=660216 CPUtime=4721.76 cores=0,2,4,6
/proc/15622/stat : 15622 (priss) S 15621 15621 14674 0 -1 4202496 129992 0 0 0 472037 139 0 0 18 0 5 0 518019775 676061184 126714 33554432000 4194304 5787044 140735242263936 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/15622/statm: 165054 126714 418 389 0 160804 0
[pid=15622/tid=15624] ppid=15621 vsize=660216 CPUtime=1180.66 cores=0,2,4,6
/proc/15622/task/15624/stat : 15624 (priss) R 15621 15621 14674 0 -1 4202560 31641 0 0 0 118032 34 0 0 25 0 5 0 518019777 676061184 126714 33554432000 4194304 5787044 140735242263936 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15622/tid=15625] ppid=15621 vsize=660216 CPUtime=1180.44 cores=0,2,4,6
/proc/15622/task/15625/stat : 15625 (priss) R 15621 15621 14674 0 -1 4202560 27431 0 0 0 118019 25 0 0 25 0 5 0 518019778 676061184 126714 33554432000 4194304 5787044 140735242263936 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=15622/tid=15626] ppid=15621 vsize=660216 CPUtime=1178.96 cores=0,2,4,6
/proc/15622/task/15626/stat : 15626 (priss) R 15621 15621 14674 0 -1 4202560 39439 0 0 0 117846 50 0 0 25 0 5 0 518019778 676061184 126714 33554432000 4194304 5787044 140735242263936 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15622/tid=15627] ppid=15621 vsize=660216 CPUtime=1181.62 cores=0,2,4,6
/proc/15622/task/15627/stat : 15627 (priss) R 15621 15621 14674 0 -1 4202560 28892 0 0 0 118135 27 0 0 25 0 5 0 518019779 676061184 126714 33554432000 4194304 5787044 140735242263936 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4721.76
Current children cumulated vsize (KiB) 668916



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 8.10 8.04 8.00 9/188 15695
/proc/meminfo: memFree=29796292/32951124 swapFree=67111416/67111528
[pid=15621] ppid=15619 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15621/stat : 15621 (priss.sh) S 15619 15621 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518019775 8908800 251 33554432000 4194304 4922060 140736656966112 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15621/statm: 2175 251 211 178 0 68 0
[pid=15622] ppid=15621 vsize=662992 CPUtime=4800.1 cores=0,2,4,6
/proc/15622/stat : 15622 (priss) S 15621 15621 14674 0 -1 4202496 131618 0 0 0 479869 141 0 0 18 0 5 0 518019775 678903808 128340 33554432000 4194304 5787044 140735242263936 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/15622/statm: 165748 128340 418 389 0 161498 0
[pid=15622/tid=15624] ppid=15621 vsize=662992 CPUtime=1200.27 cores=0,2,4,6
/proc/15622/task/15624/stat : 15624 (priss) R 15621 15621 14674 0 -1 4202560 32181 0 0 0 119993 34 0 0 25 0 5 0 518019777 678903808 128340 33554432000 4194304 5787044 140735242263936 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15622/tid=15625] ppid=15621 vsize=662992 CPUtime=1200.05 cores=0,2,4,6
/proc/15622/task/15625/stat : 15625 (priss) R 15621 15621 14674 0 -1 4202560 27896 0 0 0 119979 26 0 0 25 0 5 0 518019778 678903808 128340 33554432000 4194304 5787044 140735242263936 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=15622/tid=15626] ppid=15621 vsize=662992 CPUtime=1198.46 cores=0,2,4,6
/proc/15622/task/15626/stat : 15626 (priss) R 15621 15621 14674 0 -1 4202560 39439 0 0 0 119796 50 0 0 25 0 5 0 518019778 678903808 128340 33554432000 4194304 5787044 140735242263936 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15622/tid=15627] ppid=15621 vsize=662992 CPUtime=1201.23 cores=0,2,4,6
/proc/15622/task/15627/stat : 15627 (priss) R 15621 15621 14674 0 -1 4202560 29513 0 0 0 120096 27 0 0 25 0 5 0 518019779 678903808 128340 33554432000 4194304 5787044 140735242263936 18446744073709551615 5527468 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.1
Current children cumulated vsize (KiB) 671692

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

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

[startup+1201.9 s]
/proc/loadavg: 8.10 8.04 8.00 9/188 15695
/proc/meminfo: memFree=29796292/32951124 swapFree=67111416/67111528
[pid=15621] ppid=15619 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15621/stat : 15621 (priss.sh) S 15619 15621 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518019775 8908800 251 33554432000 4194304 4922060 140736656966112 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15621/statm: 2175 251 211 178 0 68 0
[pid=15622] ppid=15621 vsize=662992 CPUtime=4800.1 cores=0,2,4,6
/proc/15622/stat : 15622 (priss) S 15621 15621 14674 0 -1 4202496 131618 0 0 0 479869 141 0 0 18 0 5 0 518019775 678903808 128340 33554432000 4194304 5787044 140735242263936 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/15622/statm: 165748 128340 418 389 0 161498 0
[pid=15622/tid=15624] ppid=15621 vsize=662992 CPUtime=1200.27 cores=0,2,4,6
/proc/15622/task/15624/stat : 15624 (priss) R 15621 15621 14674 0 -1 4202560 32181 0 0 0 119993 34 0 0 25 0 5 0 518019777 678903808 128340 33554432000 4194304 5787044 140735242263936 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15622/tid=15625] ppid=15621 vsize=662992 CPUtime=1200.05 cores=0,2,4,6
/proc/15622/task/15625/stat : 15625 (priss) R 15621 15621 14674 0 -1 4202560 27896 0 0 0 119979 26 0 0 25 0 5 0 518019778 678903808 128340 33554432000 4194304 5787044 140735242263936 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=15622/tid=15626] ppid=15621 vsize=662992 CPUtime=1198.46 cores=0,2,4,6
/proc/15622/task/15626/stat : 15626 (priss) R 15621 15621 14674 0 -1 4202560 39439 0 0 0 119796 50 0 0 25 0 5 0 518019778 678903808 128340 33554432000 4194304 5787044 140735242263936 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=15622/tid=15627] ppid=15621 vsize=662992 CPUtime=1201.23 cores=0,2,4,6
/proc/15622/task/15627/stat : 15627 (priss) R 15621 15621 14674 0 -1 4202560 29513 0 0 0 120096 27 0 0 25 0 5 0 518019779 678903808 128340 33554432000 4194304 5787044 140735242263936 18446744073709551615 5527468 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.1
Current children cumulated vsize (KiB) 671692

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1201.92
CPU time (s): 4800.1
CPU user time (s): 4798.69
CPU system time (s): 1.41
CPU usage (%): 399.368
Max. virtual memory (cumulated for all children) (KiB): 671692

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

runsolver used 1.89671 second user time and 4.66829 second system time

The end

Launcher Data

Begin job on node102 at 2011-04-29 10:02:54
IDJOB=3263044
IDBENCH=83921
IDSOLVER=1603
FILE ID=node102/3263044-1304064174
RUNJOBID= node102-1304060360-15212
PBS_JOBID= 13170428
Free space on /tmp= 71556 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_15_90_1-log.shuffled-as.sat03-137.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3263044-1304064174/watcher-3263044-1304064174 -o /tmp/evaluation-result-3263044-1304064174/solver-3263044-1304064174 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3263044-1304064174.cnf 397714935 4800 15500 4

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

MD5SUM BENCH= 808fa775df860c59a1178e77fc60f410
RANDOM SEED=397714935

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30395504 kB
Buffers:        632320 kB
Cached:        1247200 kB
SwapCached:          8 kB
Active:         416168 kB
Inactive:      1716592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30395504 kB
SwapTotal:    67111528 kB
SwapFree:     67111416 kB
Dirty:            2376 kB
Writeback:           0 kB
AnonPages:      253028 kB
Mapped:          15564 kB
Slab:           358404 kB
PageTables:       5200 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   445276 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= 71556 MiB
End job on node102 at 2011-04-29 10:22:58