Trace number 3259304

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.34 1201.92

General information on the benchmark

NameCRAFTED/rbsat/crafted/
forced/rbsat-v2400c266431gyes3.cnf
MD5SUMcef3d3066fec910e94448f2404c09548
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 variables2400
Number of clauses266431
Sum of the clauses size535112
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2266356
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 575

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: 22634
0.00/0.06	c parsetime: 58941us
0.00/0.06	c parsed 266431 clauses with 2400 variables
0.00/0.08	c NW started thread 0 successfully (1098099008)
0.00/0.10	c NW started thread 1 successfully (1084954944)
0.00/0.13	c NW started thread 2 successfully (1109608768)
0.00/0.15	c NW started thread 3 successfully (1120098624)
47.58/12.07	c preprocessor returned 10005 variables
47.58/12.07	c preprocessing returned UNKNOWN
47.58/12.07	c PP set 0 variables
47.58/12.07	c pp time: 11965932us (11s)
47.58/12.09	c preprocessor returned 10005 variables
47.58/12.09	c preprocessing returned UNKNOWN
47.58/12.09	c PP set 0 variables
47.58/12.09	c pp time: 11961100us (11s)
47.99/12.13	c preprocessor returned 10005 variables
47.99/12.13	c preprocessing returned UNKNOWN
47.99/12.13	c PP set 0 variables
47.99/12.13	c pp time: 12056743us (12s)
83.13/20.92	c preprocessor returned 30023 variables
83.13/20.92	c preprocessing returned UNKNOWN
83.13/20.92	c PP set 0 variables
83.13/20.92	c pp time: 20761318us (20s)

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-3259304-1304047582/watcher-3259304-1304047582 -o /tmp/evaluation-result-3259304-1304047582/solver-3259304-1304047582 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3259304-1304047582.cnf 1904799415 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.08 8.06 8.01 5/182 22633
/proc/meminfo: memFree=16860720/32950940 swapFree=67111528/67111528
[pid=22633] ppid=22631 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22633/stat : 22633 (priss.sh) S 22631 22633 21582 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594988984 8908800 251 33554432000 4194304 4922060 140736616407664 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22633/statm: 2175 251 211 178 0 68 0

[startup+0.0341271 s]
/proc/loadavg: 8.08 8.06 8.01 5/182 22633
/proc/meminfo: memFree=16860720/32950940 swapFree=67111528/67111528
[pid=22633] ppid=22631 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22633/stat : 22633 (priss.sh) S 22631 22633 21582 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594988984 8908800 251 33554432000 4194304 4922060 140736616407664 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22633/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101127 s]
/proc/loadavg: 8.08 8.06 8.01 5/182 22633
/proc/meminfo: memFree=16860720/32950940 swapFree=67111528/67111528
[pid=22633] ppid=22631 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22633/stat : 22633 (priss.sh) S 22631 22633 21582 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594988984 8908800 251 33554432000 4194304 4922060 140736616407664 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22633/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.435498 s]
/proc/loadavg: 8.08 8.06 8.01 5/182 22633
/proc/meminfo: memFree=16860720/32950940 swapFree=67111528/67111528
[pid=22633] ppid=22631 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22633/stat : 22633 (priss.sh) S 22631 22633 21582 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594988984 8908800 251 33554432000 4194304 4922060 140736616407664 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22633/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.10694 s]
/proc/loadavg: 8.08 8.06 8.01 5/182 22633
/proc/meminfo: memFree=16860720/32950940 swapFree=67111528/67111528
[pid=22633] ppid=22631 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22633/stat : 22633 (priss.sh) S 22631 22633 21582 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594988984 8908800 251 33554432000 4194304 4922060 140736616407664 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22633/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50088 s]
/proc/loadavg: 8.08 8.06 8.01 5/182 22633
/proc/meminfo: memFree=16860720/32950940 swapFree=67111528/67111528
[pid=22633] ppid=22631 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22633/stat : 22633 (priss.sh) S 22631 22633 21582 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594988984 8908800 251 33554432000 4194304 4922060 140736616407664 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22633/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10059 s]
/proc/loadavg: 8.08 8.06 8.01 9/188 22639
/proc/meminfo: memFree=16772296/32950940 swapFree=67111528/67111528
[pid=22633] ppid=22631 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22633/stat : 22633 (priss.sh) S 22631 22633 21582 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594988984 8908800 251 33554432000 4194304 4922060 140736616407664 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22633/statm: 2175 251 211 178 0 68 0
[pid=22634] ppid=22633 vsize=315980 CPUtime=12.03 cores=1,3,5,7
/proc/22634/stat : 22634 (priss) S 22633 22633 21582 0 -1 4202496 47491 0 0 0 1190 13 0 0 19 0 5 0 594988984 323563520 21994 33554432000 4194304 5787044 140736313895040 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22634/statm: 78995 21994 350 389 0 74745 0
[pid=22634/tid=22636] ppid=22633 vsize=315980 CPUtime=2.98 cores=1,3,5,7
/proc/22634/task/22636/stat : 22636 (priss) R 22633 22633 21582 0 -1 4202560 9110 0 0 0 295 3 0 0 20 0 5 0 594988992 323563520 21994 33554432000 4194304 5787044 140736313895040 18446744073709551615 4336781 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22634/tid=22637] ppid=22633 vsize=315980 CPUtime=2.99 cores=1,3,5,7
/proc/22634/task/22637/stat : 22637 (priss) R 22633 22633 21582 0 -1 4202560 8919 0 0 0 296 3 0 0 23 0 5 0 594988994 323563520 21994 33554432000 4194304 5787044 140736313895040 18446744073709551615 4337052 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22634/tid=22638] ppid=22633 vsize=315980 CPUtime=2.95 cores=1,3,5,7
/proc/22634/task/22638/stat : 22638 (priss) R 22633 22633 21582 0 -1 4202560 7047 0 0 0 292 3 0 0 20 0 5 0 594988997 323563520 21994 33554432000 4194304 5787044 140736313895040 18446744073709551615 4336781 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22634/tid=22639] ppid=22633 vsize=315980 CPUtime=2.93 cores=1,3,5,7
/proc/22634/task/22639/stat : 22639 (priss) R 22633 22633 21582 0 -1 4202560 8893 0 0 0 292 1 0 0 20 0 5 0 594989000 323563520 21994 33554432000 4194304 5787044 140736313895040 18446744073709551615 4336744 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.03
Current children cumulated vsize (KiB) 324680

