Trace number 3287411

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.25 1201.82

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-bobsmhdlc2-tseitin.cnf
MD5SUMee159af2e208d290f7f3fefd15c344f2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark731.23
Satisfiable
(Un)Satisfiability was proved
Number of variables44692
Number of clauses129620
Sum of the clauses size302444
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 286412
Number of clauses of size 343206
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c *****************************************************
0.00/0.00	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.00	c *   This program may be redistributed or modified   *
0.00/0.00	c * under the terms of the GNU General Public License *
0.00/0.00	c *****************************************************
0.00/0.00	c process id: 23104
0.00/0.03	c parsetime: 32886us
0.00/0.03	c parsed 129620 clauses with 44692 variables
0.00/0.04	c NW started thread 0 successfully (1116375360)
0.00/0.05	c NW started thread 1 successfully (1096632640)
0.00/0.06	c NW started thread 2 successfully (1126865216)
0.00/0.07	c NW started thread 3 successfully (1137355072)
0.00/1.06	c preprocessor returned 44692 variables
0.00/1.06	c preprocessing returned UNKNOWN
0.00/1.06	c PP set 515 variables
0.00/1.06	c pp time: 968764us (0s)
0.00/1.06	c preprocessor returned 44692 variables
0.00/1.06	c preprocessing returned UNKNOWN
0.00/1.06	c PP set 515 variables
0.00/1.06	c pp time: 977166us (0s)
0.00/1.06	c preprocessor returned 44692 variables
0.00/1.06	c preprocessing returned UNKNOWN
0.00/1.06	c PP set 515 variables
0.00/1.06	c pp time: 976383us (0s)
0.00/1.47	c preprocessor returned 46692 variables
0.00/1.47	c preprocessing returned UNKNOWN
0.00/1.47	c PP set 515 variables
0.00/1.47	c pp time: 1386923us (1s)
0.00/1.59	c HTE
0.00/1.63	c subsumption
0.00/1.68	c simplified formula contains 0 unit clauses
7.41/1.90	c HTE
7.41/1.95	c subsumption
7.78/2.00	c simplified formula contains 0 unit clauses
11.40/2.99	c HTE
11.80/3.03	c subsumption
12.18/3.10	c simplified formula contains 0 unit clauses
12.18/3.11	c received clause contains eliminated literal -8509
13.77/3.58	c added unsatisfied clause
13.77/3.58	c failed to add network clauses
14.57/3.77	c received clause contains eliminated literal 10339
17.38/4.47	c added unsatisfied clause
17.38/4.47	c failed to add network clauses
18.97/4.82	c HTE
19.37/4.91	c subsumption
19.77/5.02	c simplified formula contains 0 unit clauses
30.55/7.73	c added unsatisfied clause
30.55/7.73	c failed to add network clauses
33.37/8.48	c received clause contains eliminated literal 15626
34.95/8.81	c added unsatisfied clause
34.95/8.81	c failed to add network clauses
52.91/13.38	c received clause contains eliminated literal -13915
78.09/19.63	c HTE
78.88/19.87	c subsumption
83.27/20.96	c simplified formula contains 0 unit clauses
181.93/45.66	c received clause contains eliminated literal 32555
528.21/132.38	c added unsatisfied clause
528.21/132.38	c failed to add network clauses
3633.84/909.86	c HTE
3752.45/939.55	c subsumption
3837.94/960.92	c simplified formula contains 0 unit clauses

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-3287411-1304051342/watcher-3287411-1304051342 -o /tmp/evaluation-result-3287411-1304051342/solver-3287411-1304051342 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3287411-1304051342.cnf 1437750861 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.30 7.91 7.96 5/182 23103
/proc/meminfo: memFree=12764892/32950940 swapFree=67111528/67111528
[pid=23103] ppid=23101 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23103/stat : 23103 (priss.sh) S 23101 23103 21582 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595364941 8908800 252 33554432000 4194304 4922060 140735192711312 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23103/statm: 2175 252 211 178 0 68 0

