Trace number 3292839

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

General information on the benchmark

NameSAT02/industrial/aloul/
Homer/homer17.shuffled.cnf
MD5SUMca62f6128dc3cad7229c7b9ee33a7492
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.484925
Satisfiable
(Un)Satisfiability was proved
Number of variables286
Number of clauses1742
Sum of the clauses size3718
Maximum clause length11
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21716
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 526

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: 20159
0.00/0.00	c parsetime: 468us
0.00/0.00	c parsed 1742 clauses with 286 variables
0.00/0.00	c NW started thread 0 successfully (1097480512)
0.00/0.00	c NW started thread 1 successfully (1107970368)
0.00/0.00	c NW started thread 2 successfully (1118460224)
0.00/0.00	c NW started thread 3 successfully (1128950080)
0.00/0.80	c preprocessor returned 10021 variables
0.00/0.80	c preprocessing returned UNKNOWN
0.00/0.80	c PP set 0 variables
0.00/0.80	c pp time: 797884us (0s)
0.00/0.80	c preprocessor returned 10021 variables
0.00/0.80	c preprocessing returned UNKNOWN
0.00/0.80	c PP set 0 variables
0.00/0.80	c pp time: 799603us (0s)
0.00/0.80	c preprocessor returned 10021 variables
0.00/0.80	c preprocessing returned UNKNOWN
0.00/0.80	c PP set 0 variables
0.00/0.80	c pp time: 799140us (0s)
33.54/8.48	c preprocessor returned 30082 variables
33.54/8.48	c preprocessing returned UNKNOWN
33.54/8.48	c PP set 0 variables
33.54/8.48	c pp time: 8480760us (8s)

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-3292839-1304082119/watcher-3292839-1304082119 -o /tmp/evaluation-result-3292839-1304082119/solver-3292839-1304082119 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3292839-1304082119.cnf 1636452330 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.65 7.85 7.94 5/182 20158
/proc/meminfo: memFree=30875896/32951124 swapFree=67111464/67111528
[pid=20158] ppid=20156 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20158/stat : 20158 (priss.sh) S 20156 20158 19459 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 598442454 8908800 251 33554432000 4194304 4922060 140737255878640 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20158/statm: 2175 251 211 178 0 68 0

[startup+0.80326 s]
/proc/loadavg: 7.65 7.85 7.94 5/182 20158
/proc/meminfo: memFree=30875896/32951124 swapFree=67111464/67111528
[pid=20158] ppid=20156 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20158/stat : 20158 (priss.sh) S 20156 20158 19459 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 598442454 8908800 251 33554432000 4194304 4922060 140737255878640 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20158/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.900619 s]
/proc/loadavg: 7.65 7.85 7.94 5/182 20158
/proc/meminfo: memFree=30875896/32951124 swapFree=67111464/67111528
[pid=20158] ppid=20156 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20158/stat : 20158 (priss.sh) S 20156 20158 19459 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 598442454 8908800 251 33554432000 4194304 4922060 140737255878640 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20158/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.0006 s]
/proc/loadavg: 7.65 7.85 7.94 5/182 20158
/proc/meminfo: memFree=30875896/32951124 swapFree=67111464/67111528
[pid=20158] ppid=20156 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20158/stat : 20158 (priss.sh) S 20156 20158 19459 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 598442454 8908800 251 33554432000 4194304 4922060 140737255878640 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20158/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.10058 s]
/proc/loadavg: 7.65 7.85 7.94 5/182 20158
/proc/meminfo: memFree=30875896/32951124 swapFree=67111464/67111528
[pid=20158] ppid=20156 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20158/stat : 20158 (priss.sh) S 20156 20158 19459 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 598442454 8908800 251 33554432000 4194304 4922060 140737255878640 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20158/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5005 s]
/proc/loadavg: 7.65 7.85 7.94 5/182 20158
/proc/meminfo: memFree=30875896/32951124 swapFree=67111464/67111528
[pid=20158] ppid=20156 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20158/stat : 20158 (priss.sh) S 20156 20158 19459 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 598442454 8908800 251 33554432000 4194304 4922060 140737255878640 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20158/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10121 s]
/proc/loadavg: 7.65 7.85 7.94 9/188 20164
/proc/meminfo: memFree=30839992/32951124 swapFree=67111464/67111528
[pid=20158] ppid=20156 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20158/stat : 20158 (priss.sh) S 20156 20158 19459 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 598442454 8908800 251 33554432000 4194304 4922060 140737255878640 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20158/statm: 2175 251 211 178 0 68 0
[pid=20159] ppid=20158 vsize=276408 CPUtime=12.36 cores=1,3,5,7
/proc/20159/stat : 20159 (priss) S 20158 20158 19459 0 -1 4202496 9176 0 0 0 1232 4 0 0 25 0 5 0 598442454 283041792 7756 33554432000 4194304 5787044 140735845517184 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/20159/statm: 69102 7756 404 389 0 64852 0
[pid=20159/tid=20160] ppid=20158 vsize=276408 CPUtime=3.09 cores=1,3,5,7
/proc/20159/task/20160/stat : 20160 (priss) R 20158 20158 19459 0 -1 4202560 2015 0 0 0 308 1 0 0 21 0 5 0 598442454 283041792 7756 33554432000 4194304 5787044 140735845517184 18446744073709551615 260020092432 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20159/tid=20161] ppid=20158 vsize=276408 CPUtime=3.09 cores=1,3,5,7
/proc/20159/task/20161/stat : 20161 (priss) R 20158 20158 19459 0 -1 4202560 1995 0 0 0 308 1 0 0 25 0 5 0 598442454 283041792 7756 33554432000 4194304 5787044 140735845517184 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20159/tid=20162] ppid=20158 vsize=276408 CPUtime=3.07 cores=1,3,5,7
/proc/20159/task/20162/stat : 20162 (priss) R 20158 20158 19459 0 -1 4202560 1631 0 0 0 306 1 0 0 21 0 5 0 598442454 283041792 7756 33554432000 4194304 5787044 140735845517184 18446744073709551615 4220881 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20159/tid=20163] ppid=20158 vsize=276408 CPUtime=3.08 cores=1,3,5,7
/proc/20159/task/20163/stat : 20163 (priss) R 20158 20158 19459 0 -1 4202560 2032 0 0 0 308 0 0 0 25 0 5 0 598442454 283041792 7756 33554432000 4194304 5787044 140735845517184 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 285108

