Trace number 3281569

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.04 1203.32

General information on the benchmark

Namevelev-vliw-uns-4.0-9-i1.cnf
MD5SUM590cca3a58efdeb1c95ef988a53daa1d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark420.299
Satisfiable
(Un)Satisfiability was proved
Number of variables154309
Number of clauses3230738
Sum of the clauses size9429252
Maximum clause length3625
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 22024994
Number of clauses of size 31081436
Number of clauses of size 48866
Number of clauses of size 58692
Number of clauses of size over 5106749

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: 15198
0.99/1.08	c parsetime: 1084161us
0.99/1.08	c parsed 3230738 clauses with 154309 variables
1.19/1.29	c NW started thread 0 successfully (1095985472)
1.69/1.51	c NW started thread 1 successfully (1106475328)
2.23/1.79	c NW started thread 2 successfully (1116965184)
3.44/2.16	c NW started thread 3 successfully (1127455040)
344.88/87.77	c preprocessor returned 156309 variables
344.88/87.77	c preprocessing returned UNKNOWN
344.88/87.77	c PP set 2618 variables
344.88/87.77	c pp time: 85496772us (85s)
411.08/104.36	c HTE
416.29/105.67	c preprocessor returned 154609 variables
416.29/105.67	c preprocessing returned UNKNOWN
416.29/105.67	c PP set 2618 variables
416.29/105.67	c pp time: 104349551us (104s)
421.87/107.08	c preprocessor returned 154609 variables
421.87/107.08	c preprocessing returned UNKNOWN
421.87/107.08	c PP set 2618 variables
421.87/107.08	c pp time: 105522069us (105s)
425.46/107.94	c preprocessor returned 154609 variables
425.46/107.94	c preprocessing returned UNKNOWN
425.46/107.94	c PP set 2618 variables
425.46/107.94	c pp time: 106073566us (106s)
462.21/117.11	c subsumption
462.21/117.11	c simplified formula contains 0 unit clauses
691.10/174.44	c HTE
742.23/187.25	c subsumption
742.23/187.25	c simplified formula contains 0 unit clauses
795.76/200.64	c HTE
825.56/208.17	c subsumption
825.56/208.17	c simplified formula contains 0 unit clauses
862.31/217.35	c HTE
894.68/225.46	c subsumption
894.68/225.46	c simplified formula contains 0 unit clauses
933.00/235.00	c HTE
974.84/245.55	c subsumption
974.84/245.55	c simplified formula contains 0 unit clauses
1930.73/484.89	c HTE
2002.19/502.79	c subsumption
2002.19/502.79	c simplified formula contains 0 unit clauses
2046.13/513.71	c HTE
2079.26/522.01	c subsumption
2079.26/522.01	c simplified formula contains 0 unit clauses
4715.72/1182.29	c HTE

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-3281569-1304040150/watcher-3281569-1304040150 -o /tmp/evaluation-result-3281569-1304040150/solver-3281569-1304040150 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3281569-1304040150.cnf 1461228337 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: 7.58 5.53 4.64 5/182 15197
/proc/meminfo: memFree=16122912/32951124 swapFree=67111528/67111528
[pid=15197] ppid=15195 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15197/stat : 15197 (priss.sh) S 15195 15197 15086 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 594245769 8908800 251 33554432000 4194304 4922060 140735426707488 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15197/statm: 2175 251 211 178 0 68 0

[startup+0.026621 s]
/proc/loadavg: 7.58 5.53 4.64 5/182 15197
/proc/meminfo: memFree=16122912/32951124 swapFree=67111528/67111528
[pid=15197] ppid=15195 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15197/stat : 15197 (priss.sh) S 15195 15197 15086 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 594245769 8908800 251 33554432000 4194304 4922060 140735426707488 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15197/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100619 s]
/proc/loadavg: 7.58 5.53 4.64 5/182 15197
/proc/meminfo: memFree=16122912/32951124 swapFree=67111528/67111528
[pid=15197] ppid=15195 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15197/stat : 15197 (priss.sh) S 15195 15197 15086 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 594245769 8908800 251 33554432000 4194304 4922060 140735426707488 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15197/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300572 s]
/proc/loadavg: 7.58 5.53 4.64 5/182 15197
/proc/meminfo: memFree=16122912/32951124 swapFree=67111528/67111528
[pid=15197] ppid=15195 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15197/stat : 15197 (priss.sh) S 15195 15197 15086 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 594245769 8908800 251 33554432000 4194304 4922060 140735426707488 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15197/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700496 s]
/proc/loadavg: 7.58 5.53 4.64 5/182 15197
/proc/meminfo: memFree=16122912/32951124 swapFree=67111528/67111528
[pid=15197] ppid=15195 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15197/stat : 15197 (priss.sh) S 15195 15197 15086 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 594245769 8908800 251 33554432000 4194304 4922060 140735426707488 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15197/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50035 s]
/proc/loadavg: 7.58 5.53 4.64 6/184 15199
/proc/meminfo: memFree=16003236/32951124 swapFree=67111528/67111528
[pid=15197] ppid=15195 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15197/stat : 15197 (priss.sh) S 15195 15197 15086 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 594245769 8908800 251 33554432000 4194304 4922060 140735426707488 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15197/statm: 2175 251 211 178 0 68 0
[pid=15198] ppid=15197 vsize=494784 CPUtime=1.69 cores=1,3,5,7
/proc/15198/stat : 15198 (priss) R 15197 15197 15086 0 -1 4202496 109434 0 0 0 154 15 0 0 18 0 2 0 594245769 506658816 105428 33554432000 4194304 5787044 140734078844704 18446744073709551615 260020089915 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/15198/statm: 123696 105440 333 389 0 119446 0
Current children cumulated CPU time (s) 1.69
Current children cumulated vsize (KiB) 503484