[startup+0.102898 s]
/proc/loadavg: 7.30 7.91 7.96 5/182 23103
/proc/meminfo: memFree=12764892/32950940 swapFree=67111528/67111528
[pid=23103] ppid=23101 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23103/stat : 23103 (priss.sh) S 23101 23103 21582 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595364941 8908800 252 33554432000 4194304 4922060 140735192711312 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23103/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.314471 s]
/proc/loadavg: 7.30 7.91 7.96 5/182 23103
/proc/meminfo: memFree=12764892/32950940 swapFree=67111528/67111528
[pid=23103] ppid=23101 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23103/stat : 23103 (priss.sh) S 23101 23103 21582 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595364941 8908800 252 33554432000 4194304 4922060 140735192711312 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23103/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.445103 s]
/proc/loadavg: 7.30 7.91 7.96 5/182 23103
/proc/meminfo: memFree=12764892/32950940 swapFree=67111528/67111528
[pid=23103] ppid=23101 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23103/stat : 23103 (priss.sh) S 23101 23103 21582 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595364941 8908800 252 33554432000 4194304 4922060 140735192711312 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23103/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.965154 s]
/proc/loadavg: 7.30 7.91 7.96 5/182 23103
/proc/meminfo: memFree=12764892/32950940 swapFree=67111528/67111528
[pid=23103] ppid=23101 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23103/stat : 23103 (priss.sh) S 23101 23103 21582 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595364941 8908800 252 33554432000 4194304 4922060 140735192711312 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23103/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5004 s]
/proc/loadavg: 7.30 7.91 7.96 5/182 23103
/proc/meminfo: memFree=12764892/32950940 swapFree=67111528/67111528
[pid=23103] ppid=23101 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23103/stat : 23103 (priss.sh) S 23101 23103 21582 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595364941 8908800 252 33554432000 4194304 4922060 140735192711312 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23103/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10112 s]
/proc/loadavg: 7.35 7.91 7.96 9/188 23109
/proc/meminfo: memFree=12595780/32950940 swapFree=67111528/67111528
[pid=23103] ppid=23101 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23103/stat : 23103 (priss.sh) S 23101 23103 21582 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595364941 8908800 252 33554432000 4194304 4922060 140735192711312 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23103/statm: 2175 252 211 178 0 68 0
[pid=23104] ppid=23103 vsize=346248 CPUtime=12.18 cores=1,3,5,7
/proc/23104/stat : 23104 (priss) S 23103 23103 21582 0 -1 4202496 61611 0 0 0 1199 19 0 0 25 0 5 0 595364941 354557952 40798 33554432000 4194304 5787044 140736168622368 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/23104/statm: 86562 40798 419 389 0 82312 0
[pid=23104/tid=23106] ppid=23103 vsize=346248 CPUtime=3.03 cores=1,3,5,7
/proc/23104/task/23106/stat : 23106 (priss) R 23103 23103 21582 0 -1 4202560 11849 0 0 0 299 4 0 0 23 0 5 0 595364945 354557952 40798 33554432000 4194304 5787044 140736168622368 18446744073709551615 5591090 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23104/tid=23107] ppid=23103 vsize=346248 CPUtime=3.03 cores=1,3,5,7
/proc/23104/task/23107/stat : 23107 (priss) R 23103 23103 21582 0 -1 4202560 12877 0 0 0 300 3 0 0 22 0 5 0 595364946 354557952 40798 33554432000 4194304 5787044 140736168622368 18446744073709551615 4218863 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23104/tid=23108] ppid=23103 vsize=346248 CPUtime=3.02 cores=1,3,5,7
/proc/23104/task/23108/stat : 23108 (priss) R 23103 23103 21582 0 -1 4202560 12620 0 0 0 297 5 0 0 23 0 5 0 595364947 354557952 40798 33554432000 4194304 5787044 140736168622368 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23104/tid=23109] ppid=23103 vsize=346248 CPUtime=3 cores=1,3,5,7
/proc/23104/task/23109/stat : 23109 (priss) R 23103 23103 21582 0 -1 4202560 17815 0 0 0 296 4 0 0 22 0 5 0 595364948 354557952 40798 33554432000 4194304 5787044 140736168622368 18446744073709551615 4336763 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.18
Current children cumulated vsize (KiB) 354948

[startup+6.30656 s]
/proc/loadavg: 7.35 7.91 7.96 9/188 23109
/proc/meminfo: memFree=12588536/32950940 swapFree=67111528/67111528
[pid=23103] ppid=23101 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23103/stat : 23103 (priss.sh) S 23101 23103 21582 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595364941 8908800 252 33554432000 4194304 4922060 140735192711312 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23103/statm: 2175 252 211 178 0 68 0
[pid=23104] ppid=23103 vsize=346564 CPUtime=24.98 cores=1,3,5,7
/proc/23104/stat : 23104 (priss) S 23103 23103 21582 0 -1 4202496 63754 0 0 0 2478 20 0 0 25 0 5 0 595364941 354881536 40997 33554432000 4194304 5787044 140736168622368 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/23104/statm: 86641 40997 419 389 0 82391 0
[pid=23104/tid=23106] ppid=23103 vsize=346564 CPUtime=6.21 cores=1,3,5,7
/proc/23104/task/23106/stat : 23106 (priss) R 23103 23103 21582 0 -1 4202560 11850 0 0 0 617 4 0 0 25 0 5 0 595364945 354881536 40997 33554432000 4194304 5787044 140736168622368 18446744073709551615 5586853 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23104/tid=23107] ppid=23103 vsize=346564 CPUtime=6.24 cores=1,3,5,7
/proc/23104/task/23107/stat : 23107 (priss) R 23103 23103 21582 0 -1 4202560 12913 0 0 0 620 4 0 0 25 0 5 0 595364946 354881536 40997 33554432000 4194304 5787044 140736168622368 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23104/tid=23108] ppid=23103 vsize=346564 CPUtime=6.22 cores=1,3,5,7
/proc/23104/task/23108/stat : 23108 (priss) R 23103 23103 21582 0 -1 4202560 12681 0 0 0 617 5 0 0 25 0 5 0 595364947 354881536 40997 33554432000 4194304 5787044 140736168622368 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23104/tid=23109] ppid=23103 vsize=346564 CPUtime=6.21 cores=1,3,5,7
/proc/23104/task/23109/stat : 23109 (priss) R 23103 23103 21582 0 -1 4202560 19860 0 0 0 616 5 0 0 25 0 5 0 595364948 354881536 40997 33554432000 4194304 5787044 140736168622368 18446744073709551615 5530976 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.98
Current children cumulated vsize (KiB) 355264