[startup+6.30663 s]
/proc/loadavg: 7.68 7.86 7.94 7/188 20164
/proc/meminfo: memFree=30832676/32951124 swapFree=67111464/67111528
[pid=20158] ppid=20156 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20158/stat : 20158 (priss.sh) S 20156 20158 19459 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 598442454 8908800 251 33554432000 4194304 4922060 140737255878640 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20158/statm: 2175 251 211 178 0 68 0
[pid=20159] ppid=20158 vsize=278384 CPUtime=25.15 cores=1,3,5,7
/proc/20159/stat : 20159 (priss) S 20158 20158 19459 0 -1 4202496 10525 0 0 0 2510 5 0 0 25 0 5 0 598442454 285065216 9105 33554432000 4194304 5787044 140735845517184 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/20159/statm: 69596 9105 404 389 0 65346 0
[pid=20159/tid=20160] ppid=20158 vsize=278384 CPUtime=6.28 cores=1,3,5,7
/proc/20159/task/20160/stat : 20160 (priss) R 20158 20158 19459 0 -1 4202560 2495 0 0 0 627 1 0 0 25 0 5 0 598442454 285065216 9105 33554432000 4194304 5787044 140735845517184 18446744073709551615 4254925 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20159/tid=20161] ppid=20158 vsize=278384 CPUtime=6.28 cores=1,3,5,7
/proc/20159/task/20161/stat : 20161 (priss) R 20158 20158 19459 0 -1 4202560 2420 0 0 0 627 1 0 0 25 0 5 0 598442454 285065216 9105 33554432000 4194304 5787044 140735845517184 18446744073709551615 4234851 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20159/tid=20162] ppid=20158 vsize=278384 CPUtime=6.26 cores=1,3,5,7
/proc/20159/task/20162/stat : 20162 (priss) R 20158 20158 19459 0 -1 4202560 2075 0 0 0 625 1 0 0 25 0 5 0 598442454 285065216 9105 33554432000 4194304 5787044 140735845517184 18446744073709551615 5576608 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20159/tid=20163] ppid=20158 vsize=278384 CPUtime=6.29 cores=1,3,5,7
/proc/20159/task/20163/stat : 20163 (priss) R 20158 20158 19459 0 -1 4202560 2032 0 0 0 629 0 0 0 25 0 5 0 598442454 285065216 9105 33554432000 4194304 5787044 140735845517184 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 287084