[startup+3.10102 s]
/proc/loadavg: 7.58 5.53 4.64 9/187 15202
/proc/meminfo: memFree=15197252/32951124 swapFree=67111528/67111528
[pid=15197] ppid=15195 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15197/stat : 15197 (priss.sh) S 15195 15197 15086 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 594245769 8908800 251 33554432000 4194304 4922060 140735426707488 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15197/statm: 2175 251 211 178 0 68 0
[pid=15198] ppid=15197 vsize=1830104 CPUtime=7 cores=1,3,5,7
/proc/15198/stat : 15198 (priss) S 15197 15197 15086 0 -1 4202496 384196 0 0 0 580 120 0 0 18 0 5 0 594245769 1874026496 380190 33554432000 4194304 5787044 140734078844704 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/15198/statm: 457526 380192 345 389 0 453276 0
[pid=15198/tid=15200] ppid=15197 vsize=1830104 CPUtime=1.62 cores=1,3,5,7
/proc/15198/task/15200/stat : 15200 (priss) R 15197 15197 15086 0 -1 4202560 66831 0 0 0 132 30 0 0 18 0 5 0 594245899 1874026496 380194 33554432000 4194304 5787044 140734078844704 18446744073709551615 4302416 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15198/tid=15201] ppid=15197 vsize=1830104 CPUtime=1.41 cores=1,3,5,7
/proc/15198/task/15201/stat : 15201 (priss) R 15197 15197 15086 0 -1 4202560 62534 0 0 0 114 27 0 0 18 0 5 0 594245921 1874026496 380196 33554432000 4194304 5787044 140734078844704 18446744073709551615 47158790145542 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=15198/tid=15202] ppid=15197 vsize=1830104 CPUtime=1.11 cores=1,3,5,7
/proc/15198/task/15202/stat : 15202 (priss) R 15197 15197 15086 0 -1 4202560 55437 0 0 0 91 20 0 0 18 0 5 0 594245948 1874026496 380198 33554432000 4194304 5787044 140734078844704 18446744073709551615 260020063231 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 7
Current children cumulated vsize (KiB) 1838804

[startup+6.30044 s]
/proc/loadavg: 7.61 5.57 4.66 9/188 15203
/proc/meminfo: memFree=14757044/32951124 swapFree=67111528/67111528
[pid=15197] ppid=15195 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15197/stat : 15197 (priss.sh) S 15195 15197 15086 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 594245769 8908800 251 33554432000 4194304 4922060 140735426707488 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15197/statm: 2175 251 211 178 0 68 0
[pid=15198] ppid=15197 vsize=1595124 CPUtime=19.74 cores=1,3,5,7
/proc/15198/stat : 15198 (priss) S 15197 15197 15086 0 -1 4202496 443058 0 0 0 1833 141 0 0 18 0 5 0 594245769 1633406976 339151 33554432000 4194304 5787044 140734078844704 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/15198/statm: 398781 339151 348 389 0 394531 0
[pid=15198/tid=15200] ppid=15197 vsize=1595124 CPUtime=4.81 cores=1,3,5,7
/proc/15198/task/15200/stat : 15200 (priss) R 15197 15197 15086 0 -1 4202560 72748 0 0 0 451 30 0 0 25 0 5 0 594245899 1633406976 339151 33554432000 4194304 5787044 140734078844704 18446744073709551615 4330472 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15198/tid=15201] ppid=15197 vsize=1595124 CPUtime=4.6 cores=1,3,5,7
/proc/15198/task/15201/stat : 15201 (priss) R 15197 15197 15086 0 -1 4202560 74022 0 0 0 428 32 0 0 24 0 5 0 594245921 1633406976 339151 33554432000 4194304 5787044 140734078844704 18446744073709551615 4330542 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=15198/tid=15202] ppid=15197 vsize=1595124 CPUtime=4.27 cores=1,3,5,7
/proc/15198/task/15202/stat : 15202 (priss) R 15197 15197 15086 0 -1 4202560 74541 0 0 0 400 27 0 0 23 0 5 0 594245948 1633406976 339151 33554432000 4194304 5787044 140734078844704 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=15198/tid=15203] ppid=15197 vsize=1595124 CPUtime=3.99 cores=1,3,5,7
/proc/15198/task/15203/stat : 15203 (priss) R 15197 15197 15086 0 -1 4202560 66702 0 0 0 376 23 0 0 23 0 5 0 594245986 1633406976 339151 33554432000 4194304 5787044 140734078844704 18446744073709551615 4330504 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19.74
Current children cumulated vsize (KiB) 1603824