[startup+12.7004 s]
/proc/loadavg: 7.40 7.91 7.96 10/188 23109
/proc/meminfo: memFree=12569828/32950940 swapFree=67111528/67111528
[pid=23103] ppid=23101 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23103/stat : 23103 (priss.sh) S 23101 23103 21582 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595364941 8908800 252 33554432000 4194304 4922060 140735192711312 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23103/statm: 2175 252 211 178 0 68 0
[pid=23104] ppid=23103 vsize=346828 CPUtime=50.52 cores=1,3,5,7
/proc/23104/stat : 23104 (priss) S 23103 23103 21582 0 -1 4202496 65446 0 0 0 5031 21 0 0 25 0 5 0 595364941 355151872 42689 33554432000 4194304 5787044 140736168622368 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/23104/statm: 86707 42689 419 389 0 82457 0
[pid=23104/tid=23106] ppid=23103 vsize=346828 CPUtime=12.57 cores=1,3,5,7
/proc/23104/task/23106/stat : 23106 (priss) R 23103 23103 21582 0 -1 4202560 11945 0 0 0 1253 4 0 0 25 0 5 0 595364945 355151872 42689 33554432000 4194304 5787044 140736168622368 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23104/tid=23107] ppid=23103 vsize=346828 CPUtime=12.63 cores=1,3,5,7
/proc/23104/task/23107/stat : 23107 (priss) R 23103 23103 21582 0 -1 4202560 14138 0 0 0 1259 4 0 0 25 0 5 0 595364946 355151872 42689 33554432000 4194304 5787044 140736168622368 18446744073709551615 5585216 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23104/tid=23108] ppid=23103 vsize=346828 CPUtime=12.62 cores=1,3,5,7
/proc/23104/task/23108/stat : 23108 (priss) R 23103 23103 21582 0 -1 4202560 12955 0 0 0 1256 6 0 0 25 0 5 0 595364947 355151872 42689 33554432000 4194304 5787044 140736168622368 18446744073709551615 4217177 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23104/tid=23109] ppid=23103 vsize=346828 CPUtime=12.6 cores=1,3,5,7
/proc/23104/task/23109/stat : 23109 (priss) R 23103 23103 21582 0 -1 4202560 19958 0 0 0 1255 5 0 0 25 0 5 0 595364948 355151872 42689 33554432000 4194304 5787044 140736168622368 18446744073709551615 4220347 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 355528

[startup+25.5012 s]
/proc/loadavg: 7.53 7.92 7.96 9/188 23109
/proc/meminfo: memFree=12516392/32950940 swapFree=67111528/67111528
[pid=23103] ppid=23101 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23103/stat : 23103 (priss.sh) S 23101 23103 21582 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595364941 8908800 252 33554432000 4194304 4922060 140735192711312 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23103/statm: 2175 252 211 178 0 68 0
[pid=23104] ppid=23103 vsize=353984 CPUtime=101.65 cores=1,3,5,7
/proc/23104/stat : 23104 (priss) S 23103 23103 21582 0 -1 4202496 71902 0 0 0 10140 25 0 0 25 0 5 0 595364941 362479616 47211 33554432000 4194304 5787044 140736168622368 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/23104/statm: 88496 47211 419 389 0 84246 0
[pid=23104/tid=23106] ppid=23103 vsize=353984 CPUtime=25.3 cores=1,3,5,7
/proc/23104/task/23106/stat : 23106 (priss) R 23103 23103 21582 0 -1 4202560 12619 0 0 0 2525 5 0 0 25 0 5 0 595364945 362479616 47211 33554432000 4194304 5787044 140736168622368 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23104/tid=23107] ppid=23103 vsize=353984 CPUtime=25.43 cores=1,3,5,7
/proc/23104/task/23107/stat : 23107 (priss) R 23103 23103 21582 0 -1 4202560 14590 0 0 0 2539 4 0 0 25 0 5 0 595364946 362479616 47211 33554432000 4194304 5787044 140736168622368 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23104/tid=23108] ppid=23103 vsize=353984 CPUtime=25.41 cores=1,3,5,7
/proc/23104/task/23108/stat : 23108 (priss) R 23103 23103 21582 0 -1 4202560 14132 0 0 0 2534 7 0 0 25 0 5 0 595364947 362479616 47211 33554432000 4194304 5787044 140736168622368 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23104/tid=23109] ppid=23103 vsize=353984 CPUtime=25.4 cores=1,3,5,7
/proc/23104/task/23109/stat : 23109 (priss) R 23103 23103 21582 0 -1 4202560 24111 0 0 0 2533 7 0 0 25 0 5 0 595364948 362479616 47211 33554432000 4194304 5787044 140736168622368 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.65
Current children cumulated vsize (KiB) 362684

