Trace number 3259480

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.06 1201.72

General information on the benchmark

NameCRAFTED/rbsat/crafted/forced/
rbsat-v760c43649gyes6.cnf
MD5SUMdc046d6f885b64777ffc1cfc8367a176
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.909861
Satisfiable
(Un)Satisfiability was proved
Number of variables760
Number of clauses43649
Sum of the clauses size87978
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 243609
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

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: 23739
0.00/0.01	c parsetime: 8333us
0.00/0.01	c parsed 43649 clauses with 760 variables
0.00/0.01	c NW started thread 0 successfully (1113385280)
0.00/0.01	c NW started thread 1 successfully (1123875136)
0.00/0.02	c NW started thread 2 successfully (1134364992)
0.00/0.02	c NW started thread 3 successfully (1144854848)
0.00/1.30	c preprocessor returned 10003 variables
0.00/1.30	c preprocessing returned UNKNOWN
0.00/1.30	c PP set 0 variables
0.00/1.30	c pp time: 1285778us (1s)
0.00/1.30	c preprocessor returned 10003 variables
0.00/1.30	c preprocessing returned UNKNOWN
0.00/1.30	c PP set 0 variables
0.00/1.30	c pp time: 1287884us (1s)
0.00/1.31	c preprocessor returned 10003 variables
0.00/1.31	c preprocessing returned UNKNOWN
0.00/1.31	c PP set 0 variables
0.00/1.31	c pp time: 1285674us (1s)
51.45/12.99	c preprocessor returned 30041 variables
51.45/12.99	c preprocessing returned UNKNOWN
51.45/12.99	c PP set 0 variables
51.45/12.99	c pp time: 12963376us (12s)

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 8.24 8.20 8.11 5/182 23738
/proc/meminfo: memFree=14483972/32951124 swapFree=67111528/67111528
[pid=23738] ppid=23736 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23738/stat : 23738 (priss.sh) S 23736 23738 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 497187172 8908800 251 33554432000 4194304 4922060 140734388347200 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23738/statm: 2175 251 211 178 0 68 0

[startup+0.16309 s]
/proc/loadavg: 8.24 8.20 8.11 5/182 23738
/proc/meminfo: memFree=14483972/32951124 swapFree=67111528/67111528
[pid=23738] ppid=23736 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23738/stat : 23738 (priss.sh) S 23736 23738 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 497187172 8908800 251 33554432000 4194304 4922060 140734388347200 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23738/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.94311 s]
/proc/loadavg: 8.24 8.20 8.11 5/182 23738
/proc/meminfo: memFree=14483972/32951124 swapFree=67111528/67111528
[pid=23738] ppid=23736 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23738/stat : 23738 (priss.sh) S 23736 23738 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 497187172 8908800 251 33554432000 4194304 4922060 140734388347200 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23738/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.04309 s]
/proc/loadavg: 8.24 8.20 8.11 5/182 23738
/proc/meminfo: memFree=14483972/32951124 swapFree=67111528/67111528
[pid=23738] ppid=23736 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23738/stat : 23738 (priss.sh) S 23736 23738 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 497187172 8908800 251 33554432000 4194304 4922060 140734388347200 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23738/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.14308 s]
/proc/loadavg: 8.24 8.20 8.11 5/182 23738
/proc/meminfo: memFree=14483972/32951124 swapFree=67111528/67111528
[pid=23738] ppid=23736 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23738/stat : 23738 (priss.sh) S 23736 23738 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 497187172 8908800 251 33554432000 4194304 4922060 140734388347200 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23738/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50101 s]
/proc/loadavg: 8.24 8.20 8.11 5/182 23738
/proc/meminfo: memFree=14483972/32951124 swapFree=67111528/67111528
[pid=23738] ppid=23736 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23738/stat : 23738 (priss.sh) S 23736 23738 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 497187172 8908800 251 33554432000 4194304 4922060 140734388347200 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23738/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10073 s]
/proc/loadavg: 8.22 8.20 8.11 9/188 23744
/proc/meminfo: memFree=14437640/32951124 swapFree=67111528/67111528
[pid=23738] ppid=23736 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23738/stat : 23738 (priss.sh) S 23736 23738 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 497187172 8908800 251 33554432000 4194304 4922060 140734388347200 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23738/statm: 2175 251 211 178 0 68 0
[pid=23739] ppid=23738 vsize=286800 CPUtime=12.28 cores=1,3,5,7
/proc/23739/stat : 23739 (priss) S 23738 23738 22103 0 -1 4202496 18495 0 0 0 1224 4 0 0 19 0 5 0 497187172 293683200 11561 33554432000 4194304 5787044 140736727549312 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/23739/statm: 71700 11561 404 389 0 67450 0
[pid=23739/tid=23741] ppid=23738 vsize=286800 CPUtime=3.07 cores=1,3,5,7
/proc/23739/task/23741/stat : 23741 (priss) R 23738 23738 22103 0 -1 4202560 5207 0 0 0 306 1 0 0 22 0 5 0 497187173 293683200 11561 33554432000 4194304 5787044 140736727549312 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23739/tid=23742] ppid=23738 vsize=286800 CPUtime=3.05 cores=1,3,5,7
/proc/23739/task/23742/stat : 23742 (priss) R 23738 23738 22103 0 -1 4202560 3583 0 0 0 305 0 0 0 25 0 5 0 497187173 293683200 11561 33554432000 4194304 5787044 140736727549312 18446744073709551615 5576478 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23739/tid=23743] ppid=23738 vsize=286800 CPUtime=3.06 cores=1,3,5,7
/proc/23739/task/23743/stat : 23743 (priss) R 23738 23738 22103 0 -1 4202560 4503 0 0 0 305 1 0 0 25 0 5 0 497187174 293683200 11561 33554432000 4194304 5787044 140736727549312 18446744073709551615 233509958689 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23739/tid=23744] ppid=23738 vsize=286800 CPUtime=3.04 cores=1,3,5,7
/proc/23739/task/23744/stat : 23744 (priss) R 23738 23738 22103 0 -1 4202560 2431 0 0 0 304 0 0 0 25 0 5 0 497187174 293683200 11561 33554432000 4194304 5787044 140736727549312 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.28
Current children cumulated vsize (KiB) 295500