[startup+12.7005 s]
/proc/loadavg: 7.70 7.86 7.94 9/188 20164
/proc/meminfo: memFree=30811972/32951124 swapFree=67111464/67111528
[pid=20158] ppid=20156 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20158/stat : 20158 (priss.sh) S 20156 20158 19459 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 598442454 8908800 251 33554432000 4194304 4922060 140737255878640 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20158/statm: 2175 251 211 178 0 68 0
[pid=20159] ppid=20158 vsize=285932 CPUtime=50.7 cores=1,3,5,7
/proc/20159/stat : 20159 (priss) S 20158 20158 19459 0 -1 4202496 16406 0 0 0 5060 10 0 0 25 0 5 0 598442454 292794368 14074 33554432000 4194304 5787044 140735845517184 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/20159/statm: 71483 14074 417 389 0 67233 0
[pid=20159/tid=20160] ppid=20158 vsize=285932 CPUtime=12.68 cores=1,3,5,7
/proc/20159/task/20160/stat : 20160 (priss) R 20158 20158 19459 0 -1 4202560 4273 0 0 0 1265 3 0 0 25 0 5 0 598442454 292794368 14074 33554432000 4194304 5787044 140735845517184 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20159/tid=20161] ppid=20158 vsize=285932 CPUtime=12.64 cores=1,3,5,7
/proc/20159/task/20161/stat : 20161 (priss) R 20158 20158 19459 0 -1 4202560 3244 0 0 0 1262 2 0 0 25 0 5 0 598442454 292794368 14074 33554432000 4194304 5787044 140735845517184 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20159/tid=20162] ppid=20158 vsize=285932 CPUtime=12.65 cores=1,3,5,7
/proc/20159/task/20162/stat : 20162 (priss) R 20158 20158 19459 0 -1 4202560 2915 0 0 0 1263 2 0 0 25 0 5 0 598442454 292794368 14074 33554432000 4194304 5787044 140735845517184 18446744073709551615 5591666 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20159/tid=20163] ppid=20158 vsize=285932 CPUtime=12.68 cores=1,3,5,7
/proc/20159/task/20163/stat : 20163 (priss) R 20158 20158 19459 0 -1 4202560 4471 0 0 0 1267 1 0 0 25 0 5 0 598442454 292794368 14074 33554432000 4194304 5787044 140735845517184 18446744073709551615 4229536 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 294632

[startup+25.5011 s]
/proc/loadavg: 7.77 7.86 7.94 9/188 20165
/proc/meminfo: memFree=30785312/32951124 swapFree=67111464/67111528
[pid=20158] ppid=20156 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20158/stat : 20158 (priss.sh) S 20156 20158 19459 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 598442454 8908800 251 33554432000 4194304 4922060 140737255878640 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20158/statm: 2175 251 211 178 0 68 0
[pid=20159] ppid=20158 vsize=292568 CPUtime=101.82 cores=1,3,5,7
/proc/20159/stat : 20159 (priss) S 20158 20158 19459 0 -1 4202496 20466 0 0 0 10167 15 0 0 25 0 5 0 598442454 299589632 18131 33554432000 4194304 5787044 140735845517184 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/20159/statm: 73142 18131 417 389 0 68892 0
[pid=20159/tid=20160] ppid=20158 vsize=292568 CPUtime=25.48 cores=1,3,5,7
/proc/20159/task/20160/stat : 20160 (priss) R 20158 20158 19459 0 -1 4202560 4930 0 0 0 2544 4 0 0 25 0 5 0 598442454 299589632 18131 33554432000 4194304 5787044 140735845517184 18446744073709551615 260020057121 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20159/tid=20161] ppid=20158 vsize=292568 CPUtime=25.38 cores=1,3,5,7
/proc/20159/task/20161/stat : 20161 (priss) R 20158 20158 19459 0 -1 4202560 4984 0 0 0 2534 4 0 0 25 0 5 0 598442454 299589632 18131 33554432000 4194304 5787044 140735845517184 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20159/tid=20162] ppid=20158 vsize=292568 CPUtime=25.45 cores=1,3,5,7
/proc/20159/task/20162/stat : 20162 (priss) R 20158 20158 19459 0 -1 4202560 3534 0 0 0 2542 3 0 0 25 0 5 0 598442454 299589632 18131 33554432000 4194304 5787044 140735845517184 18446744073709551615 5591243 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20159/tid=20163] ppid=20158 vsize=292568 CPUtime=25.49 cores=1,3,5,7
/proc/20159/task/20163/stat : 20163 (priss) R 20158 20158 19459 0 -1 4202560 5515 0 0 0 2546 3 0 0 25 0 5 0 598442454 299589632 18131 33554432000 4194304 5787044 140735845517184 18446744073709551615 5527057 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 301268