[startup+51.1007 s]
/proc/loadavg: 7.77 7.94 7.96 10/188 23110
/proc/meminfo: memFree=12453184/32950940 swapFree=67111528/67111528
[pid=23103] ppid=23101 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23103/stat : 23103 (priss.sh) S 23101 23103 21582 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595364941 8908800 252 33554432000 4194304 4922060 140735192711312 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23103/statm: 2175 252 211 178 0 68 0
[pid=23104] ppid=23103 vsize=364592 CPUtime=203.89 cores=1,3,5,7
/proc/23104/stat : 23104 (priss) S 23103 23103 21582 0 -1 4202496 79862 0 0 0 20356 33 0 0 25 0 5 0 595364941 373342208 55165 33554432000 4194304 5787044 140736168622368 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/23104/statm: 91148 55165 419 389 0 86898 0
[pid=23104/tid=23106] ppid=23103 vsize=364592 CPUtime=50.76 cores=1,3,5,7
/proc/23104/task/23106/stat : 23106 (priss) R 23103 23103 21582 0 -1 4202560 14164 0 0 0 5069 7 0 0 25 0 5 0 595364945 373342208 55165 33554432000 4194304 5787044 140736168622368 18446744073709551615 4217483 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23104/tid=23107] ppid=23103 vsize=364592 CPUtime=51.03 cores=1,3,5,7
/proc/23104/task/23107/stat : 23107 (priss) R 23103 23103 21582 0 -1 4202560 16053 0 0 0 5097 6 0 0 25 0 5 0 595364946 373342208 55165 33554432000 4194304 5787044 140736168622368 18446744073709551615 5586640 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23104/tid=23108] ppid=23103 vsize=364592 CPUtime=51.01 cores=1,3,5,7
/proc/23104/task/23108/stat : 23108 (priss) R 23103 23103 21582 0 -1 4202560 16882 0 0 0 5091 10 0 0 25 0 5 0 595364947 373342208 55165 33554432000 4194304 5787044 140736168622368 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23104/tid=23109] ppid=23103 vsize=364592 CPUtime=50.99 cores=1,3,5,7
/proc/23104/task/23109/stat : 23109 (priss) R 23103 23103 21582 0 -1 4202560 26313 0 0 0 5091 8 0 0 25 0 5 0 595364948 373342208 55165 33554432000 4194304 5787044 140736168622368 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.89
Current children cumulated vsize (KiB) 373292

[startup+102.301 s]
/proc/loadavg: 7.93 7.96 7.97 9/188 23111
/proc/meminfo: memFree=12340196/32950940 swapFree=67111528/67111528
[pid=23103] ppid=23101 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23103/stat : 23103 (priss.sh) S 23101 23103 21582 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595364941 8908800 252 33554432000 4194304 4922060 140735192711312 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23103/statm: 2175 252 211 178 0 68 0
[pid=23104] ppid=23103 vsize=443428 CPUtime=408.38 cores=1,3,5,7
/proc/23104/stat : 23104 (priss) S 23103 23103 21582 0 -1 4202496 96121 0 0 0 40787 51 0 0 25 0 5 0 595364941 454070272 71360 33554432000 4194304 5787044 140736168622368 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/23104/statm: 110857 71360 419 389 0 106607 0
[pid=23104/tid=23106] ppid=23103 vsize=443428 CPUtime=101.67 cores=1,3,5,7
/proc/23104/task/23106/stat : 23106 (priss) R 23103 23103 21582 0 -1 4202560 18639 0 0 0 10155 12 0 0 25 0 5 0 595364945 454070272 71360 33554432000 4194304 5787044 140736168622368 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23104/tid=23107] ppid=23103 vsize=443428 CPUtime=102.22 cores=1,3,5,7
/proc/23104/task/23107/stat : 23107 (priss) R 23103 23103 21582 0 -1 4202560 19436 0 0 0 10210 12 0 0 25 0 5 0 595364946 454070272 71360 33554432000 4194304 5787044 140736168622368 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23104/tid=23108] ppid=23103 vsize=443428 CPUtime=102.2 cores=1,3,5,7
/proc/23104/task/23108/stat : 23108 (priss) R 23103 23103 21582 0 -1 4202560 21381 0 0 0 10207 13 0 0 25 0 5 0 595364947 454070272 71360 33554432000 4194304 5787044 140736168622368 18446744073709551615 4213865 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23104/tid=23109] ppid=23103 vsize=443428 CPUtime=102.18 cores=1,3,5,7
/proc/23104/task/23109/stat : 23109 (priss) R 23103 23103 21582 0 -1 4202560 30215 0 0 0 10206 12 0 0 25 0 5 0 595364948 454070272 71360 33554432000 4194304 5787044 140736168622368 18446744073709551615 5526908 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.38
Current children cumulated vsize (KiB) 452128