[startup+6.30716 s]
/proc/loadavg: 8.20 8.19 8.11 9/188 23744
/proc/meminfo: memFree=14432728/32951124 swapFree=67111528/67111528
[pid=23738] ppid=23736 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23738/stat : 23738 (priss.sh) S 23736 23738 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 497187172 8908800 251 33554432000 4194304 4922060 140734388347200 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23738/statm: 2175 251 211 178 0 68 0
[pid=23739] ppid=23738 vsize=288004 CPUtime=25.09 cores=1,3,5,7
/proc/23739/stat : 23739 (priss) S 23738 23738 22103 0 -1 4202496 19444 0 0 0 2504 5 0 0 19 0 5 0 497187172 294916096 12510 33554432000 4194304 5787044 140736727549312 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/23739/statm: 72001 12510 404 389 0 67751 0
[pid=23739/tid=23741] ppid=23738 vsize=288004 CPUtime=6.27 cores=1,3,5,7
/proc/23739/task/23741/stat : 23741 (priss) R 23738 23738 22103 0 -1 4202560 5505 0 0 0 626 1 0 0 25 0 5 0 497187173 294916096 12510 33554432000 4194304 5787044 140736727549312 18446744073709551615 5591280 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23739/tid=23742] ppid=23738 vsize=288004 CPUtime=6.25 cores=1,3,5,7
/proc/23739/task/23742/stat : 23742 (priss) R 23738 23738 22103 0 -1 4202560 3893 0 0 0 624 1 0 0 25 0 5 0 497187173 294916096 12510 33554432000 4194304 5787044 140736727549312 18446744073709551615 4254992 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23739/tid=23743] ppid=23738 vsize=288004 CPUtime=6.27 cores=1,3,5,7
/proc/23739/task/23743/stat : 23743 (priss) R 23738 23738 22103 0 -1 4202560 4844 0 0 0 626 1 0 0 25 0 5 0 497187174 294916096 12510 33554432000 4194304 5787044 140736727549312 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23739/tid=23744] ppid=23738 vsize=288004 CPUtime=6.25 cores=1,3,5,7
/proc/23739/task/23744/stat : 23744 (priss) R 23738 23738 22103 0 -1 4202560 2431 0 0 0 625 0 0 0 25 0 5 0 497187174 294916096 12510 33554432000 4194304 5787044 140736727549312 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 296704