[startup+6.30103 s]
/proc/loadavg: 8.08 8.06 8.01 9/188 22639
/proc/meminfo: memFree=16772180/32950940 swapFree=67111528/67111528
[pid=22633] ppid=22631 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22633/stat : 22633 (priss.sh) S 22631 22633 21582 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594988984 8908800 251 33554432000 4194304 4922060 140736616407664 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22633/statm: 2175 251 211 178 0 68 0
[pid=22634] ppid=22633 vsize=315980 CPUtime=24.81 cores=1,3,5,7
/proc/22634/stat : 22634 (priss) S 22633 22633 21582 0 -1 4202496 47491 0 0 0 2468 13 0 0 19 0 5 0 594988984 323563520 21994 33554432000 4194304 5787044 140736313895040 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22634/statm: 78995 21994 350 389 0 74745 0
[pid=22634/tid=22636] ppid=22633 vsize=315980 CPUtime=6.17 cores=1,3,5,7
/proc/22634/task/22636/stat : 22636 (priss) R 22633 22633 21582 0 -1 4202560 9110 0 0 0 614 3 0 0 25 0 5 0 594988992 323563520 21994 33554432000 4194304 5787044 140736313895040 18446744073709551615 4336770 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22634/tid=22637] ppid=22633 vsize=315980 CPUtime=6.19 cores=1,3,5,7
/proc/22634/task/22637/stat : 22637 (priss) R 22633 22633 21582 0 -1 4202560 8919 0 0 0 616 3 0 0 25 0 5 0 594988994 323563520 21994 33554432000 4194304 5787044 140736313895040 18446744073709551615 4336256 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22634/tid=22638] ppid=22633 vsize=315980 CPUtime=6.15 cores=1,3,5,7
/proc/22634/task/22638/stat : 22638 (priss) R 22633 22633 21582 0 -1 4202560 7047 0 0 0 612 3 0 0 25 0 5 0 594988997 323563520 21994 33554432000 4194304 5787044 140736313895040 18446744073709551615 4336688 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22634/tid=22639] ppid=22633 vsize=315980 CPUtime=6.13 cores=1,3,5,7
/proc/22634/task/22639/stat : 22639 (priss) R 22633 22633 21582 0 -1 4202560 8893 0 0 0 612 1 0 0 25 0 5 0 594989000 323563520 21994 33554432000 4194304 5787044 140736313895040 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.81
Current children cumulated vsize (KiB) 324680