[startup+162.3 s]
/proc/loadavg: 8.04 7.99 7.98 10/188 23113
/proc/meminfo: memFree=12254960/32950940 swapFree=67111528/67111528
[pid=23103] ppid=23101 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23103/stat : 23103 (priss.sh) S 23101 23103 21582 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595364941 8908800 252 33554432000 4194304 4922060 140735192711312 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23103/statm: 2175 252 211 178 0 68 0
[pid=23104] ppid=23103 vsize=524060 CPUtime=648.03 cores=1,3,5,7

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

/proc/23104/task/23107/stat : 23107 (priss) R 23103 23103 21582 0 -1 4202560 49394 0 0 0 82174 47 0 0 25 0 5 0 595364946 904421376 177967 33554432000 4194304 5787044 140736168622368 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23104/tid=23108] ppid=23103 vsize=883224 CPUtime=822.15 cores=1,3,5,7
/proc/23104/task/23108/stat : 23108 (priss) R 23103 23103 21582 0 -1 4202560 47027 0 0 0 82166 49 0 0 25 0 5 0 595364947 904421376 177967 33554432000 4194304 5787044 140736168622368 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23104/tid=23109] ppid=23103 vsize=883224 CPUtime=822.18 cores=1,3,5,7
/proc/23104/task/23109/stat : 23109 (priss) R 23103 23103 21582 0 -1 4202560 55772 0 0 0 82169 49 0 0 25 0 5 0 595364948 904421376 177967 33554432000 4194304 5787044 140736168622368 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3284.37
Current children cumulated vsize (KiB) 891924

[startup+882.3 s]
/proc/loadavg: 8.07 8.10 8.04 9/188 23200
/proc/meminfo: memFree=13951332/32950940 swapFree=67111528/67111528
[pid=23103] ppid=23101 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23103/stat : 23103 (priss.sh) S 23101 23103 21582 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595364941 8908800 252 33554432000 4194304 4922060 140735192711312 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23103/statm: 2175 252 211 178 0 68 0
[pid=23104] ppid=23103 vsize=890380 CPUtime=3524.01 cores=1,3,5,7
/proc/23104/stat : 23104 (priss) S 23103 23103 21582 0 -1 4202496 211414 0 0 0 352192 209 0 0 25 0 5 0 595364941 911749120 185248 33554432000 4194304 5787044 140736168622368 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/23104/statm: 222595 185248 419 389 0 218345 0
[pid=23104/tid=23106] ppid=23103 vsize=890380 CPUtime=877.4 cores=1,3,5,7
/proc/23104/task/23106/stat : 23106 (priss) R 23103 23103 21582 0 -1 4202560 46746 0 0 0 87685 55 0 0 25 0 5 0 595364945 911749120 185248 33554432000 4194304 5787044 140736168622368 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23104/tid=23107] ppid=23103 vsize=890380 CPUtime=882.2 cores=1,3,5,7
/proc/23104/task/23107/stat : 23107 (priss) R 23103 23103 21582 0 -1 4202560 51011 0 0 0 88170 50 0 0 25 0 5 0 595364946 911749120 185248 33554432000 4194304 5787044 140736168622368 18446744073709551615 4213852 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23104/tid=23108] ppid=23103 vsize=890380 CPUtime=882.15 cores=1,3,5,7
/proc/23104/task/23108/stat : 23108 (priss) R 23103 23103 21582 0 -1 4202560 48780 0 0 0 88164 51 0 0 25 0 5 0 595364947 911749120 185248 33554432000 4194304 5787044 140736168622368 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23104/tid=23109] ppid=23103 vsize=890380 CPUtime=882.16 cores=1,3,5,7
/proc/23104/task/23109/stat : 23109 (priss) R 23103 23103 21582 0 -1 4202560 58427 0 0 0 88164 52 0 0 25 0 5 0 595364948 911749120 185248 33554432000 4194304 5787044 140736168622368 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.01
Current children cumulated vsize (KiB) 899080