[startup+12.7013 s]
/proc/loadavg: 7.64 5.61 4.68 9/188 15203
/proc/meminfo: memFree=14754188/32951124 swapFree=67111528/67111528
[pid=15197] ppid=15195 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15197/stat : 15197 (priss.sh) S 15195 15197 15086 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 594245769 8908800 251 33554432000 4194304 4922060 140735426707488 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15197/statm: 2175 251 211 178 0 68 0
[pid=15198] ppid=15197 vsize=1595124 CPUtime=45.3 cores=1,3,5,7
/proc/15198/stat : 15198 (priss) S 15197 15197 15086 0 -1 4202496 443058 0 0 0 4389 141 0 0 18 0 5 0 594245769 1633406976 339151 33554432000 4194304 5787044 140734078844704 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/15198/statm: 398781 339151 348 389 0 394531 0
[pid=15198/tid=15200] ppid=15197 vsize=1595124 CPUtime=11.21 cores=1,3,5,7
/proc/15198/task/15200/stat : 15200 (priss) R 15197 15197 15086 0 -1 4202560 72748 0 0 0 1091 30 0 0 25 0 5 0 594245899 1633406976 339151 33554432000 4194304 5787044 140734078844704 18446744073709551615 4330532 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15198/tid=15201] ppid=15197 vsize=1595124 CPUtime=11 cores=1,3,5,7
/proc/15198/task/15201/stat : 15201 (priss) R 15197 15197 15086 0 -1 4202560 74022 0 0 0 1068 32 0 0 25 0 5 0 594245921 1633406976 339151 33554432000 4194304 5787044 140734078844704 18446744073709551615 4330484 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=15198/tid=15202] ppid=15197 vsize=1595124 CPUtime=10.64 cores=1,3,5,7
/proc/15198/task/15202/stat : 15202 (priss) R 15197 15197 15086 0 -1 4202560 74541 0 0 0 1037 27 0 0 25 0 5 0 594245948 1633406976 339151 33554432000 4194304 5787044 140734078844704 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=15198/tid=15203] ppid=15197 vsize=1595124 CPUtime=10.39 cores=1,3,5,7
/proc/15198/task/15203/stat : 15203 (priss) R 15197 15197 15086 0 -1 4202560 66702 0 0 0 1016 23 0 0 25 0 5 0 594245986 1633406976 339151 33554432000 4194304 5787044 140734078844704 18446744073709551615 4330553 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 45.3
Current children cumulated vsize (KiB) 1603824

[startup+25.5009 s]
/proc/loadavg: 7.79 5.74 4.74 9/188 15203
/proc/meminfo: memFree=14763672/32951124 swapFree=67111528/67111528
[pid=15197] ppid=15195 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15197/stat : 15197 (priss.sh) S 15195 15197 15086 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 594245769 8908800 251 33554432000 4194304 4922060 140735426707488 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15197/statm: 2175 251 211 178 0 68 0
[pid=15198] ppid=15197 vsize=1647428 CPUtime=96.42 cores=1,3,5,7
/proc/15198/stat : 15198 (priss) S 15197 15197 15086 0 -1 4202496 474373 0 0 0 9496 146 0 0 18 0 5 0 594245769 1686966272 335955 33554432000 4194304 5787044 140734078844704 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/15198/statm: 411857 335955 350 389 0 407607 0
[pid=15198/tid=15200] ppid=15197 vsize=1647428 CPUtime=24.02 cores=1,3,5,7
/proc/15198/task/15200/stat : 15200 (priss) R 15197 15197 15086 0 -1 4202560 80868 0 0 0 2370 32 0 0 25 0 5 0 594245899 1686966272 335955 33554432000 4194304 5787044 140734078844704 18446744073709551615 4340056 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15198/tid=15201] ppid=15197 vsize=1647428 CPUtime=23.79 cores=1,3,5,7
/proc/15198/task/15201/stat : 15201 (priss) R 15197 15197 15086 0 -1 4202560 80629 0 0 0 2346 33 0 0 25 0 5 0 594245921 1686966272 335955 33554432000 4194304 5787044 140734078844704 18446744073709551615 4389239 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=15198/tid=15202] ppid=15197 vsize=1647428 CPUtime=23.36 cores=1,3,5,7
/proc/15198/task/15202/stat : 15202 (priss) R 15197 15197 15086 0 -1 4202560 81149 0 0 0 2308 28 0 0 25 0 5 0 594245948 1686966272 335955 33554432000 4194304 5787044 140734078844704 18446744073709551615 4340045 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=15198/tid=15203] ppid=15197 vsize=1647428 CPUtime=23.19 cores=1,3,5,7
/proc/15198/task/15203/stat : 15203 (priss) R 15197 15197 15086 0 -1 4202560 76682 0 0 0 2294 25 0 0 25 0 5 0 594245986 1686966272 335955 33554432000 4194304 5787044 140734078844704 18446744073709551615 4340045 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 96.42
Current children cumulated vsize (KiB) 1656128

