Trace number 3264188

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.24 1202.02

General information on the benchmark

NameSAT04/handmade/kexu/frb-0.8/
frb59-26-2.used-as.sat04-892.cnf
MD5SUMfd8d5783ed404e5c6590d627ffdcca50
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1534
Number of clauses132295
Sum of the clauses size266006
Maximum clause length26
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2132236
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 559

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: 3377
0.00/0.03	c parsetime: 27512us
0.00/0.03	c parsed 132295 clauses with 1534 variables
0.00/0.04	c NW started thread 0 successfully (1115277632)
0.00/0.05	c NW started thread 1 successfully (1101633856)
0.00/0.06	c NW started thread 2 successfully (1125767488)
0.00/0.08	c NW started thread 3 successfully (1136257344)
16.97/4.36	c preprocessor returned 10010 variables
16.97/4.36	c preprocessing returned UNKNOWN
16.97/4.36	c PP set 0 variables
16.97/4.36	c pp time: 4231997us (4s)
16.97/4.36	c preprocessor returned 10010 variables
16.97/4.36	c preprocessing returned UNKNOWN
16.97/4.36	c PP set 0 variables
16.97/4.36	c pp time: 4255756us (4s)
16.97/4.36	c preprocessor returned 10010 variables
16.97/4.36	c preprocessing returned UNKNOWN
16.97/4.36	c PP set 0 variables
16.97/4.36	c pp time: 4262871us (4s)
35.75/9.02	c preprocessor returned 30008 variables
35.75/9.02	c preprocessing returned UNKNOWN
35.75/9.02	c PP set 0 variables
35.75/9.02	c pp time: 8938865us (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-3264188-1304067517/watcher-3264188-1304067517 -o /tmp/evaluation-result-3264188-1304067517/solver-3264188-1304067517 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3264188-1304067517.cnf 1248049704 4800 15500 4 

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

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


[startup+0 s]
/proc/loadavg: 8.17 8.14 8.07 5/182 3376
/proc/meminfo: memFree=18574288/32950904 swapFree=67082284/67111528
[pid=3376] ppid=3374 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3376/stat : 3376 (priss.sh) S 3374 3376 1762 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518351475 8908800 251 33554432000 4194304 4922060 140733244560048 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3376/statm: 2175 251 211 178 0 68 0

[startup+0.069521 s]
/proc/loadavg: 8.17 8.14 8.07 5/182 3376
/proc/meminfo: memFree=18574288/32950904 swapFree=67082284/67111528
[pid=3376] ppid=3374 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3376/stat : 3376 (priss.sh) S 3374 3376 1762 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518351475 8908800 251 33554432000 4194304 4922060 140733244560048 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3376/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100572 s]
/proc/loadavg: 8.17 8.14 8.07 5/182 3376
/proc/meminfo: memFree=18574288/32950904 swapFree=67082284/67111528
[pid=3376] ppid=3374 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3376/stat : 3376 (priss.sh) S 3374 3376 1762 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518351475 8908800 251 33554432000 4194304 4922060 140733244560048 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3376/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.594675 s]
/proc/loadavg: 8.17 8.14 8.07 5/182 3376
/proc/meminfo: memFree=18574288/32950904 swapFree=67082284/67111528
[pid=3376] ppid=3374 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3376/stat : 3376 (priss.sh) S 3374 3376 1762 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518351475 8908800 251 33554432000 4194304 4922060 140733244560048 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3376/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.13134 s]
/proc/loadavg: 8.17 8.14 8.07 5/182 3376
/proc/meminfo: memFree=18574288/32950904 swapFree=67082284/67111528
[pid=3376] ppid=3374 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3376/stat : 3376 (priss.sh) S 3374 3376 1762 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518351475 8908800 251 33554432000 4194304 4922060 140733244560048 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3376/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50027 s]
/proc/loadavg: 8.17 8.14 8.07 5/182 3376
/proc/meminfo: memFree=18574288/32950904 swapFree=67082284/67111528
[pid=3376] ppid=3374 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3376/stat : 3376 (priss.sh) S 3374 3376 1762 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518351475 8908800 251 33554432000 4194304 4922060 140733244560048 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3376/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10099 s]
/proc/loadavg: 8.16 8.13 8.07 9/188 3383
/proc/meminfo: memFree=18452884/32950904 swapFree=67082284/67111528
[pid=3376] ppid=3374 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3376/stat : 3376 (priss.sh) S 3374 3376 1762 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518351475 8908800 251 33554432000 4194304 4922060 140733244560048 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3376/statm: 2175 251 211 178 0 68 0
[pid=3377] ppid=3376 vsize=292976 CPUtime=12.18 cores=1,3,5,7
/proc/3377/stat : 3377 (priss) S 3376 3376 1762 0 -1 4202496 24925 0 0 0 1212 6 0 0 18 0 5 0 518351476 300007424 13319 33554432000 4194304 5787044 140734601310704 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/3377/statm: 73244 13319 352 389 0 68994 0
[pid=3377/tid=3379] ppid=3376 vsize=292976 CPUtime=3.03 cores=1,3,5,7
/proc/3377/task/3379/stat : 3379 (priss) R 3376 3376 1762 0 -1 4202560 3805 0 0 0 303 0 0 0 25 0 5 0 518351479 300007424 13319 33554432000 4194304 5787044 140734601310704 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=3377/tid=3381] ppid=3376 vsize=292976 CPUtime=3.04 cores=1,3,5,7
/proc/3377/task/3381/stat : 3381 (priss) R 3376 3376 1762 0 -1 4202560 4548 0 0 0 303 1 0 0 25 0 5 0 518351481 300007424 13319 33554432000 4194304 5787044 140734601310704 18446744073709551615 4336187 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=3377/tid=3382] ppid=3376 vsize=292976 CPUtime=2.99 cores=1,3,5,7
/proc/3377/task/3382/stat : 3382 (priss) R 3376 3376 1762 0 -1 4202560 4549 0 0 0 298 1 0 0 24 0 5 0 518351482 300007424 13319 33554432000 4194304 5787044 140734601310704 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=3377/tid=3383] ppid=3376 vsize=292976 CPUtime=3.01 cores=1,3,5,7
/proc/3377/task/3383/stat : 3383 (priss) R 3376 3376 1762 0 -1 4202560 4533 0 0 0 300 1 0 0 25 0 5 0 518351484 300007424 13319 33554432000 4194304 5787044 140734601310704 18446744073709551615 4336120 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) 301676