[startup+12.701 s]
/proc/loadavg: 8.18 8.19 8.10 9/188 23744
/proc/meminfo: memFree=14423576/32951124 swapFree=67111528/67111528
[pid=23738] ppid=23736 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23738/stat : 23738 (priss.sh) S 23736 23738 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 497187172 8908800 251 33554432000 4194304 4922060 140734388347200 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23738/statm: 2175 251 211 178 0 68 0
[pid=23739] ppid=23738 vsize=290908 CPUtime=50.63 cores=1,3,5,7
/proc/23739/stat : 23739 (priss) S 23738 23738 22103 0 -1 4202496 21526 0 0 0 5057 6 0 0 19 0 5 0 497187172 297889792 14592 33554432000 4194304 5787044 140736727549312 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/23739/statm: 72727 14592 404 389 0 68477 0
[pid=23739/tid=23741] ppid=23738 vsize=290908 CPUtime=12.67 cores=1,3,5,7
/proc/23739/task/23741/stat : 23741 (priss) R 23738 23738 22103 0 -1 4202560 6203 0 0 0 1265 2 0 0 25 0 5 0 497187173 297889792 14592 33554432000 4194304 5787044 140736727549312 18446744073709551615 5592784 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23739/tid=23742] ppid=23738 vsize=290908 CPUtime=12.61 cores=1,3,5,7
/proc/23739/task/23742/stat : 23742 (priss) R 23738 23738 22103 0 -1 4202560 4577 0 0 0 1260 1 0 0 25 0 5 0 497187173 297889792 14592 33554432000 4194304 5787044 140736727549312 18446744073709551615 5586814 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23739/tid=23743] ppid=23738 vsize=290908 CPUtime=12.66 cores=1,3,5,7
/proc/23739/task/23743/stat : 23743 (priss) R 23738 23738 22103 0 -1 4202560 5544 0 0 0 1264 2 0 0 25 0 5 0 497187174 297889792 14592 33554432000 4194304 5787044 140736727549312 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23739/tid=23744] ppid=23738 vsize=290908 CPUtime=12.65 cores=1,3,5,7
/proc/23739/task/23744/stat : 23744 (priss) R 23738 23738 22103 0 -1 4202560 2431 0 0 0 1265 0 0 0 25 0 5 0 497187174 297889792 14592 33554432000 4194304 5787044 140736727549312 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 299608

[startup+25.5007 s]
/proc/loadavg: 8.15 8.18 8.10 7/188 23745
/proc/meminfo: memFree=14394424/32951124 swapFree=67111528/67111528
[pid=23738] ppid=23736 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23738/stat : 23738 (priss.sh) S 23736 23738 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 497187172 8908800 251 33554432000 4194304 4922060 140734388347200 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23738/statm: 2175 251 211 178 0 68 0
[pid=23739] ppid=23738 vsize=298684 CPUtime=101.75 cores=1,3,5,7
/proc/23739/stat : 23739 (priss) S 23738 23738 22103 0 -1 4202496 29069 0 0 0 10163 12 0 0 19 0 5 0 497187172 305852416 20362 33554432000 4194304 5787044 140736727549312 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/23739/statm: 74671 20362 417 389 0 70421 0
[pid=23739/tid=23741] ppid=23738 vsize=298684 CPUtime=25.47 cores=1,3,5,7
/proc/23739/task/23741/stat : 23741 (priss) R 23738 23738 22103 0 -1 4202560 7103 0 0 0 2544 3 0 0 25 0 5 0 497187173 305852416 20362 33554432000 4194304 5787044 140736727549312 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23739/tid=23742] ppid=23738 vsize=298684 CPUtime=25.34 cores=1,3,5,7
/proc/23739/task/23742/stat : 23742 (priss) R 23738 23738 22103 0 -1 4202560 5460 0 0 0 2532 2 0 0 25 0 5 0 497187173 305852416 20362 33554432000 4194304 5787044 140736727549312 18446744073709551615 5592640 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23739/tid=23743] ppid=23738 vsize=298684 CPUtime=25.45 cores=1,3,5,7
/proc/23739/task/23743/stat : 23743 (priss) R 23738 23738 22103 0 -1 4202560 6517 0 0 0 2542 3 0 0 25 0 5 0 497187174 305852416 20362 33554432000 4194304 5787044 140736727549312 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23739/tid=23744] ppid=23738 vsize=298684 CPUtime=25.45 cores=1,3,5,7
/proc/23739/task/23744/stat : 23744 (priss) R 23738 23738 22103 0 -1 4202560 7218 0 0 0 2542 3 0 0 25 0 5 0 497187174 305852416 20362 33554432000 4194304 5787044 140736727549312 18446744073709551615 5528056 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.75
Current children cumulated vsize (KiB) 307384