[startup+12.7009 s]
/proc/loadavg: 8.06 8.05 8.01 9/188 22640
/proc/meminfo: memFree=16721196/32950940 swapFree=67111528/67111528
[pid=22633] ppid=22631 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22633/stat : 22633 (priss.sh) S 22631 22633 21582 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594988984 8908800 251 33554432000 4194304 4922060 140736616407664 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22633/statm: 2175 251 211 178 0 68 0
[pid=22634] ppid=22633 vsize=334584 CPUtime=50.4 cores=1,3,5,7
/proc/22634/stat : 22634 (priss) S 22633 22633 21582 0 -1 4202496 76827 0 0 0 5021 19 0 0 19 0 5 0 594988984 342614016 34680 33554432000 4194304 5787044 140736313895040 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22634/statm: 83646 34680 404 389 0 79396 0
[pid=22634/tid=22636] ppid=22633 vsize=334584 CPUtime=12.54 cores=1,3,5,7
/proc/22634/task/22636/stat : 22636 (priss) R 22633 22633 21582 0 -1 4202560 18701 0 0 0 1248 6 0 0 25 0 5 0 594988992 342614016 34680 33554432000 4194304 5787044 140736313895040 18446744073709551615 5591049 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22634/tid=22637] ppid=22633 vsize=334584 CPUtime=12.59 cores=1,3,5,7
/proc/22634/task/22637/stat : 22637 (priss) R 22633 22633 21582 0 -1 4202560 18361 0 0 0 1255 4 0 0 19 0 5 0 594988994 342614016 34680 33554432000 4194304 5787044 140736313895040 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22634/tid=22638] ppid=22633 vsize=334584 CPUtime=12.56 cores=1,3,5,7
/proc/22634/task/22638/stat : 22638 (priss) R 22633 22633 21582 0 -1 4202560 13083 0 0 0 1252 4 0 0 18 0 5 0 594988997 342614016 34680 33554432000 4194304 5787044 140736313895040 18446744073709551615 5590558 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22634/tid=22639] ppid=22633 vsize=334584 CPUtime=12.53 cores=1,3,5,7
/proc/22634/task/22639/stat : 22639 (priss) R 22633 22633 21582 0 -1 4202560 13160 0 0 0 1252 1 0 0 25 0 5 0 594989000 342614016 34680 33554432000 4194304 5787044 140736313895040 18446744073709551615 215988286415 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.4
Current children cumulated vsize (KiB) 343284

[startup+25.5007 s]
/proc/loadavg: 8.05 8.05 8.00 9/188 22640
/proc/meminfo: memFree=16691932/32950940 swapFree=67111528/67111528
[pid=22633] ppid=22631 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22633/stat : 22633 (priss.sh) S 22631 22633 21582 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594988984 8908800 251 33554432000 4194304 4922060 140736616407664 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22633/statm: 2175 251 211 178 0 68 0
[pid=22634] ppid=22633 vsize=343776 CPUtime=101.51 cores=1,3,5,7
/proc/22634/stat : 22634 (priss) S 22633 22633 21582 0 -1 4202496 86553 0 0 0 10128 23 0 0 19 0 5 0 594988984 352026624 42174 33554432000 4194304 5787044 140736313895040 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22634/statm: 85944 42174 417 389 0 81694 0
[pid=22634/tid=22636] ppid=22633 vsize=343776 CPUtime=25.26 cores=1,3,5,7
/proc/22634/task/22636/stat : 22636 (priss) R 22633 22633 21582 0 -1 4202560 19938 0 0 0 2519 7 0 0 25 0 5 0 594988992 352026624 42174 33554432000 4194304 5787044 140736313895040 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22634/tid=22637] ppid=22633 vsize=343776 CPUtime=25.39 cores=1,3,5,7
/proc/22634/task/22637/stat : 22637 (priss) R 22633 22633 21582 0 -1 4202560 18796 0 0 0 2534 5 0 0 25 0 5 0 594988994 352026624 42174 33554432000 4194304 5787044 140736313895040 18446744073709551615 5588144 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22634/tid=22638] ppid=22633 vsize=343776 CPUtime=25.35 cores=1,3,5,7
/proc/22634/task/22638/stat : 22638 (priss) R 22633 22633 21582 0 -1 4202560 13788 0 0 0 2531 4 0 0 25 0 5 0 594988997 352026624 42174 33554432000 4194304 5787044 140736313895040 18446744073709551615 4213816 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22634/tid=22639] ppid=22633 vsize=343776 CPUtime=25.33 cores=1,3,5,7
/proc/22634/task/22639/stat : 22639 (priss) R 22633 22633 21582 0 -1 4202560 20509 0 0 0 2530 3 0 0 25 0 5 0 594989000 352026624 42174 33554432000 4194304 5787044 140736313895040 18446744073709551615 4213865 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.51
Current children cumulated vsize (KiB) 352476