[startup+51.1012 s]
/proc/loadavg: 7.86 5.92 4.82 9/188 15204
/proc/meminfo: memFree=14716848/32951124 swapFree=67111528/67111528
[pid=15197] ppid=15195 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15197/stat : 15197 (priss.sh) S 15195 15197 15086 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 594245769 8908800 251 33554432000 4194304 4922060 140735426707488 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15197/statm: 2175 251 211 178 0 68 0
[pid=15198] ppid=15197 vsize=1666720 CPUtime=198.69 cores=1,3,5,7
/proc/15198/stat : 15198 (priss) S 15197 15197 15086 0 -1 4202496 486848 0 0 0 19722 147 0 0 18 0 5 0 594245769 1706721280 348430 33554432000 4194304 5787044 140734078844704 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/15198/statm: 416680 348430 355 389 0 412430 0
[pid=15198/tid=15200] ppid=15197 vsize=1666720 CPUtime=49.61 cores=1,3,5,7
/proc/15198/task/15200/stat : 15200 (priss) R 15197 15197 15086 0 -1 4202560 89791 0 0 0 4929 32 0 0 25 0 5 0 594245899 1706721280 348430 33554432000 4194304 5787044 140734078844704 18446744073709551615 260020089929 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15198/tid=15201] ppid=15197 vsize=1666720 CPUtime=49.39 cores=1,3,5,7
/proc/15198/task/15201/stat : 15201 (priss) R 15197 15197 15086 0 -1 4202560 81940 0 0 0 4906 33 0 0 25 0 5 0 594245921 1706721280 348430 33554432000 4194304 5787044 140734078844704 18446744073709551615 4279184 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=15198/tid=15202] ppid=15197 vsize=1666720 CPUtime=48.83 cores=1,3,5,7
/proc/15198/task/15202/stat : 15202 (priss) R 15197 15197 15086 0 -1 4202560 83227 0 0 0 4855 28 0 0 25 0 5 0 594245948 1706721280 348430 33554432000 4194304 5787044 140734078844704 18446744073709551615 4278471 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=15198/tid=15203] ppid=15197 vsize=1666720 CPUtime=48.79 cores=1,3,5,7
/proc/15198/task/15203/stat : 15203 (priss) R 15197 15197 15086 0 -1 4202560 76845 0 0 0 4854 25 0 0 25 0 5 0 594245986 1706721280 348430 33554432000 4194304 5787044 140734078844704 18446744073709551615 4321466 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 198.69
Current children cumulated vsize (KiB) 1675420

[startup+102.307 s]
/proc/loadavg: 7.99 6.26 4.99 9/188 15205
/proc/meminfo: memFree=14320448/32951124 swapFree=67111528/67111528
[pid=15197] ppid=15195 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15197/stat : 15197 (priss.sh) S 15195 15197 15086 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 594245769 8908800 251 33554432000 4194304 4922060 140735426707488 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15197/statm: 2175 251 211 178 0 68 0
[pid=15198] ppid=15197 vsize=2101080 CPUtime=403.11 cores=1,3,5,7
/proc/15198/stat : 15198 (priss) S 15197 15197 15086 0 -1 4202496 651828 0 0 0 40126 185 0 0 18 0 5 0 594245769 2151505920 434675 33554432000 4194304 5787044 140734078844704 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/15198/statm: 525270 434675 402 389 0 521020 0
[pid=15198/tid=15200] ppid=15197 vsize=2101080 CPUtime=100.82 cores=1,3,5,7
/proc/15198/task/15200/stat : 15200 (priss) R 15197 15197 15086 0 -1 4202560 114569 0 0 0 10045 37 0 0 25 0 5 0 594245899 2151505920 434675 33554432000 4194304 5787044 140734078844704 18446744073709551615 4330490 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15198/tid=15201] ppid=15197 vsize=2101080 CPUtime=100.6 cores=1,3,5,7
/proc/15198/task/15201/stat : 15201 (priss) R 15197 15197 15086 0 -1 4202560 136490 0 0 0 10014 46 0 0 25 0 5 0 594245921 2151505920 434675 33554432000 4194304 5787044 140734078844704 18446744073709551615 4330490 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=15198/tid=15202] ppid=15197 vsize=2101080 CPUtime=99.64 cores=1,3,5,7
/proc/15198/task/15202/stat : 15202 (priss) R 15197 15197 15086 0 -1 4202560 109651 0 0 0 9929 35 0 0 25 0 5 0 594245948 2151505920 434675 33554432000 4194304 5787044 140734078844704 18446744073709551615 4330542 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=15198/tid=15203] ppid=15197 vsize=2101080 CPUtime=99.99 cores=1,3,5,7
/proc/15198/task/15203/stat : 15203 (priss) R 15197 15197 15086 0 -1 4202560 136073 0 0 0 9960 39 0 0 25 0 5 0 594245986 2151505920 434675 33554432000 4194304 5787044 140734078844704 18446744073709551615 4332625 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 403.11
Current children cumulated vsize (KiB) 2109780