[startup+51.1012 s]
/proc/loadavg: 8.10 8.17 8.10 9/188 23745
/proc/meminfo: memFree=14357668/32951124 swapFree=67111528/67111528
[pid=23738] ppid=23736 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23738/stat : 23738 (priss.sh) S 23736 23738 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 497187172 8908800 251 33554432000 4194304 4922060 140734388347200 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23738/statm: 2175 251 211 178 0 68 0
[pid=23739] ppid=23738 vsize=312548 CPUtime=204 cores=1,3,5,7
/proc/23739/stat : 23739 (priss) S 23738 23738 22103 0 -1 4202496 37359 0 0 0 20378 22 0 0 19 0 5 0 497187172 320049152 28609 33554432000 4194304 5787044 140736727549312 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/23739/statm: 78137 28609 417 389 0 73887 0
[pid=23739/tid=23741] ppid=23738 vsize=312548 CPUtime=51.06 cores=1,3,5,7
/proc/23739/task/23741/stat : 23741 (priss) R 23738 23738 22103 0 -1 4202560 9626 0 0 0 5101 5 0 0 25 0 5 0 497187173 320049152 28609 33554432000 4194304 5787044 140736727549312 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23739/tid=23742] ppid=23738 vsize=312548 CPUtime=50.94 cores=1,3,5,7
/proc/23739/task/23742/stat : 23742 (priss) R 23738 23738 22103 0 -1 4202560 6910 0 0 0 5091 3 0 0 25 0 5 0 497187173 320049152 28609 33554432000 4194304 5787044 140736727549312 18446744073709551615 5588240 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23739/tid=23743] ppid=23738 vsize=312548 CPUtime=50.9 cores=1,3,5,7
/proc/23739/task/23743/stat : 23743 (priss) R 23738 23738 22103 0 -1 4202560 8276 0 0 0 5084 6 0 0 25 0 5 0 497187174 320049152 28609 33554432000 4194304 5787044 140736727549312 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23739/tid=23744] ppid=23738 vsize=312548 CPUtime=51.05 cores=1,3,5,7
/proc/23739/task/23744/stat : 23744 (priss) R 23738 23738 22103 0 -1 4202560 9776 0 0 0 5099 6 0 0 25 0 5 0 497187174 320049152 28609 33554432000 4194304 5787044 140736727549312 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204
Current children cumulated vsize (KiB) 321248

[startup+102.301 s]
/proc/loadavg: 8.04 8.14 8.09 9/188 23747
/proc/meminfo: memFree=14258196/32951124 swapFree=67111528/67111528
[pid=23738] ppid=23736 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23738/stat : 23738 (priss.sh) S 23736 23738 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 497187172 8908800 251 33554432000 4194304 4922060 140734388347200 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23738/statm: 2175 251 211 178 0 68 0
[pid=23739] ppid=23738 vsize=330000 CPUtime=408.51 cores=1,3,5,7
/proc/23739/stat : 23739 (priss) S 23738 23738 22103 0 -1 4202496 47738 0 0 0 40814 37 0 0 19 0 5 0 497187172 337920000 38868 33554432000 4194304 5787044 140736727549312 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/23739/statm: 82500 38868 417 389 0 78250 0
[pid=23739/tid=23741] ppid=23738 vsize=330000 CPUtime=102.26 cores=1,3,5,7
/proc/23739/task/23741/stat : 23741 (priss) R 23738 23738 22103 0 -1 4202560 12562 0 0 0 10217 9 0 0 25 0 5 0 497187173 337920000 38868 33554432000 4194304 5787044 140736727549312 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23739/tid=23742] ppid=23738 vsize=330000 CPUtime=102.13 cores=1,3,5,7
/proc/23739/task/23742/stat : 23742 (priss) R 23738 23738 22103 0 -1 4202560 9149 0 0 0 10207 6 0 0 25 0 5 0 497187173 337920000 38868 33554432000 4194304 5787044 140736727549312 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23739/tid=23743] ppid=23738 vsize=330000 CPUtime=101.82 cores=1,3,5,7
/proc/23739/task/23743/stat : 23743 (priss) R 23738 23738 22103 0 -1 4202560 10292 0 0 0 10172 10 0 0 25 0 5 0 497187174 337920000 38868 33554432000 4194304 5787044 140736727549312 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23739/tid=23744] ppid=23738 vsize=330000 CPUtime=102.24 cores=1,3,5,7
/proc/23739/task/23744/stat : 23744 (priss) R 23738 23738 22103 0 -1 4202560 12964 0 0 0 10214 10 0 0 25 0 5 0 497187174 337920000 38868 33554432000 4194304 5787044 140736727549312 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.51
Current children cumulated vsize (KiB) 338700

[startup+162.3 s]
/proc/loadavg: 8.06 8.12 8.09 9/188 23748
/proc/meminfo: memFree=14176564/32951124 swapFree=67111528/67111528
[pid=23738] ppid=23736 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23738/stat : 23738 (priss.sh) S 23736 23738 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 497187172 8908800 251 33554432000 4194304 4922060 140734388347200 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23738/statm: 2175 251 211 178 0 68 0
[pid=23739] ppid=23738 vsize=347544 CPUtime=648.16 cores=1,3,5,7

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