[startup+6.30042 s]
/proc/loadavg: 8.16 8.13 8.07 9/188 3383
/proc/meminfo: memFree=18428280/32950904 swapFree=67082284/67111528
[pid=3376] ppid=3374 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3376/stat : 3376 (priss.sh) S 3374 3376 1762 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518351475 8908800 251 33554432000 4194304 4922060 140733244560048 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3376/statm: 2175 251 211 178 0 68 0
[pid=3377] ppid=3376 vsize=306788 CPUtime=24.96 cores=1,3,5,7
/proc/3377/stat : 3377 (priss) S 3376 3376 1762 0 -1 4202496 40651 0 0 0 2487 9 0 0 18 0 5 0 518351476 314150912 19812 33554432000 4194304 5787044 140734601310704 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/3377/statm: 76697 19812 404 389 0 72447 0
[pid=3377/tid=3379] ppid=3376 vsize=306788 CPUtime=6.24 cores=1,3,5,7
/proc/3377/task/3379/stat : 3379 (priss) R 3376 3376 1762 0 -1 4202560 8851 0 0 0 622 2 0 0 21 0 5 0 518351479 314150912 19812 33554432000 4194304 5787044 140734601310704 18446744073709551615 5591190 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=3377/tid=3381] ppid=3376 vsize=306788 CPUtime=6.23 cores=1,3,5,7
/proc/3377/task/3381/stat : 3381 (priss) R 3376 3376 1762 0 -1 4202560 9734 0 0 0 621 2 0 0 21 0 5 0 518351481 314150912 19812 33554432000 4194304 5787044 140734601310704 18446744073709551615 5592091 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=3377/tid=3382] ppid=3376 vsize=306788 CPUtime=6.17 cores=1,3,5,7
/proc/3377/task/3382/stat : 3382 (priss) R 3376 3376 1762 0 -1 4202560 7869 0 0 0 616 1 0 0 21 0 5 0 518351482 314150912 19812 33554432000 4194304 5787044 140734601310704 18446744073709551615 5591764 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=3377/tid=3383] ppid=3376 vsize=306788 CPUtime=6.21 cores=1,3,5,7
/proc/3377/task/3383/stat : 3383 (priss) R 3376 3376 1762 0 -1 4202560 6707 0 0 0 620 1 0 0 25 0 5 0 518351484 314150912 19812 33554432000 4194304 5787044 140734601310704 18446744073709551615 237278573529 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.96
Current children cumulated vsize (KiB) 315488