[startup+51.1004 s]
/proc/loadavg: 7.85 7.87 7.94 9/188 20165
/proc/meminfo: memFree=30747828/32951124 swapFree=67111464/67111528
[pid=20158] ppid=20156 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20158/stat : 20158 (priss.sh) S 20156 20158 19459 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 598442454 8908800 251 33554432000 4194304 4922060 140737255878640 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20158/statm: 2175 251 211 178 0 68 0
[pid=20159] ppid=20158 vsize=305696 CPUtime=204.07 cores=1,3,5,7
/proc/20159/stat : 20159 (priss) S 20158 20158 19459 0 -1 4202496 27688 0 0 0 20383 24 0 0 25 0 5 0 598442454 313032704 25288 33554432000 4194304 5787044 140735845517184 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/20159/statm: 76424 25288 417 389 0 72174 0
[pid=20159/tid=20160] ppid=20158 vsize=305696 CPUtime=51.08 cores=1,3,5,7
/proc/20159/task/20160/stat : 20160 (priss) R 20158 20158 19459 0 -1 4202560 7235 0 0 0 5102 6 0 0 25 0 5 0 598442454 313032704 25288 33554432000 4194304 5787044 140735845517184 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20159/tid=20161] ppid=20158 vsize=305696 CPUtime=50.83 cores=1,3,5,7
/proc/20159/task/20161/stat : 20161 (priss) R 20158 20158 19459 0 -1 4202560 6609 0 0 0 5076 7 0 0 25 0 5 0 598442454 313032704 25288 33554432000 4194304 5787044 140735845517184 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20159/tid=20162] ppid=20158 vsize=305696 CPUtime=51.05 cores=1,3,5,7
/proc/20159/task/20162/stat : 20162 (priss) R 20158 20158 19459 0 -1 4202560 5726 0 0 0 5100 5 0 0 25 0 5 0 598442454 313032704 25288 33554432000 4194304 5787044 140735845517184 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20159/tid=20163] ppid=20158 vsize=305696 CPUtime=51.08 cores=1,3,5,7
/proc/20159/task/20163/stat : 20163 (priss) R 20158 20158 19459 0 -1 4202560 6615 0 0 0 5103 5 0 0 25 0 5 0 598442454 313032704 25288 33554432000 4194304 5787044 140735845517184 18446744073709551615 5527590 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 204.07
Current children cumulated vsize (KiB) 314396

[startup+102.301 s]
/proc/loadavg: 7.93 7.89 7.94 9/188 20167
/proc/meminfo: memFree=30702008/32951124 swapFree=67111464/67111528
[pid=20158] ppid=20156 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20158/stat : 20158 (priss.sh) S 20156 20158 19459 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 598442454 8908800 251 33554432000 4194304 4922060 140737255878640 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20158/statm: 2175 251 211 178 0 68 0
[pid=20159] ppid=20158 vsize=317480 CPUtime=408.58 cores=1,3,5,7
/proc/20159/stat : 20159 (priss) S 20158 20158 19459 0 -1 4202496 35296 0 0 0 40825 33 0 0 25 0 5 0 598442454 325099520 32700 33554432000 4194304 5787044 140735845517184 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/20159/statm: 79370 32700 417 389 0 75120 0
[pid=20159/tid=20160] ppid=20158 vsize=317480 CPUtime=102.27 cores=1,3,5,7
/proc/20159/task/20160/stat : 20160 (priss) R 20158 20158 19459 0 -1 4202560 8942 0 0 0 10219 8 0 0 25 0 5 0 598442454 325099520 32700 33554432000 4194304 5787044 140735845517184 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20159/tid=20161] ppid=20158 vsize=317480 CPUtime=101.74 cores=1,3,5,7
/proc/20159/task/20161/stat : 20161 (priss) R 20158 20158 19459 0 -1 4202560 8122 0 0 0 10166 8 0 0 25 0 5 0 598442454 325099520 32700 33554432000 4194304 5787044 140735845517184 18446744073709551615 4218750 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20159/tid=20162] ppid=20158 vsize=317480 CPUtime=102.25 cores=1,3,5,7
/proc/20159/task/20162/stat : 20162 (priss) R 20158 20158 19459 0 -1 4202560 7571 0 0 0 10218 7 0 0 25 0 5 0 598442454 325099520 32700 33554432000 4194304 5787044 140735845517184 18446744073709551615 260020093711 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20159/tid=20163] ppid=20158 vsize=317480 CPUtime=102.27 cores=1,3,5,7
/proc/20159/task/20163/stat : 20163 (priss) R 20158 20158 19459 0 -1 4202560 9158 0 0 0 10220 7 0 0 25 0 5 0 598442454 325099520 32700 33554432000 4194304 5787044 140735845517184 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.58
Current children cumulated vsize (KiB) 326180

[startup+162.301 s]
/proc/loadavg: 8.03 7.92 7.94 9/188 20168
/proc/meminfo: memFree=30647608/32951124 swapFree=67111464/67111528
[pid=20158] ppid=20156 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20158/stat : 20158 (priss.sh) S 20156 20158 19459 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 598442454 8908800 251 33554432000 4194304 4922060 140737255878640 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20158/statm: 2175 251 211 178 0 68 0
[pid=20159] ppid=20158 vsize=328368 CPUtime=648.25 cores=1,3,5,7

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