[startup+162.301 s]
/proc/loadavg: 8.05 6.59 5.18 9/188 15207
/proc/meminfo: memFree=14273420/32951124 swapFree=67111528/67111528
[pid=15197] ppid=15195 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15197/stat : 15197 (priss.sh) S 15195 15197 15086 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 594245769 8908800 251 33554432000 4194304 4922060 140735426707488 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15197/statm: 2175 251 211 178 0 68 0

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

/proc/15198/task/15201/stat : 15201 (priss) R 15197 15197 15086 0 -1 4202560 143783 0 0 0 87864 104 0 0 25 0 5 0 594245921 2470977536 508401 33554432000 4194304 5787044 140734078844704 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=15198/tid=15202] ppid=15197 vsize=2413064 CPUtime=879.01 cores=1,3,5,7
/proc/15198/task/15202/stat : 15202 (priss) R 15197 15197 15086 0 -1 4202560 123403 0 0 0 87828 73 0 0 25 0 5 0 594245948 2470977536 508401 33554432000 4194304 5787044 140734078844704 18446744073709551615 4238583 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15198/tid=15203] ppid=15197 vsize=2413064 CPUtime=879.67 cores=1,3,5,7
/proc/15198/task/15203/stat : 15203 (priss) R 15197 15197 15086 0 -1 4202560 290915 0 0 0 87854 113 0 0 25 0 5 0 594245986 2470977536 508401 33554432000 4194304 5787044 140734078844704 18446744073709551615 5524613 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3518.48
Current children cumulated vsize (KiB) 2421764

[startup+942.301 s]
/proc/loadavg: 8.15 8.02 6.83 9/188 15228
/proc/meminfo: memFree=13614472/32951124 swapFree=67111528/67111528
[pid=15197] ppid=15195 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15197/stat : 15197 (priss.sh) S 15195 15197 15086 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 594245769 8908800 251 33554432000 4194304 4922060 140735426707488 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15197/statm: 2175 251 211 178 0 68 0
[pid=15198] ppid=15197 vsize=2413064 CPUtime=3758.15 cores=1,3,5,7
/proc/15198/stat : 15198 (priss) S 15197 15197 15086 0 -1 4202496 844974 0 0 0 375416 399 0 0 18 0 5 0 594245769 2470977536 508789 33554432000 4194304 5787044 140734078844704 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/15198/statm: 603266 508789 421 389 0 599016 0
[pid=15198/tid=15200] ppid=15197 vsize=2413064 CPUtime=938.03 cores=1,3,5,7
/proc/15198/task/15200/stat : 15200 (priss) R 15197 15197 15086 0 -1 4202560 131476 0 0 0 93729 74 0 0 25 0 5 0 594245899 2470977536 508789 33554432000 4194304 5787044 140734078844704 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=15198/tid=15201] ppid=15197 vsize=2413064 CPUtime=939.36 cores=1,3,5,7
/proc/15198/task/15201/stat : 15201 (priss) R 15197 15197 15086 0 -1 4202560 143786 0 0 0 93830 106 0 0 25 0 5 0 594245921 2470977536 508789 33554432000 4194304 5787044 140734078844704 18446744073709551615 5590569 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=15198/tid=15202] ppid=15197 vsize=2413064 CPUtime=939.01 cores=1,3,5,7
/proc/15198/task/15202/stat : 15202 (priss) R 15197 15197 15086 0 -1 4202560 123653 0 0 0 93826 75 0 0 25 0 5 0 594245948 2470977536 508789 33554432000 4194304 5787044 140734078844704 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15198/tid=15203] ppid=15197 vsize=2413064 CPUtime=939.68 cores=1,3,5,7
/proc/15198/task/15203/stat : 15203 (priss) R 15197 15197 15086 0 -1 4202560 291014 0 0 0 93853 115 0 0 25 0 5 0 594245986 2470977536 508789 33554432000 4194304 5787044 140734078844704 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3758.15
Current children cumulated vsize (KiB) 2421764