[startup+12.7013 s]
/proc/loadavg: 8.13 8.13 8.07 9/188 3383
/proc/meminfo: memFree=18400884/32950904 swapFree=67082284/67111528
[pid=3376] ppid=3374 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3376/stat : 3376 (priss.sh) S 3374 3376 1762 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518351475 8908800 251 33554432000 4194304 4922060 140733244560048 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3376/statm: 2175 251 211 178 0 68 0
[pid=3377] ppid=3376 vsize=309168 CPUtime=50.55 cores=1,3,5,7
/proc/3377/stat : 3377 (priss) S 3376 3376 1762 0 -1 4202496 47737 0 0 0 5044 11 0 0 18 0 5 0 518351476 316588032 22990 33554432000 4194304 5787044 140734601310704 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/3377/statm: 77292 22990 417 389 0 73042 0
[pid=3377/tid=3379] ppid=3376 vsize=309168 CPUtime=12.65 cores=1,3,5,7
/proc/3377/task/3379/stat : 3379 (priss) R 3376 3376 1762 0 -1 4202560 9375 0 0 0 1263 2 0 0 25 0 5 0 518351479 316588032 22990 33554432000 4194304 5787044 140734601310704 18446744073709551615 237278577210 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=3377/tid=3381] ppid=3376 vsize=309168 CPUtime=12.64 cores=1,3,5,7
/proc/3377/task/3381/stat : 3381 (priss) R 3376 3376 1762 0 -1 4202560 10192 0 0 0 1262 2 0 0 25 0 5 0 518351481 316588032 22990 33554432000 4194304 5787044 140734601310704 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=3377/tid=3382] ppid=3376 vsize=309168 CPUtime=12.55 cores=1,3,5,7
/proc/3377/task/3382/stat : 3382 (priss) R 3376 3376 1762 0 -1 4202560 8434 0 0 0 1253 2 0 0 25 0 5 0 518351482 316588032 22990 33554432000 4194304 5787044 140734601310704 18446744073709551615 5576704 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=3377/tid=3383] ppid=3376 vsize=309168 CPUtime=12.61 cores=1,3,5,7
/proc/3377/task/3383/stat : 3383 (priss) R 3376 3376 1762 0 -1 4202560 12246 0 0 0 1259 2 0 0 25 0 5 0 518351484 316588032 22990 33554432000 4194304 5787044 140734601310704 18446744073709551615 5530976 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 317868

[startup+25.501 s]
/proc/loadavg: 8.11 8.12 8.07 9/188 3384
/proc/meminfo: memFree=18375448/32950904 swapFree=67082284/67111528
[pid=3376] ppid=3374 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3376/stat : 3376 (priss.sh) S 3374 3376 1762 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518351475 8908800 251 33554432000 4194304 4922060 140733244560048 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3376/statm: 2175 251 211 178 0 68 0
[pid=3377] ppid=3376 vsize=317204 CPUtime=101.65 cores=1,3,5,7
/proc/3377/stat : 3377 (priss) S 3376 3376 1762 0 -1 4202496 52492 0 0 0 10152 13 0 0 18 0 5 0 518351476 324816896 27745 33554432000 4194304 5787044 140734601310704 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/3377/statm: 79301 27745 417 389 0 75051 0
[pid=3377/tid=3379] ppid=3376 vsize=317204 CPUtime=25.43 cores=1,3,5,7
/proc/3377/task/3379/stat : 3379 (priss) R 3376 3376 1762 0 -1 4202560 10324 0 0 0 2541 2 0 0 25 0 5 0 518351479 324816896 27745 33554432000 4194304 5787044 140734601310704 18446744073709551615 5590573 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=3377/tid=3381] ppid=3376 vsize=317204 CPUtime=25.43 cores=1,3,5,7
/proc/3377/task/3381/stat : 3381 (priss) R 3376 3376 1762 0 -1 4202560 12169 0 0 0 2540 3 0 0 25 0 5 0 518351481 324816896 27745 33554432000 4194304 5787044 140734601310704 18446744073709551615 5591024 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=3377/tid=3382] ppid=3376 vsize=317204 CPUtime=25.28 cores=1,3,5,7
/proc/3377/task/3382/stat : 3382 (priss) R 3376 3376 1762 0 -1 4202560 9409 0 0 0 2525 3 0 0 25 0 5 0 518351482 324816896 27745 33554432000 4194304 5787044 140734601310704 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=3377/tid=3383] ppid=3376 vsize=317204 CPUtime=25.41 cores=1,3,5,7
/proc/3377/task/3383/stat : 3383 (priss) R 3376 3376 1762 0 -1 4202560 13100 0 0 0 2538 3 0 0 25 0 5 0 518351484 324816896 27745 33554432000 4194304 5787044 140734601310704 18446744073709551615 5527068 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) 325904