/proc/20159/task/20161/stat : 20161 (priss) R 20158 20158 19459 0 -1 4202560 19673 0 0 0 87823 19 0 0 25 0 5 0 598442454 402907136 74088 33554432000 4194304 5787044 140735845517184 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20159/tid=20162] ppid=20158 vsize=393464 CPUtime=882.25 cores=1,3,5,7
/proc/20159/task/20162/stat : 20162 (priss) R 20158 20158 19459 0 -1 4202560 19992 0 0 0 88209 16 0 0 25 0 5 0 598442454 402907136 74088 33554432000 4194304 5787044 140735845517184 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20159/tid=20163] ppid=20158 vsize=393464 CPUtime=882.29 cores=1,3,5,7
/proc/20159/task/20163/stat : 20163 (priss) R 20158 20158 19459 0 -1 4202560 19078 0 0 0 88208 21 0 0 25 0 5 0 598442454 402907136 74088 33554432000 4194304 5787044 140735845517184 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3524.36
Current children cumulated vsize (KiB) 402164

[startup+942.301 s]
/proc/loadavg: 8.12 8.07 8.00 9/188 20253
/proc/meminfo: memFree=30298772/32951124 swapFree=67111464/67111528
[pid=20158] ppid=20156 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20158/stat : 20158 (priss.sh) S 20156 20158 19459 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 598442454 8908800 251 33554432000 4194304 4922060 140737255878640 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20158/statm: 2175 251 211 178 0 68 0
[pid=20159] ppid=20158 vsize=463100 CPUtime=3764.05 cores=1,3,5,7
/proc/20159/stat : 20159 (priss) S 20158 20158 19459 0 -1 4202496 80255 0 0 0 376324 81 0 0 25 0 5 0 598442454 474214400 76416 33554432000 4194304 5787044 140735845517184 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/20159/statm: 115775 76416 417 389 0 111525 0
[pid=20159/tid=20160] ppid=20158 vsize=463100 CPUtime=941.04 cores=1,3,5,7
/proc/20159/task/20160/stat : 20160 (priss) R 20158 20158 19459 0 -1 4202560 17852 0 0 0 94083 21 0 0 25 0 5 0 598442454 474214400 76416 33554432000 4194304 5787044 140735845517184 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20159/tid=20161] ppid=20158 vsize=463100 CPUtime=938.43 cores=1,3,5,7
/proc/20159/task/20161/stat : 20161 (priss) R 20158 20158 19459 0 -1 4202560 21639 0 0 0 93822 21 0 0 25 0 5 0 598442454 474214400 76416 33554432000 4194304 5787044 140735845517184 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20159/tid=20162] ppid=20158 vsize=463100 CPUtime=942.26 cores=1,3,5,7
/proc/20159/task/20162/stat : 20162 (priss) R 20158 20158 19459 0 -1 4202560 20033 0 0 0 94210 16 0 0 25 0 5 0 598442454 474214400 76416 33554432000 4194304 5787044 140735845517184 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20159/tid=20163] ppid=20158 vsize=463100 CPUtime=942.3 cores=1,3,5,7
/proc/20159/task/20163/stat : 20163 (priss) R 20158 20158 19459 0 -1 4202560 19228 0 0 0 94208 22 0 0 25 0 5 0 598442454 474214400 76416 33554432000 4194304 5787044 140735845517184 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3764.05
Current children cumulated vsize (KiB) 471800

[startup+1002.3 s]
/proc/loadavg: 8.16 8.09 8.01 9/188 20255
/proc/meminfo: memFree=30280956/32951124 swapFree=67111464/67111528
[pid=20158] ppid=20156 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20158/stat : 20158 (priss.sh) S 20156 20158 19459 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 598442454 8908800 251 33554432000 4194304 4922060 140737255878640 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20158/statm: 2175 251 211 178 0 68 0
[pid=20159] ppid=20158 vsize=475632 CPUtime=4003.71 cores=1,3,5,7
/proc/20159/stat : 20159 (priss) S 20158 20158 19459 0 -1 4202496 84358 0 0 0 400286 85 0 0 25 0 5 0 598442454 487047168 80519 33554432000 4194304 5787044 140735845517184 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/20159/statm: 118908 80519 417 389 0 114658 0
[pid=20159/tid=20160] ppid=20158 vsize=475632 CPUtime=1000.7 cores=1,3,5,7
/proc/20159/task/20160/stat : 20160 (priss) R 20158 20158 19459 0 -1 4202560 19632 0 0 0 100049 21 0 0 25 0 5 0 598442454 487047168 80519 33554432000 4194304 5787044 140735845517184 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20159/tid=20161] ppid=20158 vsize=475632 CPUtime=998.42 cores=1,3,5,7
/proc/20159/task/20161/stat : 20161 (priss) R 20158 20158 19459 0 -1 4202560 22656 0 0 0 99819 23 0 0 25 0 5 0 598442454 487047168 80519 33554432000 4194304 5787044 140735845517184 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20159/tid=20162] ppid=20158 vsize=475632 CPUtime=1002.26 cores=1,3,5,7
/proc/20159/task/20162/stat : 20162 (priss) R 20158 20158 19459 0 -1 4202560 20175 0 0 0 100209 17 0 0 25 0 5 0 598442454 487047168 80519 33554432000 4194304 5787044 140735845517184 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20159/tid=20163] ppid=20158 vsize=475632 CPUtime=1002.29 cores=1,3,5,7
/proc/20159/task/20163/stat : 20163 (priss) R 20158 20158 19459 0 -1 4202560 20392 0 0 0 100207 22 0 0 25 0 5 0 598442454 487047168 80519 33554432000 4194304 5787044 140735845517184 18446744073709551615 5528383 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4003.71
Current children cumulated vsize (KiB) 484332