[startup+51.1012 s]
/proc/loadavg: 8.03 8.05 8.00 9/188 22641
/proc/meminfo: memFree=16661156/32950940 swapFree=67111528/67111528
[pid=22633] ppid=22631 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22633/stat : 22633 (priss.sh) S 22631 22633 21582 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594988984 8908800 251 33554432000 4194304 4922060 140736616407664 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22633/statm: 2175 251 211 178 0 68 0
[pid=22634] ppid=22633 vsize=358232 CPUtime=203.76 cores=1,3,5,7
/proc/22634/stat : 22634 (priss) S 22633 22633 21582 0 -1 4202496 93668 0 0 0 20349 27 0 0 19 0 5 0 594988984 366829568 49289 33554432000 4194304 5787044 140736313895040 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22634/statm: 89558 49289 417 389 0 85308 0
[pid=22634/tid=22636] ppid=22633 vsize=358232 CPUtime=50.72 cores=1,3,5,7
/proc/22634/task/22636/stat : 22636 (priss) R 22633 22633 21582 0 -1 4202560 21518 0 0 0 5064 8 0 0 25 0 5 0 594988992 366829568 49289 33554432000 4194304 5787044 140736313895040 18446744073709551615 5586868 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22634/tid=22637] ppid=22633 vsize=358232 CPUtime=50.98 cores=1,3,5,7
/proc/22634/task/22637/stat : 22637 (priss) R 22633 22633 21582 0 -1 4202560 21110 0 0 0 5092 6 0 0 25 0 5 0 594988994 366829568 49289 33554432000 4194304 5787044 140736313895040 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22634/tid=22638] ppid=22633 vsize=358232 CPUtime=50.95 cores=1,3,5,7
/proc/22634/task/22638/stat : 22638 (priss) R 22633 22633 21582 0 -1 4202560 14862 0 0 0 5090 5 0 0 25 0 5 0 594988997 366829568 49289 33554432000 4194304 5787044 140736313895040 18446744073709551615 4254914 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22634/tid=22639] ppid=22633 vsize=358232 CPUtime=50.93 cores=1,3,5,7
/proc/22634/task/22639/stat : 22639 (priss) R 22633 22633 21582 0 -1 4202560 22656 0 0 0 5089 4 0 0 25 0 5 0 594989000 366829568 49289 33554432000 4194304 5787044 140736313895040 18446744073709551615 4220881 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 203.76
Current children cumulated vsize (KiB) 366932

[startup+102.301 s]
/proc/loadavg: 8.05 8.05 8.00 9/188 22642
/proc/meminfo: memFree=16555500/32950940 swapFree=67111528/67111528
[pid=22633] ppid=22631 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22633/stat : 22633 (priss.sh) S 22631 22633 21582 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594988984 8908800 251 33554432000 4194304 4922060 140736616407664 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22633/statm: 2175 251 211 178 0 68 0
[pid=22634] ppid=22633 vsize=380664 CPUtime=408.24 cores=1,3,5,7
/proc/22634/stat : 22634 (priss) S 22633 22633 21582 0 -1 4202496 108708 0 0 0 40784 40 0 0 19 0 5 0 594988984 389799936 64284 33554432000 4194304 5787044 140736313895040 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22634/statm: 95166 64284 417 389 0 90916 0
[pid=22634/tid=22636] ppid=22633 vsize=380664 CPUtime=101.63 cores=1,3,5,7
/proc/22634/task/22636/stat : 22636 (priss) R 22633 22633 21582 0 -1 4202560 26020 0 0 0 10153 10 0 0 25 0 5 0 594988992 389799936 64284 33554432000 4194304 5787044 140736313895040 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22634/tid=22637] ppid=22633 vsize=380664 CPUtime=102.17 cores=1,3,5,7
/proc/22634/task/22637/stat : 22637 (priss) R 22633 22633 21582 0 -1 4202560 24668 0 0 0 10207 10 0 0 25 0 5 0 594988994 389799936 64284 33554432000 4194304 5787044 140736313895040 18446744073709551615 5591529 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22634/tid=22638] ppid=22633 vsize=380664 CPUtime=102.14 cores=1,3,5,7
/proc/22634/task/22638/stat : 22638 (priss) R 22633 22633 21582 0 -1 4202560 18619 0 0 0 10204 10 0 0 25 0 5 0 594988997 389799936 64284 33554432000 4194304 5787044 140736313895040 18446744073709551615 5592123 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22634/tid=22639] ppid=22633 vsize=380664 CPUtime=102.11 cores=1,3,5,7
/proc/22634/task/22639/stat : 22639 (priss) R 22633 22633 21582 0 -1 4202560 25879 0 0 0 10205 6 0 0 25 0 5 0 594989000 389799936 64284 33554432000 4194304 5787044 140736313895040 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 408.24
Current children cumulated vsize (KiB) 389364

[startup+162.301 s]
/proc/loadavg: 8.05 8.05 8.00 9/188 22644
/proc/meminfo: memFree=16418816/32950940 swapFree=67111528/67111528
[pid=22633] ppid=22631 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22633/stat : 22633 (priss.sh) S 22631 22633 21582 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594988984 8908800 251 33554432000 4194304 4922060 140736616407664 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22633/statm: 2175 251 211 178 0 68 0
[pid=22634] ppid=22633 vsize=464432 CPUtime=647.91 cores=1,3,5,7

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