[startup+51.1005 s]
/proc/loadavg: 8.21 8.15 8.08 9/188 3385
/proc/meminfo: memFree=18326196/32950904 swapFree=67082284/67111528
[pid=3376] ppid=3374 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3376/stat : 3376 (priss.sh) S 3374 3376 1762 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518351475 8908800 251 33554432000 4194304 4922060 140733244560048 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3376/statm: 2175 251 211 178 0 68 0
[pid=3377] ppid=3376 vsize=327864 CPUtime=203.91 cores=1,3,5,7
/proc/3377/stat : 3377 (priss) S 3376 3376 1762 0 -1 4202496 59833 0 0 0 20369 22 0 0 18 0 5 0 518351476 335732736 35084 33554432000 4194304 5787044 140734601310704 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/3377/statm: 81966 35084 417 389 0 77716 0
[pid=3377/tid=3379] ppid=3376 vsize=327864 CPUtime=51.03 cores=1,3,5,7
/proc/3377/task/3379/stat : 3379 (priss) R 3376 3376 1762 0 -1 4202560 12822 0 0 0 5098 5 0 0 25 0 5 0 518351479 335732736 35084 33554432000 4194304 5787044 140734601310704 18446744073709551615 5585224 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=3377/tid=3381] ppid=3376 vsize=327864 CPUtime=51.03 cores=1,3,5,7
/proc/3377/task/3381/stat : 3381 (priss) R 3376 3376 1762 0 -1 4202560 13715 0 0 0 5098 5 0 0 25 0 5 0 518351481 335732736 35084 33554432000 4194304 5787044 140734601310704 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=3377/tid=3382] ppid=3376 vsize=327864 CPUtime=50.74 cores=1,3,5,7
/proc/3377/task/3382/stat : 3382 (priss) R 3376 3376 1762 0 -1 4202560 11014 0 0 0 5070 4 0 0 25 0 5 0 518351482 335732736 35084 33554432000 4194304 5787044 140734601310704 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=3377/tid=3383] ppid=3376 vsize=327864 CPUtime=51.01 cores=1,3,5,7
/proc/3377/task/3383/stat : 3383 (priss) R 3376 3376 1762 0 -1 4202560 14792 0 0 0 5095 6 0 0 25 0 5 0 518351484 335732736 35084 33554432000 4194304 5787044 140734601310704 18446744073709551615 5527568 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.91
Current children cumulated vsize (KiB) 336564

[startup+102.3 s]
/proc/loadavg: 8.19 8.15 8.08 9/188 3386
/proc/meminfo: memFree=18271504/32950904 swapFree=67082284/67111528
[pid=3376] ppid=3374 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3376/stat : 3376 (priss.sh) S 3374 3376 1762 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518351475 8908800 251 33554432000 4194304 4922060 140733244560048 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3376/statm: 2175 251 211 178 0 68 0
[pid=3377] ppid=3376 vsize=347460 CPUtime=408.4 cores=1,3,5,7
/proc/3377/stat : 3377 (priss) S 3376 3376 1762 0 -1 4202496 72252 0 0 0 40801 39 0 0 18 0 5 0 518351476 355799040 47437 33554432000 4194304 5787044 140734601310704 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/3377/statm: 86865 47437 417 389 0 82615 0
[pid=3377/tid=3379] ppid=3376 vsize=347460 CPUtime=102.22 cores=1,3,5,7
/proc/3377/task/3379/stat : 3379 (priss) R 3376 3376 1762 0 -1 4202560 16568 0 0 0 10212 10 0 0 25 0 5 0 518351479 355799040 47437 33554432000 4194304 5787044 140734601310704 18446744073709551615 5590297 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=3377/tid=3381] ppid=3376 vsize=347460 CPUtime=102.23 cores=1,3,5,7
/proc/3377/task/3381/stat : 3381 (priss) R 3376 3376 1762 0 -1 4202560 17450 0 0 0 10213 10 0 0 25 0 5 0 518351481 355799040 47437 33554432000 4194304 5787044 140734601310704 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=3377/tid=3382] ppid=3376 vsize=347460 CPUtime=101.64 cores=1,3,5,7
/proc/3377/task/3382/stat : 3382 (priss) R 3376 3376 1762 0 -1 4202560 13813 0 0 0 10158 6 0 0 25 0 5 0 518351482 355799040 47437 33554432000 4194304 5787044 140734601310704 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=3377/tid=3383] ppid=3376 vsize=347460 CPUtime=102.2 cores=1,3,5,7
/proc/3377/task/3383/stat : 3383 (priss) R 3376 3376 1762 0 -1 4202560 16931 0 0 0 10210 10 0 0 25 0 5 0 518351484 355799040 47437 33554432000 4194304 5787044 140734601310704 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.4
Current children cumulated vsize (KiB) 356160

[startup+162.301 s]
/proc/loadavg: 8.25 8.16 8.09 9/188 3397
/proc/meminfo: memFree=18218284/32950904 swapFree=67082284/67111528
[pid=3376] ppid=3374 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3376/stat : 3376 (priss.sh) S 3374 3376 1762 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518351475 8908800 251 33554432000 4194304 4922060 140733244560048 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3376/statm: 2175 251 211 178 0 68 0
[pid=3377] ppid=3376 vsize=371296 CPUtime=648.04 cores=1,3,5,7

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