[startup+1002.3 s]
/proc/loadavg: 8.42 8.10 6.93 10/189 15232
/proc/meminfo: memFree=13474124/32951124 swapFree=67111528/67111528
[pid=15197] ppid=15195 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15197/stat : 15197 (priss.sh) S 15195 15197 15086 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 594245769 8908800 251 33554432000 4194304 4922060 140735426707488 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15197/statm: 2175 251 211 178 0 68 0
[pid=15198] ppid=15197 vsize=2437440 CPUtime=3997.14 cores=1,3,5,7
/proc/15198/stat : 15198 (priss) S 15197 15197 15086 0 -1 4202496 861019 0 0 0 399299 415 0 0 18 0 5 0 594245769 2495938560 524834 33554432000 4194304 5787044 140734078844704 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/15198/statm: 609360 524834 421 389 0 605110 0
[pid=15198/tid=15200] ppid=15197 vsize=2437440 CPUtime=997.34 cores=1,3,5,7
/proc/15198/task/15200/stat : 15200 (priss) R 15197 15197 15086 0 -1 4202560 134834 0 0 0 99657 77 0 0 25 0 5 0 594245899 2495938560 524834 33554432000 4194304 5787044 140734078844704 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=15198/tid=15201] ppid=15197 vsize=2437440 CPUtime=999.03 cores=1,3,5,7
/proc/15198/task/15201/stat : 15201 (priss) R 15197 15197 15086 0 -1 4202560 145397 0 0 0 99794 109 0 0 25 0 5 0 594245921 2495938560 524834 33554432000 4194304 5787044 140734078844704 18446744073709551615 5592744 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=15198/tid=15202] ppid=15197 vsize=2437440 CPUtime=999.02 cores=1,3,5,7
/proc/15198/task/15202/stat : 15202 (priss) R 15197 15197 15086 0 -1 4202560 128627 0 0 0 99823 79 0 0 25 0 5 0 594245948 2495938560 524834 33554432000 4194304 5787044 140734078844704 18446744073709551615 5590530 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15198/tid=15203] ppid=15197 vsize=2437440 CPUtime=999.68 cores=1,3,5,7
/proc/15198/task/15203/stat : 15203 (priss) R 15197 15197 15086 0 -1 4202560 297116 0 0 0 99847 121 0 0 25 0 5 0 594245986 2495938560 524834 33554432000 4194304 5787044 140734078844704 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3997.14
Current children cumulated vsize (KiB) 2446140

[startup+1062.3 s]
/proc/loadavg: 8.15 8.09 7.00 10/188 15267
/proc/meminfo: memFree=14344104/32951124 swapFree=67111528/67111528
[pid=15197] ppid=15195 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15197/stat : 15197 (priss.sh) S 15195 15197 15086 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 594245769 8908800 251 33554432000 4194304 4922060 140735426707488 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15197/statm: 2175 251 211 178 0 68 0
[pid=15198] ppid=15197 vsize=2518256 CPUtime=4236.79 cores=1,3,5,7
/proc/15198/stat : 15198 (priss) S 15197 15197 15086 0 -1 4202496 870768 0 0 0 423251 428 0 0 18 0 5 0 594245769 2578694144 534482 33554432000 4194304 5787044 140734078844704 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/15198/statm: 629564 534482 421 389 0 625314 0
[pid=15198/tid=15200] ppid=15197 vsize=2518256 CPUtime=1057.32 cores=1,3,5,7
/proc/15198/task/15200/stat : 15200 (priss) R 15197 15197 15086 0 -1 4202560 137005 0 0 0 105653 79 0 0 25 0 5 0 594245899 2578694144 534482 33554432000 4194304 5787044 140734078844704 18446744073709551615 5590446 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=15198/tid=15201] ppid=15197 vsize=2518256 CPUtime=1058.71 cores=1,3,5,7
/proc/15198/task/15201/stat : 15201 (priss) R 15197 15197 15086 0 -1 4202560 147404 0 0 0 105759 112 0 0 25 0 5 0 594245921 2578694144 534482 33554432000 4194304 5787044 140734078844704 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=15198/tid=15202] ppid=15197 vsize=2518256 CPUtime=1059.01 cores=1,3,5,7
/proc/15198/task/15202/stat : 15202 (priss) R 15197 15197 15086 0 -1 4202560 130624 0 0 0 105820 81 0 0 25 0 5 0 594245948 2578694144 534482 33554432000 4194304 5787044 140734078844704 18446744073709551615 5590295 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15198/tid=15203] ppid=15197 vsize=2518256 CPUtime=1059.68 cores=1,3,5,7
/proc/15198/task/15203/stat : 15203 (priss) R 15197 15197 15086 0 -1 4202560 300690 0 0 0 105841 127 0 0 25 0 5 0 594245986 2578694144 534482 33554432000 4194304 5787044 140734078844704 18446744073709551615 5527087 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4236.79
Current children cumulated vsize (KiB) 2526956