[startup+942.301 s]
/proc/loadavg: 8.06 8.10 8.04 9/188 23202
/proc/meminfo: memFree=13868092/32950940 swapFree=67111528/67111528
[pid=23103] ppid=23101 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23103/stat : 23103 (priss.sh) S 23101 23103 21582 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595364941 8908800 252 33554432000 4194304 4922060 140735192711312 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23103/statm: 2175 252 211 178 0 68 0
[pid=23104] ppid=23103 vsize=931460 CPUtime=3763.67 cores=1,3,5,7
/proc/23104/stat : 23104 (priss) S 23103 23103 21582 0 -1 4202496 223979 0 0 0 376148 219 0 0 25 0 5 0 595364941 953815040 197334 33554432000 4194304 5787044 140736168622368 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/23104/statm: 232865 197334 419 389 0 228615 0
[pid=23104/tid=23106] ppid=23103 vsize=931460 CPUtime=937.07 cores=1,3,5,7
/proc/23104/task/23106/stat : 23106 (priss) R 23103 23103 21582 0 -1 4202560 47025 0 0 0 93651 56 0 0 25 0 5 0 595364945 953815040 197335 33554432000 4194304 5787044 140736168622368 18446744073709551615 4218330 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23104/tid=23107] ppid=23103 vsize=931460 CPUtime=942.2 cores=1,3,5,7
/proc/23104/task/23107/stat : 23107 (priss) R 23103 23103 21582 0 -1 4202560 51096 0 0 0 94169 51 0 0 25 0 5 0 595364946 953815040 197335 33554432000 4194304 5787044 140736168622368 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23104/tid=23108] ppid=23103 vsize=931460 CPUtime=942.15 cores=1,3,5,7
/proc/23104/task/23108/stat : 23108 (priss) R 23103 23103 21582 0 -1 4202560 49218 0 0 0 94163 52 0 0 25 0 5 0 595364947 953815040 197335 33554432000 4194304 5787044 140736168622368 18446744073709551615 215988253729 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23104/tid=23109] ppid=23103 vsize=931460 CPUtime=942.14 cores=1,3,5,7
/proc/23104/task/23109/stat : 23109 (priss) R 23103 23103 21582 0 -1 4202560 70191 0 0 0 94156 58 0 0 25 0 5 0 595364948 953815040 197335 33554432000 4194304 5787044 140736168622368 18446744073709551615 4318959 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3763.67
Current children cumulated vsize (KiB) 940160

[startup+1002.3 s]
/proc/loadavg: 8.06 8.09 8.04 9/188 23203
/proc/meminfo: memFree=13832036/32950940 swapFree=67111528/67111528
[pid=23103] ppid=23101 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23103/stat : 23103 (priss.sh) S 23101 23103 21582 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595364941 8908800 252 33554432000 4194304 4922060 140735192711312 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23103/statm: 2175 252 211 178 0 68 0
[pid=23104] ppid=23103 vsize=931460 CPUtime=4003.32 cores=1,3,5,7
/proc/23104/stat : 23104 (priss) S 23103 23103 21582 0 -1 4202496 229016 0 0 0 400105 227 0 0 25 0 5 0 595364941 953815040 202371 33554432000 4194304 5787044 140736168622368 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/23104/statm: 232865 202371 419 389 0 228615 0
[pid=23104/tid=23106] ppid=23103 vsize=931460 CPUtime=996.74 cores=1,3,5,7
/proc/23104/task/23106/stat : 23106 (priss) R 23103 23103 21582 0 -1 4202560 47337 0 0 0 99618 56 0 0 25 0 5 0 595364945 953815040 202371 33554432000 4194304 5787044 140736168622368 18446744073709551615 5591325 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23104/tid=23107] ppid=23103 vsize=931460 CPUtime=1002.19 cores=1,3,5,7
/proc/23104/task/23107/stat : 23107 (priss) R 23103 23103 21582 0 -1 4202560 51301 0 0 0 100168 51 0 0 25 0 5 0 595364946 953815040 202371 33554432000 4194304 5787044 140736168622368 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23104/tid=23108] ppid=23103 vsize=931460 CPUtime=1002.14 cores=1,3,5,7
/proc/23104/task/23108/stat : 23108 (priss) R 23103 23103 21582 0 -1 4202560 53269 0 0 0 100156 58 0 0 25 0 5 0 595364947 953815040 202371 33554432000 4194304 5787044 140736168622368 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23104/tid=23109] ppid=23103 vsize=931460 CPUtime=1002.14 cores=1,3,5,7
/proc/23104/task/23109/stat : 23109 (priss) R 23103 23103 21582 0 -1 4202560 70659 0 0 0 100155 59 0 0 25 0 5 0 595364948 953815040 202371 33554432000 4194304 5787044 140736168622368 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.32
Current children cumulated vsize (KiB) 940160