/proc/3377/task/3381/stat : 3381 (priss) R 3376 3376 1762 0 -1 4202560 45207 0 0 0 88166 53 0 0 25 0 5 0 518351481 726249472 146634 33554432000 4194304 5787044 140734601310704 18446744073709551615 5590978 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=3377/tid=3382] ppid=3376 vsize=709228 CPUtime=877.37 cores=1,3,5,7
/proc/3377/task/3382/stat : 3382 (priss) R 3376 3376 1762 0 -1 4202560 38326 0 0 0 87708 29 0 0 25 0 5 0 518351482 726249472 146634 33554432000 4194304 5787044 140734601310704 18446744073709551615 5591239 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=3377/tid=3383] ppid=3376 vsize=709228 CPUtime=881.4 cores=1,3,5,7
/proc/3377/task/3383/stat : 3383 (priss) R 3376 3376 1762 0 -1 4202560 36233 0 0 0 88096 44 0 0 25 0 5 0 518351484 726249472 146634 33554432000 4194304 5787044 140734601310704 18446744073709551615 5527212 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3523.16
Current children cumulated vsize (KiB) 717928

[startup+942.307 s]
/proc/loadavg: 8.10 8.11 8.09 9/188 3457
/proc/meminfo: memFree=19104760/32950904 swapFree=67082284/67111528
[pid=3376] ppid=3374 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3376/stat : 3376 (priss.sh) S 3374 3376 1762 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518351475 8908800 251 33554432000 4194304 4922060 140733244560048 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3376/statm: 2175 251 211 178 0 68 0
[pid=3377] ppid=3376 vsize=724336 CPUtime=3762.85 cores=1,3,5,7
/proc/3377/stat : 3377 (priss) S 3376 3376 1762 0 -1 4202496 180229 0 0 0 376092 193 0 0 18 0 5 0 518351476 741720064 153534 33554432000 4194304 5787044 140734601310704 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/3377/statm: 181084 153534 419 389 0 176834 0
[pid=3377/tid=3379] ppid=3376 vsize=724336 CPUtime=942.1 cores=1,3,5,7
/proc/3377/task/3379/stat : 3379 (priss) R 3376 3376 1762 0 -1 4202560 46074 0 0 0 94157 53 0 0 25 0 5 0 518351479 741720064 153534 33554432000 4194304 5787044 140734601310704 18446744073709551615 4229321 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=3377/tid=3381] ppid=3376 vsize=724336 CPUtime=942.2 cores=1,3,5,7
/proc/3377/task/3381/stat : 3381 (priss) R 3376 3376 1762 0 -1 4202560 45207 0 0 0 94166 54 0 0 25 0 5 0 518351481 741720064 153534 33554432000 4194304 5787044 140734601310704 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=3377/tid=3382] ppid=3376 vsize=724336 CPUtime=937.05 cores=1,3,5,7
/proc/3377/task/3382/stat : 3382 (priss) R 3376 3376 1762 0 -1 4202560 42152 0 0 0 93673 32 0 0 25 0 5 0 518351482 741720064 153534 33554432000 4194304 5787044 140734601310704 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=3377/tid=3383] ppid=3376 vsize=724336 CPUtime=941.41 cores=1,3,5,7
/proc/3377/task/3383/stat : 3383 (priss) R 3376 3376 1762 0 -1 4202560 39306 0 0 0 94089 52 0 0 25 0 5 0 518351484 741720064 153534 33554432000 4194304 5787044 140734601310704 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3762.85
Current children cumulated vsize (KiB) 733036

[startup+1002.3 s]
/proc/loadavg: 8.07 8.10 8.09 9/188 3459
/proc/meminfo: memFree=19051936/32950904 swapFree=67082284/67111528
[pid=3376] ppid=3374 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3376/stat : 3376 (priss.sh) S 3374 3376 1762 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518351475 8908800 251 33554432000 4194304 4922060 140733244560048 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3376/statm: 2175 251 211 178 0 68 0
[pid=3377] ppid=3376 vsize=733508 CPUtime=4002.5 cores=1,3,5,7
/proc/3377/stat : 3377 (priss) S 3376 3376 1762 0 -1 4202496 185424 0 0 0 400049 201 0 0 18 0 5 0 518351476 751112192 158504 33554432000 4194304 5787044 140734601310704 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/3377/statm: 183377 158504 419 389 0 179127 0
[pid=3377/tid=3379] ppid=3376 vsize=733508 CPUtime=1002.09 cores=1,3,5,7
/proc/3377/task/3379/stat : 3379 (priss) R 3376 3376 1762 0 -1 4202560 46075 0 0 0 100155 54 0 0 25 0 5 0 518351479 751112192 158504 33554432000 4194304 5787044 140734601310704 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=3377/tid=3381] ppid=3376 vsize=733508 CPUtime=1002.19 cores=1,3,5,7
/proc/3377/task/3381/stat : 3381 (priss) R 3376 3376 1762 0 -1 4202560 45207 0 0 0 100165 54 0 0 25 0 5 0 518351481 751112192 158504 33554432000 4194304 5787044 140734601310704 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=3377/tid=3382] ppid=3376 vsize=733508 CPUtime=996.72 cores=1,3,5,7
/proc/3377/task/3382/stat : 3382 (priss) R 3376 3376 1762 0 -1 4202560 44273 0 0 0 99638 34 0 0 25 0 5 0 518351482 751112192 158504 33554432000 4194304 5787044 140734601310704 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=3377/tid=3383] ppid=3376 vsize=733508 CPUtime=1001.39 cores=1,3,5,7
/proc/3377/task/3383/stat : 3383 (priss) R 3376 3376 1762 0 -1 4202560 42379 0 0 0 100083 56 0 0 25 0 5 0 518351484 751112192 158504 33554432000 4194304 5787044 140734601310704 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4002.5
Current children cumulated vsize (KiB) 742208