/proc/23739/task/23742/stat : 23742 (priss) R 23738 23738 22103 0 -1 4202560 29403 0 0 0 88116 20 0 0 25 0 5 0 497187173 671420416 115605 33554432000 4194304 5787044 140736727549312 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23739/tid=23743] ppid=23738 vsize=655684 CPUtime=880.81 cores=1,3,5,7
/proc/23739/task/23743/stat : 23743 (priss) R 23738 23738 22103 0 -1 4202560 30881 0 0 0 88029 52 0 0 25 0 5 0 497187174 671420416 115605 33554432000 4194304 5787044 140736727549312 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23739/tid=23744] ppid=23738 vsize=655684 CPUtime=881.36 cores=1,3,5,7
/proc/23739/task/23744/stat : 23744 (priss) R 23738 23738 22103 0 -1 4202560 31754 0 0 0 88097 39 0 0 25 0 5 0 497187174 671420416 115605 33554432000 4194304 5787044 140736727549312 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.17
Current children cumulated vsize (KiB) 664384

[startup+942.301 s]
/proc/loadavg: 7.97 7.96 8.02 9/188 23802
/proc/meminfo: memFree=9336040/32951124 swapFree=67111528/67111528
[pid=23738] ppid=23736 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23738/stat : 23738 (priss.sh) S 23736 23738 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 497187172 8908800 251 33554432000 4194304 4922060 140734388347200 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23738/statm: 2175 251 211 178 0 68 0
[pid=23739] ppid=23738 vsize=655684 CPUtime=3763.86 cores=1,3,5,7
/proc/23739/stat : 23739 (priss) S 23738 23738 22103 0 -1 4202496 126498 0 0 0 376238 148 0 0 19 0 5 0 497187172 671420416 115622 33554432000 4194304 5787044 140736727549312 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/23739/statm: 163921 115622 417 389 0 159671 0
[pid=23739/tid=23741] ppid=23738 vsize=655684 CPUtime=940.59 cores=1,3,5,7
/proc/23739/task/23741/stat : 23741 (priss) R 23738 23738 22103 0 -1 4202560 31677 0 0 0 94024 35 0 0 25 0 5 0 497187173 671420416 115622 33554432000 4194304 5787044 140736727549312 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23739/tid=23742] ppid=23738 vsize=655684 CPUtime=941.03 cores=1,3,5,7
/proc/23739/task/23742/stat : 23742 (priss) R 23738 23738 22103 0 -1 4202560 29408 0 0 0 94083 20 0 0 25 0 5 0 497187173 671420416 115622 33554432000 4194304 5787044 140736727549312 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23739/tid=23743] ppid=23738 vsize=655684 CPUtime=940.81 cores=1,3,5,7
/proc/23739/task/23743/stat : 23743 (priss) R 23738 23738 22103 0 -1 4202560 30882 0 0 0 94029 52 0 0 25 0 5 0 497187174 671420416 115622 33554432000 4194304 5787044 140736727549312 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23739/tid=23744] ppid=23738 vsize=655684 CPUtime=941.37 cores=1,3,5,7
/proc/23739/task/23744/stat : 23744 (priss) R 23738 23738 22103 0 -1 4202560 31760 0 0 0 94098 39 0 0 25 0 5 0 497187174 671420416 115622 33554432000 4194304 5787044 140736727549312 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3763.86
Current children cumulated vsize (KiB) 664384

[startup+1002.3 s]
/proc/loadavg: 7.27 7.78 7.95 9/188 23836
/proc/meminfo: memFree=14487192/32951124 swapFree=67111528/67111528
[pid=23738] ppid=23736 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23738/stat : 23738 (priss.sh) S 23736 23738 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 497187172 8908800 251 33554432000 4194304 4922060 140734388347200 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23738/statm: 2175 251 211 178 0 68 0
[pid=23739] ppid=23738 vsize=655684 CPUtime=4003.53 cores=1,3,5,7
/proc/23739/stat : 23739 (priss) S 23738 23738 22103 0 -1 4202496 126542 0 0 0 400204 149 0 0 19 0 5 0 497187172 671420416 115666 33554432000 4194304 5787044 140736727549312 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/23739/statm: 163921 115666 417 389 0 159671 0
[pid=23739/tid=23741] ppid=23738 vsize=655684 CPUtime=1000.59 cores=1,3,5,7
/proc/23739/task/23741/stat : 23741 (priss) R 23738 23738 22103 0 -1 4202560 31694 0 0 0 100024 35 0 0 25 0 5 0 497187173 671420416 115666 33554432000 4194304 5787044 140736727549312 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23739/tid=23742] ppid=23738 vsize=655684 CPUtime=1000.71 cores=1,3,5,7
/proc/23739/task/23742/stat : 23742 (priss) R 23738 23738 22103 0 -1 4202560 29420 0 0 0 100051 20 0 0 25 0 5 0 497187173 671420416 115666 33554432000 4194304 5787044 140736727549312 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23739/tid=23743] ppid=23738 vsize=655684 CPUtime=1000.81 cores=1,3,5,7
/proc/23739/task/23743/stat : 23743 (priss) R 23738 23738 22103 0 -1 4202560 30882 0 0 0 100029 52 0 0 25 0 5 0 497187174 671420416 115666 33554432000 4194304 5787044 140736727549312 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23739/tid=23744] ppid=23738 vsize=655684 CPUtime=1001.36 cores=1,3,5,7
/proc/23739/task/23744/stat : 23744 (priss) R 23738 23738 22103 0 -1 4202560 31775 0 0 0 100097 39 0 0 25 0 5 0 497187174 671420416 115666 33554432000 4194304 5787044 140736727549312 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.53
Current children cumulated vsize (KiB) 664384