/proc/22634/task/22637/stat : 22637 (priss) R 22633 22633 21582 0 -1 4202560 55322 0 0 0 82129 53 0 0 25 0 5 0 594988994 933339136 197236 33554432000 4194304 5787044 140736313895040 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22634/tid=22638] ppid=22633 vsize=911464 CPUtime=822.08 cores=1,3,5,7
/proc/22634/task/22638/stat : 22638 (priss) R 22633 22633 21582 0 -1 4202560 60755 0 0 0 82138 70 0 0 25 0 5 0 594988997 933339136 197236 33554432000 4194304 5787044 140736313895040 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22634/tid=22639] ppid=22633 vsize=911464 CPUtime=821.66 cores=1,3,5,7
/proc/22634/task/22639/stat : 22639 (priss) R 22633 22633 21582 0 -1 4202560 45847 0 0 0 82127 39 0 0 25 0 5 0 594989000 933339136 197236 33554432000 4194304 5787044 140736313895040 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3284.07
Current children cumulated vsize (KiB) 920164

[startup+882.301 s]
/proc/loadavg: 8.16 8.14 8.04 9/188 22699
/proc/meminfo: memFree=16190536/32950940 swapFree=67111528/67111528
[pid=22633] ppid=22631 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22633/stat : 22633 (priss.sh) S 22631 22633 21582 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594988984 8908800 251 33554432000 4194304 4922060 140736616407664 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22633/statm: 2175 251 211 178 0 68 0
[pid=22634] ppid=22633 vsize=911464 CPUtime=3523.67 cores=1,3,5,7
/proc/22634/stat : 22634 (priss) S 22633 22633 21582 0 -1 4202496 243828 0 0 0 352136 231 0 0 19 0 5 0 594988984 933339136 197740 33554432000 4194304 5787044 140736313895040 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22634/statm: 227866 197740 417 389 0 223616 0
[pid=22634/tid=22636] ppid=22633 vsize=911464 CPUtime=877.98 cores=1,3,5,7
/proc/22634/task/22636/stat : 22636 (priss) R 22633 22633 21582 0 -1 4202560 67653 0 0 0 87735 63 0 0 25 0 5 0 594988992 933339136 197740 33554432000 4194304 5787044 140736313895040 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22634/tid=22637] ppid=22633 vsize=911464 CPUtime=881.8 cores=1,3,5,7
/proc/22634/task/22637/stat : 22637 (priss) R 22633 22633 21582 0 -1 4202560 55322 0 0 0 88127 53 0 0 25 0 5 0 594988994 933339136 197740 33554432000 4194304 5787044 140736313895040 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22634/tid=22638] ppid=22633 vsize=911464 CPUtime=882.06 cores=1,3,5,7
/proc/22634/task/22638/stat : 22638 (priss) R 22633 22633 21582 0 -1 4202560 61317 0 0 0 88135 71 0 0 25 0 5 0 594988997 933339136 197740 33554432000 4194304 5787044 140736313895040 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22634/tid=22639] ppid=22633 vsize=911464 CPUtime=881.65 cores=1,3,5,7
/proc/22634/task/22639/stat : 22639 (priss) R 22633 22633 21582 0 -1 4202560 46014 0 0 0 88125 40 0 0 25 0 5 0 594989000 933339136 197740 33554432000 4194304 5787044 140736313895040 18446744073709551615 5528429 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3523.67
Current children cumulated vsize (KiB) 920164

[startup+942.307 s]
/proc/loadavg: 8.17 8.14 8.05 10/188 22700
/proc/meminfo: memFree=16114724/32950940 swapFree=67111528/67111528
[pid=22633] ppid=22631 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22633/stat : 22633 (priss.sh) S 22631 22633 21582 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594988984 8908800 251 33554432000 4194304 4922060 140736616407664 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22633/statm: 2175 251 211 178 0 68 0
[pid=22634] ppid=22633 vsize=911464 CPUtime=3763.35 cores=1,3,5,7
/proc/22634/stat : 22634 (priss) S 22633 22633 21582 0 -1 4202496 245526 0 0 0 376101 234 0 0 19 0 5 0 594988984 933339136 199235 33554432000 4194304 5787044 140736313895040 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22634/statm: 227866 199235 417 389 0 223616 0
[pid=22634/tid=22636] ppid=22633 vsize=911464 CPUtime=937.65 cores=1,3,5,7
/proc/22634/task/22636/stat : 22636 (priss) R 22633 22633 21582 0 -1 4202560 67657 0 0 0 93702 63 0 0 25 0 5 0 594988992 933339136 199235 33554432000 4194304 5787044 140736313895040 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22634/tid=22637] ppid=22633 vsize=911464 CPUtime=941.81 cores=1,3,5,7
/proc/22634/task/22637/stat : 22637 (priss) R 22633 22633 21582 0 -1 4202560 55322 0 0 0 94128 53 0 0 25 0 5 0 594988994 933339136 199235 33554432000 4194304 5787044 140736313895040 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22634/tid=22638] ppid=22633 vsize=911464 CPUtime=942.06 cores=1,3,5,7
/proc/22634/task/22638/stat : 22638 (priss) R 22633 22633 21582 0 -1 4202560 61318 0 0 0 94135 71 0 0 25 0 5 0 594988997 933339136 199235 33554432000 4194304 5787044 140736313895040 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22634/tid=22639] ppid=22633 vsize=911464 CPUtime=941.64 cores=1,3,5,7
/proc/22634/task/22639/stat : 22639 (priss) R 22633 22633 21582 0 -1 4202560 47707 0 0 0 94122 42 0 0 25 0 5 0 594989000 933339136 199235 33554432000 4194304 5787044 140736313895040 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3763.35
Current children cumulated vsize (KiB) 920164