[startup+1062.3 s]
/proc/loadavg: 8.14 8.11 8.09 9/188 3460
/proc/meminfo: memFree=19010012/32950904 swapFree=67082284/67111528
[pid=3376] ppid=3374 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3376/stat : 3376 (priss.sh) S 3374 3376 1762 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518351475 8908800 251 33554432000 4194304 4922060 140733244560048 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3376/statm: 2175 251 211 178 0 68 0
[pid=3377] ppid=3376 vsize=733508 CPUtime=4242.17 cores=1,3,5,7
/proc/3377/stat : 3377 (priss) S 3376 3376 1762 0 -1 4202496 185437 0 0 0 424016 201 0 0 18 0 5 0 518351476 751112192 158517 33554432000 4194304 5787044 140734601310704 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/3377/statm: 183377 158517 419 389 0 179127 0
[pid=3377/tid=3379] ppid=3376 vsize=733508 CPUtime=1062.09 cores=1,3,5,7
/proc/3377/task/3379/stat : 3379 (priss) R 3376 3376 1762 0 -1 4202560 46083 0 0 0 106155 54 0 0 25 0 5 0 518351479 751112192 158517 33554432000 4194304 5787044 140734601310704 18446744073709551615 5591195 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=3377/tid=3381] ppid=3376 vsize=733508 CPUtime=1062.19 cores=1,3,5,7
/proc/3377/task/3381/stat : 3381 (priss) R 3376 3376 1762 0 -1 4202560 45212 0 0 0 106165 54 0 0 25 0 5 0 518351481 751112192 158517 33554432000 4194304 5787044 140734601310704 18446744073709551615 5586806 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=3377/tid=3382] ppid=3376 vsize=733508 CPUtime=1056.39 cores=1,3,5,7
/proc/3377/task/3382/stat : 3382 (priss) R 3376 3376 1762 0 -1 4202560 44273 0 0 0 105605 34 0 0 25 0 5 0 518351482 751112192 158517 33554432000 4194304 5787044 140734601310704 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=3377/tid=3383] ppid=3376 vsize=733508 CPUtime=1061.4 cores=1,3,5,7
/proc/3377/task/3383/stat : 3383 (priss) R 3376 3376 1762 0 -1 4202560 42379 0 0 0 106084 56 0 0 25 0 5 0 518351484 751112192 158517 33554432000 4194304 5787044 140734601310704 18446744073709551615 5528386 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4242.17
Current children cumulated vsize (KiB) 742208

[startup+1122.3 s]
/proc/loadavg: 8.12 8.10 8.09 9/188 3462
/proc/meminfo: memFree=18996372/32950904 swapFree=67082284/67111528
[pid=3376] ppid=3374 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3376/stat : 3376 (priss.sh) S 3374 3376 1762 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518351475 8908800 251 33554432000 4194304 4922060 140733244560048 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3376/statm: 2175 251 211 178 0 68 0
[pid=3377] ppid=3376 vsize=733508 CPUtime=4481.85 cores=1,3,5,7
/proc/3377/stat : 3377 (priss) S 3376 3376 1762 0 -1 4202496 185453 0 0 0 447984 201 0 0 18 0 5 0 518351476 751112192 158533 33554432000 4194304 5787044 140734601310704 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/3377/statm: 183377 158533 419 389 0 179127 0
[pid=3377/tid=3379] ppid=3376 vsize=733508 CPUtime=1122.09 cores=1,3,5,7
/proc/3377/task/3379/stat : 3379 (priss) R 3376 3376 1762 0 -1 4202560 46092 0 0 0 112155 54 0 0 25 0 5 0 518351479 751112192 158533 33554432000 4194304 5787044 140734601310704 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=3377/tid=3381] ppid=3376 vsize=733508 CPUtime=1122.19 cores=1,3,5,7
/proc/3377/task/3381/stat : 3381 (priss) R 3376 3376 1762 0 -1 4202560 45219 0 0 0 112165 54 0 0 25 0 5 0 518351481 751112192 158533 33554432000 4194304 5787044 140734601310704 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=3377/tid=3382] ppid=3376 vsize=733508 CPUtime=1116.07 cores=1,3,5,7
/proc/3377/task/3382/stat : 3382 (priss) R 3376 3376 1762 0 -1 4202560 44273 0 0 0 111573 34 0 0 25 0 5 0 518351482 751112192 158533 33554432000 4194304 5787044 140734601310704 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=3377/tid=3383] ppid=3376 vsize=733508 CPUtime=1121.4 cores=1,3,5,7
/proc/3377/task/3383/stat : 3383 (priss) R 3376 3376 1762 0 -1 4202560 42379 0 0 0 112084 56 0 0 25 0 5 0 518351484 751112192 158533 33554432000 4194304 5787044 140734601310704 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4481.85
Current children cumulated vsize (KiB) 742208