[startup+1122.3 s]
/proc/loadavg: 8.09 8.09 7.07 10/188 15269
/proc/meminfo: memFree=14267736/32951124 swapFree=67111528/67111528
[pid=15197] ppid=15195 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15197/stat : 15197 (priss.sh) S 15195 15197 15086 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 594245769 8908800 251 33554432000 4194304 4922060 140735426707488 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15197/statm: 2175 251 211 178 0 68 0
[pid=15198] ppid=15197 vsize=2518256 CPUtime=4476.45 cores=1,3,5,7
/proc/15198/stat : 15198 (priss) S 15197 15197 15086 0 -1 4202496 873161 0 0 0 447212 433 0 0 18 0 5 0 594245769 2578694144 536671 33554432000 4194304 5787044 140734078844704 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/15198/statm: 629564 536671 421 389 0 625314 0
[pid=15198/tid=15200] ppid=15197 vsize=2518256 CPUtime=1117.32 cores=1,3,5,7
/proc/15198/task/15200/stat : 15200 (priss) R 15197 15197 15086 0 -1 4202560 138836 0 0 0 111651 81 0 0 25 0 5 0 594245899 2578694144 536671 33554432000 4194304 5787044 140734078844704 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=15198/tid=15201] ppid=15197 vsize=2518256 CPUtime=1118.38 cores=1,3,5,7
/proc/15198/task/15201/stat : 15201 (priss) R 15197 15197 15086 0 -1 4202560 147756 0 0 0 111724 114 0 0 25 0 5 0 594245921 2578694144 536671 33554432000 4194304 5787044 140734078844704 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=15198/tid=15202] ppid=15197 vsize=2518256 CPUtime=1119.01 cores=1,3,5,7
/proc/15198/task/15202/stat : 15202 (priss) R 15197 15197 15086 0 -1 4202560 130831 0 0 0 111819 82 0 0 25 0 5 0 594245948 2578694144 536671 33554432000 4194304 5787044 140734078844704 18446744073709551615 5590832 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15198/tid=15203] ppid=15197 vsize=2518256 CPUtime=1119.68 cores=1,3,5,7
/proc/15198/task/15203/stat : 15203 (priss) R 15197 15197 15086 0 -1 4202560 300693 0 0 0 111840 128 0 0 25 0 5 0 594245986 2578694144 536671 33554432000 4194304 5787044 140734078844704 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4476.45
Current children cumulated vsize (KiB) 2526956

[startup+1182.3 s]
/proc/loadavg: 8.14 8.10 7.13 10/188 15270
/proc/meminfo: memFree=14229784/32951124 swapFree=67111528/67111528
[pid=15197] ppid=15195 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15197/stat : 15197 (priss.sh) S 15195 15197 15086 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 594245769 8908800 251 33554432000 4194304 4922060 140735426707488 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15197/statm: 2175 251 211 178 0 68 0
[pid=15198] ppid=15197 vsize=2608232 CPUtime=4716.12 cores=1,3,5,7
/proc/15198/stat : 15198 (priss) S 15197 15197 15086 0 -1 4202496 896840 0 0 0 471171 441 0 0 18 0 5 0 594245769 2670829568 556970 33554432000 4194304 5787044 140734078844704 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/15198/statm: 652058 556970 421 389 0 647808 0
[pid=15198/tid=15200] ppid=15197 vsize=2608232 CPUtime=1177.31 cores=1,3,5,7
/proc/15198/task/15200/stat : 15200 (priss) R 15197 15197 15086 0 -1 4202560 139359 0 0 0 117649 82 0 0 25 0 5 0 594245899 2670829568 556970 33554432000 4194304 5787044 140734078844704 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=15198/tid=15201] ppid=15197 vsize=2608232 CPUtime=1178.05 cores=1,3,5,7
/proc/15198/task/15201/stat : 15201 (priss) R 15197 15197 15086 0 -1 4202560 148541 0 0 0 117690 115 0 0 25 0 5 0 594245921 2670829568 556970 33554432000 4194304 5787044 140734078844704 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=15198/tid=15202] ppid=15197 vsize=2608232 CPUtime=1179.01 cores=1,3,5,7
/proc/15198/task/15202/stat : 15202 (priss) R 15197 15197 15086 0 -1 4202560 130831 0 0 0 117818 83 0 0 25 0 5 0 594245948 2670829568 556970 33554432000 4194304 5787044 140734078844704 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15198/tid=15203] ppid=15197 vsize=2608232 CPUtime=1179.68 cores=1,3,5,7
/proc/15198/task/15203/stat : 15203 (priss) R 15197 15197 15086 0 -1 4202560 323064 0 0 0 117836 132 0 0 25 0 5 0 594245986 2670829568 556970 33554432000 4194304 5787044 140734078844704 18446744073709551615 4333869 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4716.12
Current children cumulated vsize (KiB) 2616932



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.3 s]
/proc/loadavg: 8.09 8.09 7.15 9/188 15271
/proc/meminfo: memFree=14134920/32951124 swapFree=67111528/67111528
[pid=15197] ppid=15195 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15197/stat : 15197 (priss.sh) S 15195 15197 15086 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 594245769 8908800 251 33554432000 4194304 4922060 140735426707488 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15197/statm: 2175 251 211 178 0 68 0
[pid=15198] ppid=15197 vsize=2608232 CPUtime=4800.04 cores=1,3,5,7
/proc/15198/stat : 15198 (priss) S 15197 15197 15086 0 -1 4202496 929796 0 0 0 479554 450 0 0 18 0 5 0 594245769 2670829568 556976 33554432000 4194304 5787044 140734078844704 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/15198/statm: 652058 556976 421 389 0 647808 0
[pid=15198/tid=15200] ppid=15197 vsize=2608232 CPUtime=1198.32 cores=1,3,5,7
/proc/15198/task/15200/stat : 15200 (priss) R 15197 15197 15086 0 -1 4202560 139504 0 0 0 119750 82 0 0 25 0 5 0 594245899 2670829568 556976 33554432000 4194304 5787044 140734078844704 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=15198/tid=15201] ppid=15197 vsize=2608232 CPUtime=1198.93 cores=1,3,5,7
/proc/15198/task/15201/stat : 15201 (priss) R 15197 15197 15086 0 -1 4202560 148551 0 0 0 119778 115 0 0 25 0 5 0 594245921 2670829568 556976 33554432000 4194304 5787044 140734078844704 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=15198/tid=15202] ppid=15197 vsize=2608232 CPUtime=1200.03 cores=1,3,5,7
/proc/15198/task/15202/stat : 15202 (priss) R 15197 15197 15086 0 -1 4202560 130891 0 0 0 119919 84 0 0 25 0 5 0 594245948 2670829568 556976 33554432000 4194304 5787044 140734078844704 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15198/tid=15203] ppid=15197 vsize=2608232 CPUtime=1200.69 cores=1,3,5,7
/proc/15198/task/15203/stat : 15203 (priss) R 15197 15197 15086 0 -1 4202560 355805 0 0 0 119928 141 0 0 25 0 5 0 594245986 2670829568 556976 33554432000 4194304 5787044 140734078844704 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.04
Current children cumulated vsize (KiB) 2616932

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

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