[startup+1002.3 s]
/proc/loadavg: 8.12 8.13 8.05 10/188 22702
/proc/meminfo: memFree=16099068/32950940 swapFree=67111528/67111528
[pid=22633] ppid=22631 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22633/stat : 22633 (priss.sh) S 22631 22633 21582 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594988984 8908800 251 33554432000 4194304 4922060 140736616407664 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22633/statm: 2175 251 211 178 0 68 0
[pid=22634] ppid=22633 vsize=911464 CPUtime=4003.01 cores=1,3,5,7
/proc/22634/stat : 22634 (priss) S 22633 22633 21582 0 -1 4202496 245530 0 0 0 400066 235 0 0 19 0 5 0 594988984 933339136 199239 33554432000 4194304 5787044 140736313895040 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22634/statm: 227866 199239 417 389 0 223616 0
[pid=22634/tid=22636] ppid=22633 vsize=911464 CPUtime=997.33 cores=1,3,5,7
/proc/22634/task/22636/stat : 22636 (priss) R 22633 22633 21582 0 -1 4202560 67658 0 0 0 99669 64 0 0 25 0 5 0 594988992 933339136 199239 33554432000 4194304 5787044 140736313895040 18446744073709551615 5591289 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22634/tid=22637] ppid=22633 vsize=911464 CPUtime=1001.8 cores=1,3,5,7
/proc/22634/task/22637/stat : 22637 (priss) R 22633 22633 21582 0 -1 4202560 55322 0 0 0 100127 53 0 0 25 0 5 0 594988994 933339136 199239 33554432000 4194304 5787044 140736313895040 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22634/tid=22638] ppid=22633 vsize=911464 CPUtime=1002.06 cores=1,3,5,7
/proc/22634/task/22638/stat : 22638 (priss) R 22633 22633 21582 0 -1 4202560 61321 0 0 0 100135 71 0 0 25 0 5 0 594988997 933339136 199239 33554432000 4194304 5787044 140736313895040 18446744073709551615 215988259744 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22634/tid=22639] ppid=22633 vsize=911464 CPUtime=1001.63 cores=1,3,5,7
/proc/22634/task/22639/stat : 22639 (priss) R 22633 22633 21582 0 -1 4202560 47707 0 0 0 100120 43 0 0 25 0 5 0 594989000 933339136 199239 33554432000 4194304 5787044 140736313895040 18446744073709551615 4213865 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4003.01
Current children cumulated vsize (KiB) 920164