[startup+1182.3 s]
/proc/loadavg: 8.11 8.10 8.09 9/188 3464
/proc/meminfo: memFree=18995744/32950904 swapFree=67082284/67111528
[pid=3376] ppid=3374 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3376/stat : 3376 (priss.sh) S 3374 3376 1762 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518351475 8908800 251 33554432000 4194304 4922060 140733244560048 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3376/statm: 2175 251 211 178 0 68 0
[pid=3377] ppid=3376 vsize=733508 CPUtime=4721.53 cores=1,3,5,7
/proc/3377/stat : 3377 (priss) S 3376 3376 1762 0 -1 4202496 185550 0 0 0 471951 202 0 0 18 0 5 0 518351476 751112192 158630 33554432000 4194304 5787044 140734601310704 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/3377/statm: 183377 158630 419 389 0 179127 0
[pid=3377/tid=3379] ppid=3376 vsize=733508 CPUtime=1182.09 cores=1,3,5,7
/proc/3377/task/3379/stat : 3379 (priss) R 3376 3376 1762 0 -1 4202560 46122 0 0 0 118155 54 0 0 25 0 5 0 518351479 751112192 158630 33554432000 4194304 5787044 140734601310704 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=3377/tid=3381] ppid=3376 vsize=733508 CPUtime=1182.19 cores=1,3,5,7
/proc/3377/task/3381/stat : 3381 (priss) R 3376 3376 1762 0 -1 4202560 45283 0 0 0 118165 54 0 0 25 0 5 0 518351481 751112192 158630 33554432000 4194304 5787044 140734601310704 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=3377/tid=3382] ppid=3376 vsize=733508 CPUtime=1175.74 cores=1,3,5,7
/proc/3377/task/3382/stat : 3382 (priss) R 3376 3376 1762 0 -1 4202560 44273 0 0 0 117539 35 0 0 25 0 5 0 518351482 751112192 158630 33554432000 4194304 5787044 140734601310704 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=3377/tid=3383] ppid=3376 vsize=733508 CPUtime=1181.4 cores=1,3,5,7
/proc/3377/task/3383/stat : 3383 (priss) R 3376 3376 1762 0 -1 4202560 42382 0 0 0 118084 56 0 0 25 0 5 0 518351484 751112192 158630 33554432000 4194304 5787044 140734601310704 18446744073709551615 5527590 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4721.53
Current children cumulated vsize (KiB) 742208



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202 s]
/proc/loadavg: 8.08 8.09 8.09 9/188 3464
/proc/meminfo: memFree=18989416/32950904 swapFree=67082284/67111528
[pid=3376] ppid=3374 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3376/stat : 3376 (priss.sh) S 3374 3376 1762 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518351475 8908800 251 33554432000 4194304 4922060 140733244560048 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3376/statm: 2175 251 211 178 0 68 0
[pid=3377] ppid=3376 vsize=737608 CPUtime=4800.24 cores=1,3,5,7
/proc/3377/stat : 3377 (priss) S 3376 3376 1762 0 -1 4202496 187194 0 0 0 479820 204 0 0 18 0 5 0 518351476 755310592 160274 33554432000 4194304 5787044 140734601310704 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/3377/statm: 184402 160274 419 389 0 180152 0
[pid=3377/tid=3379] ppid=3376 vsize=737608 CPUtime=1201.79 cores=1,3,5,7
/proc/3377/task/3379/stat : 3379 (priss) R 3376 3376 1762 0 -1 4202560 46151 0 0 0 120125 54 0 0 25 0 5 0 518351479 755310592 160274 33554432000 4194304 5787044 140734601310704 18446744073709551615 5591298 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=3377/tid=3381] ppid=3376 vsize=737608 CPUtime=1201.9 cores=1,3,5,7
/proc/3377/task/3381/stat : 3381 (priss) R 3376 3376 1762 0 -1 4202560 45870 0 0 0 120134 56 0 0 25 0 5 0 518351481 755310592 160274 33554432000 4194304 5787044 140734601310704 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=3377/tid=3382] ppid=3376 vsize=737608 CPUtime=1195.33 cores=1,3,5,7
/proc/3377/task/3382/stat : 3382 (priss) R 3376 3376 1762 0 -1 4202560 44274 0 0 0 119498 35 0 0 25 0 5 0 518351482 755310592 160274 33554432000 4194304 5787044 140734601310704 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=3377/tid=3383] ppid=3376 vsize=737608 CPUtime=1201.11 cores=1,3,5,7
/proc/3377/task/3383/stat : 3383 (priss) R 3376 3376 1762 0 -1 4202560 43409 0 0 0 120054 57 0 0 25 0 5 0 518351484 755310592 160274 33554432000 4194304 5787044 140734601310704 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.24
Current children cumulated vsize (KiB) 746308

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

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