[startup+1062.31 s]
/proc/loadavg: 7.78 7.83 7.96 9/188 23837
/proc/meminfo: memFree=14389528/32951124 swapFree=67111528/67111528
[pid=23738] ppid=23736 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23738/stat : 23738 (priss.sh) S 23736 23738 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 497187172 8908800 251 33554432000 4194304 4922060 140734388347200 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23738/statm: 2175 251 211 178 0 68 0
[pid=23739] ppid=23738 vsize=660312 CPUtime=4243.23 cores=1,3,5,7
/proc/23739/stat : 23739 (priss) S 23738 23738 22103 0 -1 4202496 127882 0 0 0 424173 150 0 0 19 0 5 0 497187172 676159488 117006 33554432000 4194304 5787044 140736727549312 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/23739/statm: 165078 117006 417 389 0 160828 0
[pid=23739/tid=23741] ppid=23738 vsize=660312 CPUtime=1060.59 cores=1,3,5,7
/proc/23739/task/23741/stat : 23741 (priss) R 23738 23738 22103 0 -1 4202560 31758 0 0 0 106024 35 0 0 25 0 5 0 497187173 676159488 117006 33554432000 4194304 5787044 140736727549312 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23739/tid=23742] ppid=23738 vsize=660312 CPUtime=1060.38 cores=1,3,5,7
/proc/23739/task/23742/stat : 23742 (priss) R 23738 23738 22103 0 -1 4202560 30584 0 0 0 106018 20 0 0 25 0 5 0 497187173 676159488 117006 33554432000 4194304 5787044 140736727549312 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23739/tid=23743] ppid=23738 vsize=660312 CPUtime=1060.81 cores=1,3,5,7
/proc/23739/task/23743/stat : 23743 (priss) R 23738 23738 22103 0 -1 4202560 30882 0 0 0 106029 52 0 0 25 0 5 0 497187174 676159488 117006 33554432000 4194304 5787044 140736727549312 18446744073709551615 5590569 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23739/tid=23744] ppid=23738 vsize=660312 CPUtime=1061.36 cores=1,3,5,7
/proc/23739/task/23744/stat : 23744 (priss) R 23738 23738 22103 0 -1 4202560 31887 0 0 0 106097 39 0 0 25 0 5 0 497187174 676159488 117006 33554432000 4194304 5787044 140736727549312 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.23
Current children cumulated vsize (KiB) 669012

[startup+1122.3 s]
/proc/loadavg: 7.97 7.87 7.97 9/188 23839
/proc/meminfo: memFree=14328616/32951124 swapFree=67111528/67111528
[pid=23738] ppid=23736 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23738/stat : 23738 (priss.sh) S 23736 23738 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 497187172 8908800 251 33554432000 4194304 4922060 140734388347200 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23738/statm: 2175 251 211 178 0 68 0
[pid=23739] ppid=23738 vsize=670356 CPUtime=4482.88 cores=1,3,5,7
/proc/23739/stat : 23739 (priss) S 23738 23738 22103 0 -1 4202496 132595 0 0 0 448132 156 0 0 19 0 5 0 497187172 686444544 121719 33554432000 4194304 5787044 140736727549312 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/23739/statm: 167589 121719 417 389 0 163339 0
[pid=23739/tid=23741] ppid=23738 vsize=670356 CPUtime=1120.59 cores=1,3,5,7
/proc/23739/task/23741/stat : 23741 (priss) R 23738 23738 22103 0 -1 4202560 33766 0 0 0 112022 37 0 0 25 0 5 0 497187173 686444544 121719 33554432000 4194304 5787044 140736727549312 18446744073709551615 5591219 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23739/tid=23742] ppid=23738 vsize=670356 CPUtime=1120.06 cores=1,3,5,7
/proc/23739/task/23742/stat : 23742 (priss) R 23738 23738 22103 0 -1 4202560 32099 0 0 0 111984 22 0 0 25 0 5 0 497187173 686444544 121719 33554432000 4194304 5787044 140736727549312 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23739/tid=23743] ppid=23738 vsize=670356 CPUtime=1120.81 cores=1,3,5,7
/proc/23739/task/23743/stat : 23743 (priss) R 23738 23738 22103 0 -1 4202560 30884 0 0 0 112028 53 0 0 25 0 5 0 497187174 686444544 121719 33554432000 4194304 5787044 140736727549312 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23739/tid=23744] ppid=23738 vsize=670356 CPUtime=1121.36 cores=1,3,5,7
/proc/23739/task/23744/stat : 23744 (priss) R 23738 23738 22103 0 -1 4202560 33075 0 0 0 112094 42 0 0 25 0 5 0 497187174 686444544 121719 33554432000 4194304 5787044 140736727549312 18446744073709551615 5527666 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4482.88
Current children cumulated vsize (KiB) 679056