[startup+1062.3 s]
/proc/loadavg: 8.15 8.13 8.05 9/188 22704
/proc/meminfo: memFree=16002164/32950940 swapFree=67111528/67111528
[pid=22633] ppid=22631 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22633/stat : 22633 (priss.sh) S 22631 22633 21582 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594988984 8908800 251 33554432000 4194304 4922060 140736616407664 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22633/statm: 2175 251 211 178 0 68 0
[pid=22634] ppid=22633 vsize=911464 CPUtime=4242.68 cores=1,3,5,7
/proc/22634/stat : 22634 (priss) S 22633 22633 21582 0 -1 4202496 245616 0 0 0 424033 235 0 0 19 0 5 0 594988984 933339136 199325 33554432000 4194304 5787044 140736313895040 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22634/statm: 227866 199325 417 389 0 223616 0
[pid=22634/tid=22636] ppid=22633 vsize=911464 CPUtime=1057 cores=1,3,5,7
/proc/22634/task/22636/stat : 22636 (priss) R 22633 22633 21582 0 -1 4202560 67710 0 0 0 105636 64 0 0 25 0 5 0 594988992 933339136 199325 33554432000 4194304 5787044 140736313895040 18446744073709551615 5576674 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22634/tid=22637] ppid=22633 vsize=911464 CPUtime=1061.8 cores=1,3,5,7
/proc/22634/task/22637/stat : 22637 (priss) R 22633 22633 21582 0 -1 4202560 55349 0 0 0 106127 53 0 0 25 0 5 0 594988994 933339136 199325 33554432000 4194304 5787044 140736313895040 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22634/tid=22638] ppid=22633 vsize=911464 CPUtime=1062.06 cores=1,3,5,7
/proc/22634/task/22638/stat : 22638 (priss) R 22633 22633 21582 0 -1 4202560 61328 0 0 0 106135 71 0 0 25 0 5 0 594988997 933339136 199325 33554432000 4194304 5787044 140736313895040 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22634/tid=22639] ppid=22633 vsize=911464 CPUtime=1061.63 cores=1,3,5,7
/proc/22634/task/22639/stat : 22639 (priss) R 22633 22633 21582 0 -1 4202560 47707 0 0 0 106120 43 0 0 25 0 5 0 594989000 933339136 199325 33554432000 4194304 5787044 140736313895040 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4242.68
Current children cumulated vsize (KiB) 920164

[startup+1122.3 s]
/proc/loadavg: 8.10 8.12 8.05 9/188 22705
/proc/meminfo: memFree=15931344/32950940 swapFree=67111528/67111528
[pid=22633] ppid=22631 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22633/stat : 22633 (priss.sh) S 22631 22633 21582 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594988984 8908800 251 33554432000 4194304 4922060 140736616407664 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22633/statm: 2175 251 211 178 0 68 0
[pid=22634] ppid=22633 vsize=989300 CPUtime=4482.35 cores=1,3,5,7
/proc/22634/stat : 22634 (priss) S 22633 22633 21582 0 -1 4202496 253173 0 0 0 447990 245 0 0 19 0 5 0 594988984 1013043200 206882 33554432000 4194304 5787044 140736313895040 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22634/statm: 247325 206882 417 389 0 243075 0
[pid=22634/tid=22636] ppid=22633 vsize=989300 CPUtime=1116.68 cores=1,3,5,7
/proc/22634/task/22636/stat : 22636 (priss) R 22633 22633 21582 0 -1 4202560 71721 0 0 0 111597 71 0 0 25 0 5 0 594988992 1013043200 206882 33554432000 4194304 5787044 140736313895040 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22634/tid=22637] ppid=22633 vsize=989300 CPUtime=1121.8 cores=1,3,5,7
/proc/22634/task/22637/stat : 22637 (priss) R 22633 22633 21582 0 -1 4202560 57641 0 0 0 112125 55 0 0 25 0 5 0 594988994 1013043200 206882 33554432000 4194304 5787044 140736313895040 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22634/tid=22638] ppid=22633 vsize=989300 CPUtime=1122.07 cores=1,3,5,7
/proc/22634/task/22638/stat : 22638 (priss) R 22633 22633 21582 0 -1 4202560 61380 0 0 0 112135 72 0 0 25 0 5 0 594988997 1013043200 206882 33554432000 4194304 5787044 140736313895040 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22634/tid=22639] ppid=22633 vsize=989300 CPUtime=1121.62 cores=1,3,5,7
/proc/22634/task/22639/stat : 22639 (priss) R 22633 22633 21582 0 -1 4202560 48909 0 0 0 112119 43 0 0 25 0 5 0 594989000 1013043200 206882 33554432000 4194304 5787044 140736313895040 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4482.35
Current children cumulated vsize (KiB) 998000