[startup+1202 s]
/proc/loadavg: 8.08 8.09 8.09 9/188 3464
/proc/meminfo: memFree=18989416/32950904 swapFree=67082284/67111528
[pid=3376] ppid=3374 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3376/stat : 3376 (priss.sh) S 3374 3376 1762 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518351475 8908800 251 33554432000 4194304 4922060 140733244560048 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3376/statm: 2175 251 211 178 0 68 0
[pid=3377] ppid=3376 vsize=737608 CPUtime=4800.24 cores=1,3,5,7
/proc/3377/stat : 3377 (priss) S 3376 3376 1762 0 -1 4202496 187194 0 0 0 479820 204 0 0 18 0 5 0 518351476 755310592 160274 33554432000 4194304 5787044 140734601310704 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/3377/statm: 184402 160274 419 389 0 180152 0
[pid=3377/tid=3379] ppid=3376 vsize=737608 CPUtime=1201.79 cores=1,3,5,7
/proc/3377/task/3379/stat : 3379 (priss) R 3376 3376 1762 0 -1 4202560 46151 0 0 0 120125 54 0 0 25 0 5 0 518351479 755310592 160274 33554432000 4194304 5787044 140734601310704 18446744073709551615 5591298 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=3377/tid=3381] ppid=3376 vsize=737608 CPUtime=1201.9 cores=1,3,5,7
/proc/3377/task/3381/stat : 3381 (priss) R 3376 3376 1762 0 -1 4202560 45870 0 0 0 120134 56 0 0 25 0 5 0 518351481 755310592 160274 33554432000 4194304 5787044 140734601310704 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=3377/tid=3382] ppid=3376 vsize=737608 CPUtime=1195.33 cores=1,3,5,7
/proc/3377/task/3382/stat : 3382 (priss) R 3376 3376 1762 0 -1 4202560 44274 0 0 0 119498 35 0 0 25 0 5 0 518351482 755310592 160274 33554432000 4194304 5787044 140734601310704 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=3377/tid=3383] ppid=3376 vsize=737608 CPUtime=1201.11 cores=1,3,5,7
/proc/3377/task/3383/stat : 3383 (priss) R 3376 3376 1762 0 -1 4202560 43409 0 0 0 120054 57 0 0 25 0 5 0 518351484 755310592 160274 33554432000 4194304 5787044 140734601310704 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.24
Current children cumulated vsize (KiB) 746308

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1202.02
CPU time (s): 4800.24
CPU user time (s): 4798.2
CPU system time (s): 2.04
CPU usage (%): 399.348
Max. virtual memory (cumulated for all children) (KiB): 746308

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

runsolver used 1.71374 second user time and 4.85026 second system time

The end

Launcher Data

Begin job on node121 at 2011-04-29 10:58:37
IDJOB=3264188
IDBENCH=84560
IDSOLVER=1603
FILE ID=node121/3264188-1304067517
RUNJOBID= node121-1304060729-2753
PBS_JOBID= 13170425
Free space on /tmp= 72624 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT04/handmade/kexu/frb-0.8/frb59-26-2.used-as.sat04-892.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3264188-1304067517/watcher-3264188-1304067517 -o /tmp/evaluation-result-3264188-1304067517/solver-3264188-1304067517 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3264188-1304067517.cnf 1248049704 4800 15500 4

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

MD5SUM BENCH= fd8d5783ed404e5c6590d627ffdcca50
RANDOM SEED=1248049704

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

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


/proc/meminfo:
MemTotal:     32950904 kB
MemFree:      18574568 kB
Buffers:       2180884 kB
Cached:       10236800 kB
SwapCached:       2776 kB
Active:       10532180 kB
Inactive:      3321532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      18574568 kB
SwapTotal:    67111528 kB
SwapFree:     67082284 kB
Dirty:            3148 kB
Writeback:           0 kB
AnonPages:     1433592 kB
Mapped:          14644 kB
Slab:           455396 kB
PageTables:       7564 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:  1767444 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= 72648 MiB
End job on node121 at 2011-04-29 11:18:41