[startup+1062.31 s]
/proc/loadavg: 8.17 8.10 8.01 9/188 20256
/proc/meminfo: memFree=30239936/32951124 swapFree=67111464/67111528
[pid=20158] ppid=20156 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20158/stat : 20158 (priss.sh) S 20156 20158 19459 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 598442454 8908800 251 33554432000 4194304 4922060 140737255878640 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20158/statm: 2175 251 211 178 0 68 0
[pid=20159] ppid=20158 vsize=489664 CPUtime=4243.41 cores=1,3,5,7
/proc/20159/stat : 20159 (priss) S 20158 20158 19459 0 -1 4202496 88956 0 0 0 424253 88 0 0 25 0 5 0 598442454 501415936 85117 33554432000 4194304 5787044 140735845517184 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/20159/statm: 122416 85117 417 389 0 118166 0
[pid=20159/tid=20160] ppid=20158 vsize=489664 CPUtime=1060.38 cores=1,3,5,7
/proc/20159/task/20160/stat : 20160 (priss) R 20158 20158 19459 0 -1 4202560 20423 0 0 0 106015 23 0 0 25 0 5 0 598442454 501415936 85117 33554432000 4194304 5787044 140735845517184 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20159/tid=20161] ppid=20158 vsize=489664 CPUtime=1058.43 cores=1,3,5,7
/proc/20159/task/20161/stat : 20161 (priss) R 20158 20158 19459 0 -1 4202560 23555 0 0 0 105819 24 0 0 25 0 5 0 598442454 501415936 85117 33554432000 4194304 5787044 140735845517184 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20159/tid=20162] ppid=20158 vsize=489664 CPUtime=1062.26 cores=1,3,5,7
/proc/20159/task/20162/stat : 20162 (priss) R 20158 20158 19459 0 -1 4202560 22188 0 0 0 106209 17 0 0 25 0 5 0 598442454 501415936 85117 33554432000 4194304 5787044 140735845517184 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20159/tid=20163] ppid=20158 vsize=489664 CPUtime=1062.3 cores=1,3,5,7
/proc/20159/task/20163/stat : 20163 (priss) R 20158 20158 19459 0 -1 4202560 21287 0 0 0 106208 22 0 0 25 0 5 0 598442454 501415936 85117 33554432000 4194304 5787044 140735845517184 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4243.41
Current children cumulated vsize (KiB) 498364

[startup+1122.3 s]
/proc/loadavg: 8.10 8.09 8.01 9/188 20258
/proc/meminfo: memFree=30187044/32951124 swapFree=67111464/67111528
[pid=20158] ppid=20156 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20158/stat : 20158 (priss.sh) S 20156 20158 19459 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 598442454 8908800 251 33554432000 4194304 4922060 140737255878640 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20158/statm: 2175 251 211 178 0 68 0
[pid=20159] ppid=20158 vsize=559084 CPUtime=4483.07 cores=1,3,5,7
/proc/20159/stat : 20159 (priss) S 20158 20158 19459 0 -1 4202496 92645 0 0 0 448216 91 0 0 25 0 5 0 598442454 572502016 88581 33554432000 4194304 5787044 140735845517184 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/20159/statm: 139771 88581 417 389 0 135521 0
[pid=20159/tid=20160] ppid=20158 vsize=559084 CPUtime=1120.06 cores=1,3,5,7
/proc/20159/task/20160/stat : 20160 (priss) R 20158 20158 19459 0 -1 4202560 21296 0 0 0 111982 24 0 0 25 0 5 0 598442454 572502016 88581 33554432000 4194304 5787044 140735845517184 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20159/tid=20161] ppid=20158 vsize=559084 CPUtime=1118.43 cores=1,3,5,7
/proc/20159/task/20161/stat : 20161 (priss) R 20158 20158 19459 0 -1 4202560 24634 0 0 0 111818 25 0 0 25 0 5 0 598442454 572502016 88581 33554432000 4194304 5787044 140735845517184 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20159/tid=20162] ppid=20158 vsize=559084 CPUtime=1122.26 cores=1,3,5,7
/proc/20159/task/20162/stat : 20162 (priss) R 20158 20158 19459 0 -1 4202560 23148 0 0 0 112208 18 0 0 25 0 5 0 598442454 572502016 88581 33554432000 4194304 5787044 140735845517184 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20159/tid=20163] ppid=20158 vsize=559084 CPUtime=1122.29 cores=1,3,5,7
/proc/20159/task/20163/stat : 20163 (priss) R 20158 20158 19459 0 -1 4202560 22064 0 0 0 112207 22 0 0 25 0 5 0 598442454 572502016 88581 33554432000 4194304 5787044 140735845517184 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4483.07
Current children cumulated vsize (KiB) 567784