[startup+1182.3 s]
/proc/loadavg: 7.99 7.89 7.97 9/188 23840
/proc/meminfo: memFree=14251456/32951124 swapFree=67111528/67111528
[pid=23738] ppid=23736 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23738/stat : 23738 (priss.sh) S 23736 23738 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 497187172 8908800 251 33554432000 4194304 4922060 140734388347200 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23738/statm: 2175 251 211 178 0 68 0
[pid=23739] ppid=23738 vsize=684724 CPUtime=4722.54 cores=1,3,5,7
/proc/23739/stat : 23739 (priss) S 23738 23738 22103 0 -1 4202496 139512 0 0 0 472089 165 0 0 19 0 5 0 497187172 701157376 128636 33554432000 4194304 5787044 140736727549312 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/23739/statm: 171181 128636 417 389 0 166931 0
[pid=23739/tid=23741] ppid=23738 vsize=684724 CPUtime=1180.59 cores=1,3,5,7
/proc/23739/task/23741/stat : 23741 (priss) R 23738 23738 22103 0 -1 4202560 35390 0 0 0 118018 41 0 0 25 0 5 0 497187173 701157376 128636 33554432000 4194304 5787044 140736727549312 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23739/tid=23742] ppid=23738 vsize=684724 CPUtime=1179.72 cores=1,3,5,7
/proc/23739/task/23742/stat : 23742 (priss) R 23738 23738 22103 0 -1 4202560 34697 0 0 0 117949 23 0 0 25 0 5 0 497187173 701157376 128636 33554432000 4194304 5787044 140736727549312 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23739/tid=23743] ppid=23738 vsize=684724 CPUtime=1180.81 cores=1,3,5,7
/proc/23739/task/23743/stat : 23743 (priss) R 23738 23738 22103 0 -1 4202560 30893 0 0 0 118028 53 0 0 25 0 5 0 497187174 701157376 128636 33554432000 4194304 5787044 140736727549312 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23739/tid=23744] ppid=23738 vsize=684724 CPUtime=1181.36 cores=1,3,5,7
/proc/23739/task/23744/stat : 23744 (priss) R 23738 23738 22103 0 -1 4202560 35761 0 0 0 118090 46 0 0 25 0 5 0 497187174 701157376 128636 33554432000 4194304 5787044 140736727549312 18446744073709551615 233509958689 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.54
Current children cumulated vsize (KiB) 693424



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.07 7.92 7.97 9/188 23841
/proc/meminfo: memFree=14241896/32951124 swapFree=67111528/67111528
[pid=23738] ppid=23736 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23738/stat : 23738 (priss.sh) S 23736 23738 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 497187172 8908800 251 33554432000 4194304 4922060 140734388347200 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23738/statm: 2175 251 211 178 0 68 0
[pid=23739] ppid=23738 vsize=687164 CPUtime=4800.06 cores=1,3,5,7
/proc/23739/stat : 23739 (priss) S 23738 23738 22103 0 -1 4202496 141120 0 0 0 479838 168 0 0 19 0 5 0 497187172 703655936 130244 33554432000 4194304 5787044 140736727549312 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/23739/statm: 171791 130244 417 389 0 167541 0
[pid=23739/tid=23741] ppid=23738 vsize=687164 CPUtime=1200 cores=1,3,5,7
/proc/23739/task/23741/stat : 23741 (priss) R 23738 23738 22103 0 -1 4202560 35942 0 0 0 119958 42 0 0 25 0 5 0 497187173 703655936 130244 33554432000 4194304 5787044 140736727549312 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23739/tid=23742] ppid=23738 vsize=687164 CPUtime=1199.02 cores=1,3,5,7
/proc/23739/task/23742/stat : 23742 (priss) R 23738 23738 22103 0 -1 4202560 35244 0 0 0 119878 24 0 0 25 0 5 0 497187173 703655936 130244 33554432000 4194304 5787044 140736727549312 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23739/tid=23743] ppid=23738 vsize=687164 CPUtime=1200.22 cores=1,3,5,7
/proc/23739/task/23743/stat : 23743 (priss) R 23738 23738 22103 0 -1 4202560 30896 0 0 0 119969 53 0 0 25 0 5 0 497187174 703655936 130244 33554432000 4194304 5787044 140736727549312 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23739/tid=23744] ppid=23738 vsize=687164 CPUtime=1200.77 cores=1,3,5,7
/proc/23739/task/23744/stat : 23744 (priss) R 23738 23738 22103 0 -1 4202560 36267 0 0 0 120029 48 0 0 25 0 5 0 497187174 703655936 130244 33554432000 4194304 5787044 140736727549312 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.06
Current children cumulated vsize (KiB) 695864

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

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