[startup+1182.3 s]
/proc/loadavg: 8.08 8.11 8.05 10/188 22707
/proc/meminfo: memFree=15842512/32950940 swapFree=67111528/67111528
[pid=22633] ppid=22631 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22633/stat : 22633 (priss.sh) S 22631 22633 21582 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594988984 8908800 251 33554432000 4194304 4922060 140736616407664 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22633/statm: 2175 251 211 178 0 68 0
[pid=22634] ppid=22633 vsize=1078516 CPUtime=4722.01 cores=1,3,5,7
/proc/22634/stat : 22634 (priss) S 22633 22633 21582 0 -1 4202496 271416 0 0 0 471924 277 0 0 19 0 5 0 594988984 1104400384 225125 33554432000 4194304 5787044 140736313895040 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22634/statm: 269629 225125 417 389 0 265379 0
[pid=22634/tid=22636] ppid=22633 vsize=1078516 CPUtime=1176.34 cores=1,3,5,7
/proc/22634/task/22636/stat : 22636 (priss) R 22633 22633 21582 0 -1 4202560 76953 0 0 0 117552 82 0 0 25 0 5 0 594988992 1104400384 225125 33554432000 4194304 5787044 140736313895040 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22634/tid=22637] ppid=22633 vsize=1078516 CPUtime=1181.8 cores=1,3,5,7
/proc/22634/task/22637/stat : 22637 (priss) R 22633 22633 21582 0 -1 4202560 62746 0 0 0 118117 63 0 0 25 0 5 0 594988994 1104400384 225125 33554432000 4194304 5787044 140736313895040 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22634/tid=22638] ppid=22633 vsize=1078516 CPUtime=1182.06 cores=1,3,5,7
/proc/22634/task/22638/stat : 22638 (priss) R 22633 22633 21582 0 -1 4202560 65133 0 0 0 118128 78 0 0 25 0 5 0 594988997 1104400384 225125 33554432000 4194304 5787044 140736313895040 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22634/tid=22639] ppid=22633 vsize=1078516 CPUtime=1181.63 cores=1,3,5,7
/proc/22634/task/22639/stat : 22639 (priss) R 22633 22633 21582 0 -1 4202560 53062 0 0 0 118113 50 0 0 25 0 5 0 594989000 1104400384 225126 33554432000 4194304 5787044 140736313895040 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4722.01
Current children cumulated vsize (KiB) 1087216



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.91 s]
/proc/loadavg: 8.14 8.12 8.05 10/188 22707
/proc/meminfo: memFree=15814468/32950940 swapFree=67111528/67111528
[pid=22633] ppid=22631 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22633/stat : 22633 (priss.sh) S 22631 22633 21582 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594988984 8908800 251 33554432000 4194304 4922060 140736616407664 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22633/statm: 2175 251 211 178 0 68 0
[pid=22634] ppid=22633 vsize=1154648 CPUtime=4800.34 cores=1,3,5,7
/proc/22634/stat : 22634 (priss) S 22633 22633 21582 0 -1 4202496 278371 0 0 0 479747 287 0 0 19 0 5 0 594988984 1182359552 232080 33554432000 4194304 5787044 140736313895040 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22634/statm: 288662 232080 417 389 0 284412 0
[pid=22634/tid=22636] ppid=22633 vsize=1154648 CPUtime=1195.84 cores=1,3,5,7
/proc/22634/task/22636/stat : 22636 (priss) R 22633 22633 21582 0 -1 4202560 78555 0 0 0 119500 84 0 0 25 0 5 0 594988992 1182359552 232080 33554432000 4194304 5787044 140736313895040 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22634/tid=22637] ppid=22633 vsize=1154648 CPUtime=1201.41 cores=1,3,5,7
/proc/22634/task/22637/stat : 22637 (priss) R 22633 22633 21582 0 -1 4202560 65363 0 0 0 120076 65 0 0 25 0 5 0 594988994 1182359552 232080 33554432000 4194304 5787044 140736313895040 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22634/tid=22638] ppid=22633 vsize=1154648 CPUtime=1201.67 cores=1,3,5,7
/proc/22634/task/22638/stat : 22638 (priss) R 22633 22633 21582 0 -1 4202560 66797 0 0 0 120085 82 0 0 25 0 5 0 594988997 1182359552 232080 33554432000 4194304 5787044 140736313895040 18446744073709551615 5588208 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22634/tid=22639] ppid=22633 vsize=1154648 CPUtime=1201.23 cores=1,3,5,7
/proc/22634/task/22639/stat : 22639 (priss) R 22633 22633 21582 0 -1 4202560 54134 0 0 0 120071 52 0 0 25 0 5 0 594989000 1182359552 232080 33554432000 4194304 5787044 140736313895040 18446744073709551615 5524674 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 1163348

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1201.92
CPU time (s): 4800.34
CPU user time (s): 4797.47
CPU system time (s): 2.87
CPU usage (%): 399.388
Max. virtual memory (cumulated for all children) (KiB): 1163348

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.73574 second user time and 4.82827 second system time

The end

Launcher Data

Begin job on node117 at 2011-04-29 05:26:22
IDJOB=3259304
IDBENCH=71549
IDSOLVER=1603
FILE ID=node117/3259304-1304047582
RUNJOBID= node117-1304041561-21601
PBS_JOBID= 13170383
Free space on /tmp= 71672 MiB

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

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

MD5SUM BENCH= cef3d3066fec910e94448f2404c09548
RANDOM SEED=1904799415

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      16860992 kB
Buffers:       2376352 kB
Cached:       12413752 kB
SwapCached:          0 kB
Active:        8740248 kB
Inactive:      6766736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      16860992 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5068 kB
Writeback:           0 kB
AnonPages:      716384 kB
Mapped:          15620 kB
Slab:           517252 kB
PageTables:       6092 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   916492 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= 71672 MiB
End job on node117 at 2011-04-29 05:46:26