[startup+1182.3 s]
/proc/loadavg: 8.04 8.07 8.01 9/188 20259
/proc/meminfo: memFree=30131776/32951124 swapFree=67111464/67111528
[pid=20158] ppid=20156 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20158/stat : 20158 (priss.sh) S 20156 20158 19459 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 598442454 8908800 251 33554432000 4194304 4922060 140737255878640 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20158/statm: 2175 251 211 178 0 68 0
[pid=20159] ppid=20158 vsize=563100 CPUtime=4722.74 cores=1,3,5,7
/proc/20159/stat : 20159 (priss) S 20158 20158 19459 0 -1 4202496 95220 0 0 0 472180 94 0 0 25 0 5 0 598442454 576614400 91156 33554432000 4194304 5787044 140735845517184 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/20159/statm: 140775 91156 417 389 0 136525 0
[pid=20159/tid=20160] ppid=20158 vsize=563100 CPUtime=1179.73 cores=1,3,5,7
/proc/20159/task/20160/stat : 20160 (priss) R 20158 20158 19459 0 -1 4202560 22157 0 0 0 117947 26 0 0 25 0 5 0 598442454 576614400 91156 33554432000 4194304 5787044 140735845517184 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20159/tid=20161] ppid=20158 vsize=563100 CPUtime=1178.43 cores=1,3,5,7
/proc/20159/task/20161/stat : 20161 (priss) R 20158 20158 19459 0 -1 4202560 24634 0 0 0 117818 25 0 0 25 0 5 0 598442454 576614400 91156 33554432000 4194304 5787044 140735845517184 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20159/tid=20162] ppid=20158 vsize=563100 CPUtime=1182.26 cores=1,3,5,7
/proc/20159/task/20162/stat : 20162 (priss) R 20158 20158 19459 0 -1 4202560 24067 0 0 0 118207 19 0 0 25 0 5 0 598442454 576614400 91156 33554432000 4194304 5787044 140735845517184 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20159/tid=20163] ppid=20158 vsize=563100 CPUtime=1182.29 cores=1,3,5,7
/proc/20159/task/20163/stat : 20163 (priss) R 20158 20158 19459 0 -1 4202560 22859 0 0 0 118206 23 0 0 25 0 5 0 598442454 576614400 91156 33554432000 4194304 5787044 140735845517184 18446744073709551615 5527610 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4722.74
Current children cumulated vsize (KiB) 571800



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.02 8.07 8.01 9/188 20260
/proc/meminfo: memFree=30122692/32951124 swapFree=67111464/67111528
[pid=20158] ppid=20156 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20158/stat : 20158 (priss.sh) S 20156 20158 19459 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 598442454 8908800 251 33554432000 4194304 4922060 140737255878640 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20158/statm: 2175 251 211 178 0 68 0
[pid=20159] ppid=20158 vsize=564588 CPUtime=4800.26 cores=1,3,5,7
/proc/20159/stat : 20159 (priss) S 20158 20158 19459 0 -1 4202496 95950 0 0 0 479930 96 0 0 25 0 5 0 598442454 578138112 91886 33554432000 4194304 5787044 140735845517184 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/20159/statm: 141147 91886 417 389 0 136897 0
[pid=20159/tid=20160] ppid=20158 vsize=564588 CPUtime=1199.02 cores=1,3,5,7
/proc/20159/task/20160/stat : 20160 (priss) R 20158 20158 19459 0 -1 4202560 22510 0 0 0 119876 26 0 0 25 0 5 0 598442454 578138112 91886 33554432000 4194304 5787044 140735845517184 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20159/tid=20161] ppid=20158 vsize=564588 CPUtime=1197.84 cores=1,3,5,7
/proc/20159/task/20161/stat : 20161 (priss) R 20158 20158 19459 0 -1 4202560 24634 0 0 0 119759 25 0 0 25 0 5 0 598442454 578138112 91886 33554432000 4194304 5787044 140735845517184 18446744073709551615 260020501023 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20159/tid=20162] ppid=20158 vsize=564588 CPUtime=1201.66 cores=1,3,5,7
/proc/20159/task/20162/stat : 20162 (priss) R 20158 20158 19459 0 -1 4202560 24376 0 0 0 120147 19 0 0 25 0 5 0 598442454 578138112 91886 33554432000 4194304 5787044 140735845517184 18446744073709551615 5591309 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20159/tid=20163] ppid=20158 vsize=564588 CPUtime=1201.7 cores=1,3,5,7
/proc/20159/task/20163/stat : 20163 (priss) R 20158 20158 19459 0 -1 4202560 22927 0 0 0 120147 23 0 0 25 0 5 0 598442454 578138112 91886 33554432000 4194304 5787044 140735845517184 18446744073709551615 5528386 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 573288

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

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