[startup+1062.31 s]
/proc/loadavg: 8.06 8.08 8.04 9/188 23205
/proc/meminfo: memFree=13798672/32950940 swapFree=67111528/67111528
[pid=23103] ppid=23101 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23103/stat : 23103 (priss.sh) S 23101 23103 21582 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595364941 8908800 252 33554432000 4194304 4922060 140735192711312 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23103/statm: 2175 252 211 178 0 68 0
[pid=23104] ppid=23103 vsize=996996 CPUtime=4243.01 cores=1,3,5,7
/proc/23104/stat : 23104 (priss) S 23103 23103 21582 0 -1 4202496 233500 0 0 0 424066 235 0 0 25 0 5 0 595364941 1020923904 206855 33554432000 4194304 5787044 140736168622368 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/23104/statm: 249249 206855 419 389 0 244999 0
[pid=23104/tid=23106] ppid=23103 vsize=996996 CPUtime=1056.41 cores=1,3,5,7
/proc/23104/task/23106/stat : 23106 (priss) R 23103 23103 21582 0 -1 4202560 47338 0 0 0 105585 56 0 0 25 0 5 0 595364945 1020923904 206855 33554432000 4194304 5787044 140736168622368 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23104/tid=23107] ppid=23103 vsize=996996 CPUtime=1062.2 cores=1,3,5,7
/proc/23104/task/23107/stat : 23107 (priss) R 23103 23103 21582 0 -1 4202560 51392 0 0 0 106168 52 0 0 25 0 5 0 595364946 1020923904 206855 33554432000 4194304 5787044 140736168622368 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23104/tid=23108] ppid=23103 vsize=996996 CPUtime=1062.15 cores=1,3,5,7
/proc/23104/task/23108/stat : 23108 (priss) R 23103 23103 21582 0 -1 4202560 57660 0 0 0 106149 66 0 0 25 0 5 0 595364947 1020923904 206855 33554432000 4194304 5787044 140736168622368 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23104/tid=23109] ppid=23103 vsize=996996 CPUtime=1062.14 cores=1,3,5,7
/proc/23104/task/23109/stat : 23109 (priss) R 23103 23103 21582 0 -1 4202560 70660 0 0 0 106155 59 0 0 25 0 5 0 595364948 1020923904 206855 33554432000 4194304 5787044 140736168622368 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.01
Current children cumulated vsize (KiB) 1005696

[startup+1122.3 s]
/proc/loadavg: 8.13 8.10 8.04 9/188 23206
/proc/meminfo: memFree=13769260/32950940 swapFree=67111528/67111528
[pid=23103] ppid=23101 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23103/stat : 23103 (priss.sh) S 23101 23103 21582 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595364941 8908800 252 33554432000 4194304 4922060 140735192711312 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23103/statm: 2175 252 211 178 0 68 0
[pid=23104] ppid=23103 vsize=996996 CPUtime=4482.67 cores=1,3,5,7
/proc/23104/stat : 23104 (priss) S 23103 23103 21582 0 -1 4202496 238043 0 0 0 448025 242 0 0 25 0 5 0 595364941 1020923904 211398 33554432000 4194304 5787044 140736168622368 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/23104/statm: 249249 211398 419 389 0 244999 0
[pid=23104/tid=23106] ppid=23103 vsize=996996 CPUtime=1116.09 cores=1,3,5,7
/proc/23104/task/23106/stat : 23106 (priss) R 23103 23103 21582 0 -1 4202560 48390 0 0 0 111550 59 0 0 25 0 5 0 595364945 1020923904 211398 33554432000 4194304 5787044 140736168622368 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23104/tid=23107] ppid=23103 vsize=996996 CPUtime=1122.2 cores=1,3,5,7
/proc/23104/task/23107/stat : 23107 (priss) R 23103 23103 21582 0 -1 4202560 54828 0 0 0 112164 56 0 0 25 0 5 0 595364946 1020923904 211398 33554432000 4194304 5787044 140736168622368 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23104/tid=23108] ppid=23103 vsize=996996 CPUtime=1122.14 cores=1,3,5,7
/proc/23104/task/23108/stat : 23108 (priss) R 23103 23103 21582 0 -1 4202560 57713 0 0 0 112148 66 0 0 25 0 5 0 595364947 1020923904 211398 33554432000 4194304 5787044 140736168622368 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23104/tid=23109] ppid=23103 vsize=996996 CPUtime=1122.14 cores=1,3,5,7
/proc/23104/task/23109/stat : 23109 (priss) R 23103 23103 21582 0 -1 4202560 70662 0 0 0 112155 59 0 0 25 0 5 0 595364948 1020923904 211398 33554432000 4194304 5787044 140736168622368 18446744073709551615 4218754 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4482.67
Current children cumulated vsize (KiB) 1005696