[startup+1203.3 s]
/proc/loadavg: 8.09 8.09 7.15 9/188 15271
/proc/meminfo: memFree=14134920/32951124 swapFree=67111528/67111528
[pid=15197] ppid=15195 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15197/stat : 15197 (priss.sh) S 15195 15197 15086 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 594245769 8908800 251 33554432000 4194304 4922060 140735426707488 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15197/statm: 2175 251 211 178 0 68 0
[pid=15198] ppid=15197 vsize=2608232 CPUtime=4800.04 cores=1,3,5,7
/proc/15198/stat : 15198 (priss) S 15197 15197 15086 0 -1 4202496 929796 0 0 0 479554 450 0 0 18 0 5 0 594245769 2670829568 556976 33554432000 4194304 5787044 140734078844704 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/15198/statm: 652058 556976 421 389 0 647808 0
[pid=15198/tid=15200] ppid=15197 vsize=2608232 CPUtime=1198.32 cores=1,3,5,7
/proc/15198/task/15200/stat : 15200 (priss) R 15197 15197 15086 0 -1 4202560 139504 0 0 0 119750 82 0 0 25 0 5 0 594245899 2670829568 556976 33554432000 4194304 5787044 140734078844704 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=15198/tid=15201] ppid=15197 vsize=2608232 CPUtime=1198.93 cores=1,3,5,7
/proc/15198/task/15201/stat : 15201 (priss) R 15197 15197 15086 0 -1 4202560 148551 0 0 0 119778 115 0 0 25 0 5 0 594245921 2670829568 556976 33554432000 4194304 5787044 140734078844704 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=15198/tid=15202] ppid=15197 vsize=2608232 CPUtime=1200.03 cores=1,3,5,7
/proc/15198/task/15202/stat : 15202 (priss) R 15197 15197 15086 0 -1 4202560 130891 0 0 0 119919 84 0 0 25 0 5 0 594245948 2670829568 556976 33554432000 4194304 5787044 140734078844704 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15198/tid=15203] ppid=15197 vsize=2608232 CPUtime=1200.69 cores=1,3,5,7
/proc/15198/task/15203/stat : 15203 (priss) R 15197 15197 15086 0 -1 4202560 355805 0 0 0 119928 141 0 0 25 0 5 0 594245986 2670829568 556976 33554432000 4194304 5787044 140734078844704 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.04
Current children cumulated vsize (KiB) 2616932

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1203.32
CPU time (s): 4800.04
CPU user time (s): 4795.54
CPU system time (s): 4.5
CPU usage (%): 398.898
Max. virtual memory (cumulated for all children) (KiB): 2748004

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= 330
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.72274 second user time and 4.84926 second system time

The end

Launcher Data

Begin job on node110 at 2011-04-29 03:22:32
IDJOB=3281569
IDBENCH=69571
IDSOLVER=1603
FILE ID=node110/3281569-1304040150
RUNJOBID= node110-1304039990-15105
PBS_JOBID= 13170381
Free space on /tmp= 72760 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT_RACE08/cnf/velev-vliw-uns-4.0-9-i1.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3281569-1304040150/watcher-3281569-1304040150 -o /tmp/evaluation-result-3281569-1304040150/solver-3281569-1304040150 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3281569-1304040150.cnf 1461228337 4800 15500 4

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

MD5SUM BENCH= 590cca3a58efdeb1c95ef988a53daa1d
RANDOM SEED=1461228337

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16123184 kB
Buffers:       2333392 kB
Cached:       13328532 kB
SwapCached:          0 kB
Active:        8428544 kB
Inactive:      7826712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16123184 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           70184 kB
Writeback:           0 kB
AnonPages:      592700 kB
Mapped:          15616 kB
Slab:           508140 kB
PageTables:       5800 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   800660 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= 72768 MiB
End job on node110 at 2011-04-29 03:42:37