[startup+1201.7 s]
/proc/loadavg: 8.02 8.07 8.01 9/188 20260
/proc/meminfo: memFree=30122692/32951124 swapFree=67111464/67111528
[pid=20158] ppid=20156 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20158/stat : 20158 (priss.sh) S 20156 20158 19459 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 598442454 8908800 251 33554432000 4194304 4922060 140737255878640 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20158/statm: 2175 251 211 178 0 68 0
[pid=20159] ppid=20158 vsize=564588 CPUtime=4800.26 cores=1,3,5,7
/proc/20159/stat : 20159 (priss) S 20158 20158 19459 0 -1 4202496 95950 0 0 0 479930 96 0 0 25 0 5 0 598442454 578138112 91886 33554432000 4194304 5787044 140735845517184 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/20159/statm: 141147 91886 417 389 0 136897 0
[pid=20159/tid=20160] ppid=20158 vsize=564588 CPUtime=1199.02 cores=1,3,5,7
/proc/20159/task/20160/stat : 20160 (priss) R 20158 20158 19459 0 -1 4202560 22510 0 0 0 119876 26 0 0 25 0 5 0 598442454 578138112 91886 33554432000 4194304 5787044 140735845517184 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20159/tid=20161] ppid=20158 vsize=564588 CPUtime=1197.84 cores=1,3,5,7
/proc/20159/task/20161/stat : 20161 (priss) R 20158 20158 19459 0 -1 4202560 24634 0 0 0 119759 25 0 0 25 0 5 0 598442454 578138112 91886 33554432000 4194304 5787044 140735845517184 18446744073709551615 260020501023 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20159/tid=20162] ppid=20158 vsize=564588 CPUtime=1201.66 cores=1,3,5,7
/proc/20159/task/20162/stat : 20162 (priss) R 20158 20158 19459 0 -1 4202560 24376 0 0 0 120147 19 0 0 25 0 5 0 598442454 578138112 91886 33554432000 4194304 5787044 140735845517184 18446744073709551615 5591309 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20159/tid=20163] ppid=20158 vsize=564588 CPUtime=1201.7 cores=1,3,5,7
/proc/20159/task/20163/stat : 20163 (priss) R 20158 20158 19459 0 -1 4202560 22927 0 0 0 120147 23 0 0 25 0 5 0 598442454 578138112 91886 33554432000 4194304 5787044 140735845517184 18446744073709551615 5528386 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 573288

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1201.72
CPU time (s): 4800.26
CPU user time (s): 4799.3
CPU system time (s): 0.96
CPU usage (%): 399.449
Max. virtual memory (cumulated for all children) (KiB): 573288

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= 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= 6
involuntary context switches= 3

runsolver used 1.63975 second user time and 4.91925 second system time

The end

Launcher Data

Begin job on node110 at 2011-04-29 15:01:59
IDJOB=3292839
IDBENCH=87946
IDSOLVER=1603
FILE ID=node110/3292839-1304082119
RUNJOBID= node110-1304082043-20091
PBS_JOBID= 13170503
Free space on /tmp= 72840 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT02/industrial/aloul/Homer/homer17.shuffled.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3292839-1304082119/watcher-3292839-1304082119 -o /tmp/evaluation-result-3292839-1304082119/solver-3292839-1304082119 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3292839-1304082119.cnf 1636452330 4800 15500 4

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

MD5SUM BENCH= ca62f6128dc3cad7229c7b9ee33a7492
RANDOM SEED=1636452330

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:      30876176 kB
Buffers:        888984 kB
Cached:         584896 kB
SwapCached:         64 kB
Active:         222716 kB
Inactive:      1447292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30876176 kB
SwapTotal:    67111528 kB
SwapFree:     67111464 kB
Dirty:            1588 kB
Writeback:           0 kB
AnonPages:      195776 kB
Mapped:          15724 kB
Slab:           341764 kB
PageTables:       5152 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   389080 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= 72836 MiB
End job on node110 at 2011-04-29 15:22:02