[startup+1182.3 s]
/proc/loadavg: 8.18 8.11 8.05 9/188 23208
/proc/meminfo: memFree=13730680/32950940 swapFree=67111528/67111528
[pid=23103] ppid=23101 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23103/stat : 23103 (priss.sh) S 23101 23103 21582 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595364941 8908800 252 33554432000 4194304 4922060 140735192711312 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23103/statm: 2175 252 211 178 0 68 0
[pid=23104] ppid=23103 vsize=1001484 CPUtime=4722.34 cores=1,3,5,7
/proc/23104/stat : 23104 (priss) S 23103 23103 21582 0 -1 4202496 243614 0 0 0 471982 252 0 0 25 0 5 0 595364941 1025519616 216969 33554432000 4194304 5787044 140736168622368 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/23104/statm: 250371 216969 419 389 0 246121 0
[pid=23104/tid=23106] ppid=23103 vsize=1001484 CPUtime=1175.76 cores=1,3,5,7
/proc/23104/task/23106/stat : 23106 (priss) R 23103 23103 21582 0 -1 4202560 48795 0 0 0 117517 59 0 0 25 0 5 0 595364945 1025519616 216969 33554432000 4194304 5787044 140736168622368 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23104/tid=23107] ppid=23103 vsize=1001484 CPUtime=1182.2 cores=1,3,5,7
/proc/23104/task/23107/stat : 23107 (priss) R 23103 23103 21582 0 -1 4202560 58041 0 0 0 118157 63 0 0 25 0 5 0 595364946 1025519616 216969 33554432000 4194304 5787044 140736168622368 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23104/tid=23108] ppid=23103 vsize=1001484 CPUtime=1182.14 cores=1,3,5,7
/proc/23104/task/23108/stat : 23108 (priss) R 23103 23103 21582 0 -1 4202560 57759 0 0 0 118147 67 0 0 25 0 5 0 595364947 1025519616 216969 33554432000 4194304 5787044 140736168622368 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23104/tid=23109] ppid=23103 vsize=1001484 CPUtime=1182.14 cores=1,3,5,7
/proc/23104/task/23109/stat : 23109 (priss) R 23103 23103 21582 0 -1 4202560 72569 0 0 0 118153 61 0 0 25 0 5 0 595364948 1025519616 216969 33554432000 4194304 5787044 140736168622368 18446744073709551615 4254546 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.34
Current children cumulated vsize (KiB) 1010184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.13 8.10 8.05 9/188 23209
/proc/meminfo: memFree=13719132/32950940 swapFree=67111528/67111528
[pid=23103] ppid=23101 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23103/stat : 23103 (priss.sh) S 23101 23103 21582 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595364941 8908800 252 33554432000 4194304 4922060 140735192711312 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23103/statm: 2175 252 211 178 0 68 0
[pid=23104] ppid=23103 vsize=1005312 CPUtime=4800.25 cores=1,3,5,7
/proc/23104/stat : 23104 (priss) S 23103 23103 21582 0 -1 4202496 245839 0 0 0 479771 254 0 0 25 0 5 0 595364941 1029439488 219194 33554432000 4194304 5787044 140736168622368 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/23104/statm: 251328 219194 419 389 0 247078 0
[pid=23104/tid=23106] ppid=23103 vsize=1005312 CPUtime=1195.16 cores=1,3,5,7
/proc/23104/task/23106/stat : 23106 (priss) R 23103 23103 21582 0 -1 4202560 48799 0 0 0 119457 59 0 0 25 0 5 0 595364945 1029439488 219194 33554432000 4194304 5787044 140736168622368 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23104/tid=23107] ppid=23103 vsize=1005312 CPUtime=1201.71 cores=1,3,5,7
/proc/23104/task/23107/stat : 23107 (priss) R 23103 23103 21582 0 -1 4202560 58973 0 0 0 120107 64 0 0 25 0 5 0 595364946 1029439488 219194 33554432000 4194304 5787044 140736168622368 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23104/tid=23108] ppid=23103 vsize=1005312 CPUtime=1201.65 cores=1,3,5,7
/proc/23104/task/23108/stat : 23108 (priss) R 23103 23103 21582 0 -1 4202560 57930 0 0 0 120098 67 0 0 25 0 5 0 595364947 1029439488 219194 33554432000 4194304 5787044 140736168622368 18446744073709551615 4220347 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23104/tid=23109] ppid=23103 vsize=1005312 CPUtime=1201.65 cores=1,3,5,7
/proc/23104/task/23109/stat : 23109 (priss) R 23103 23103 21582 0 -1 4202560 73687 0 0 0 120102 63 0 0 25 0 5 0 595364948 1029439488 219194 33554432000 4194304 5787044 140736168622368 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.25
Current children cumulated vsize (KiB) 1014012

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1201.82
CPU time (s): 4800.25
CPU user time (s): 4797.71
CPU system time (s): 2.54
CPU usage (%): 399.416
Max. virtual memory (cumulated for all children) (KiB): 1014012

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

runsolver used 1.82172 second user time and 4.74628 second system time

The end

Launcher Data

Begin job on node117 at 2011-04-29 06:29:02
IDJOB=3287411
IDBENCH=82466
IDSOLVER=1603
FILE ID=node117/3287411-1304051342
RUNJOBID= node117-1304041561-21601
PBS_JOBID= 13170383
Free space on /tmp= 71560 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-bobsmhdlc2-tseitin.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3287411-1304051342/watcher-3287411-1304051342 -o /tmp/evaluation-result-3287411-1304051342/solver-3287411-1304051342 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3287411-1304051342.cnf 1437750861 4800 15500 4

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

MD5SUM BENCH= ee159af2e208d290f7f3fefd15c344f2
RANDOM SEED=1437750861

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      12765172 kB
Buffers:       2376884 kB
Cached:       12572744 kB
SwapCached:          0 kB
Active:       12799436 kB
Inactive:      6797420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      12765172 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3572 kB
Writeback:           0 kB
AnonPages:     4646444 kB
Mapped:          15820 kB
Slab:           517380 kB
PageTables:      13204 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:  5170808 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= 71560 MiB
End job on node117 at 2011-04-29 06:49:06