[startup+1201.7 s]
/proc/loadavg: 8.07 7.92 7.97 9/188 23841
/proc/meminfo: memFree=14241896/32951124 swapFree=67111528/67111528
[pid=23738] ppid=23736 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23738/stat : 23738 (priss.sh) S 23736 23738 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 497187172 8908800 251 33554432000 4194304 4922060 140734388347200 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23738/statm: 2175 251 211 178 0 68 0
[pid=23739] ppid=23738 vsize=687164 CPUtime=4800.06 cores=1,3,5,7
/proc/23739/stat : 23739 (priss) S 23738 23738 22103 0 -1 4202496 141120 0 0 0 479838 168 0 0 19 0 5 0 497187172 703655936 130244 33554432000 4194304 5787044 140736727549312 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/23739/statm: 171791 130244 417 389 0 167541 0
[pid=23739/tid=23741] ppid=23738 vsize=687164 CPUtime=1200 cores=1,3,5,7
/proc/23739/task/23741/stat : 23741 (priss) R 23738 23738 22103 0 -1 4202560 35942 0 0 0 119958 42 0 0 25 0 5 0 497187173 703655936 130244 33554432000 4194304 5787044 140736727549312 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23739/tid=23742] ppid=23738 vsize=687164 CPUtime=1199.02 cores=1,3,5,7
/proc/23739/task/23742/stat : 23742 (priss) R 23738 23738 22103 0 -1 4202560 35244 0 0 0 119878 24 0 0 25 0 5 0 497187173 703655936 130244 33554432000 4194304 5787044 140736727549312 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23739/tid=23743] ppid=23738 vsize=687164 CPUtime=1200.22 cores=1,3,5,7
/proc/23739/task/23743/stat : 23743 (priss) R 23738 23738 22103 0 -1 4202560 30896 0 0 0 119969 53 0 0 25 0 5 0 497187174 703655936 130244 33554432000 4194304 5787044 140736727549312 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23739/tid=23744] ppid=23738 vsize=687164 CPUtime=1200.77 cores=1,3,5,7
/proc/23739/task/23744/stat : 23744 (priss) R 23738 23738 22103 0 -1 4202560 36267 0 0 0 120029 48 0 0 25 0 5 0 497187174 703655936 130244 33554432000 4194304 5787044 140736727549312 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.06
Current children cumulated vsize (KiB) 695864

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1201.72
CPU time (s): 4800.06
CPU user time (s): 4798.38
CPU system time (s): 1.68
CPU usage (%): 399.433
Max. virtual memory (cumulated for all children) (KiB): 695864

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.58676 second user time and 4.97224 second system time

The end

Launcher Data

Begin job on node145 at 2011-04-29 05:28:33
IDJOB=3259480
IDBENCH=71576
IDSOLVER=1603
FILE ID=node145/3259480-1304047713
RUNJOBID= node145-1304036411-22122
PBS_JOBID= 13170354
Free space on /tmp= 72200 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v760c43649gyes6.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3259480-1304047713/watcher-3259480-1304047713 -o /tmp/evaluation-result-3259480-1304047713/solver-3259480-1304047713 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3259480-1304047713.cnf 66645334 4800 15500 4

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

MD5SUM BENCH= dc046d6f885b64777ffc1cfc8367a176
RANDOM SEED=66645334

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14484252 kB
Buffers:       2098744 kB
Cached:       15217744 kB
SwapCached:          0 kB
Active:        5666700 kB
Inactive:     12228932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14484252 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1996 kB
Writeback:           0 kB
AnonPages:      579060 kB
Mapped:          15616 kB
Slab:           508612 kB
PageTables:       5524 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   770764 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= 72204 MiB
End job on node145 at 2011-04-29 05:48:37