Trace number 3499559

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) 20400 5100.02

General information on the benchmark

NameSAT03/handmade/stanion/hwb/
hwb-n32-02-S1478512323.shuffled-as.sat03-1638.cnf
MD5SUM1d86c7f9cd05c5f2ab070520d802c8e1
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 variables226
Number of clauses1078
Sum of the clauses size3624
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 226
Number of clauses of size 3636
Number of clauses of size 4416
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c *****************************************************
0.00/0.00	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.00	c *   This program may be redistributed or modified   *
0.00/0.00	c * under the terms of the GNU General Public License *
0.00/0.00	c *****************************************************
0.00/0.00	c process id: 21034
0.00/0.00	c parsetime: 382us
0.00/0.00	c parsed 1078 clauses with 226 variables
0.00/0.00	c NW started thread 0 successfully (1103542592)
0.00/0.00	c NW started thread 1 successfully (1114032448)
0.00/0.00	c NW started thread 2 successfully (1124522304)
0.00/0.00	c NW started thread 3 successfully (1135012160)
0.00/0.68	c preprocessor returned 10016 variables
0.00/0.68	c preprocessing returned UNKNOWN
0.00/0.68	c PP set 0 variables
0.00/0.68	c pp time: 672862us (0s)
0.00/0.69	c preprocessor returned 10016 variables
0.00/0.69	c preprocessing returned UNKNOWN
0.00/0.69	c PP set 0 variables
0.00/0.69	c pp time: 688257us (0s)
0.00/0.75	c preprocessor returned 10016 variables
0.00/0.75	c preprocessing returned UNKNOWN
0.00/0.75	c PP set 0 variables
0.00/0.75	c pp time: 748871us (0s)
33.50/8.48	c preprocessor returned 30022 variables
33.50/8.48	c preprocessing returned UNKNOWN
33.50/8.48	c PP set 0 variables
33.50/8.48	c pp time: 8474932us (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.1 (svn: 989)

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 /var/tmp/evaluation-result-3499559-1308004476/watcher-3499559-1308004476 -o /var/tmp/evaluation-result-3499559-1308004476/solver-3499559-1308004476 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499559-1308004476.cnf 171980037 40000 31000 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.69 3.94 3.95 1/170 21033
/proc/meminfo: memFree=16300016/32950928 swapFree=67054688/67111528
[pid=21033] ppid=21031 vsize=8700 CPUtime=0 cores=0-7
/proc/21033/stat : 21033 (priss.sh) S 21031 21033 20415 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 368057032 8908800 251 33554432000 4194304 4922060 140736924496064 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21033/statm: 2175 251 211 178 0 68 0

[startup+0.0580229 s]
/proc/loadavg: 3.69 3.94 3.95 1/170 21033
/proc/meminfo: memFree=16300016/32950928 swapFree=67054688/67111528
[pid=21033] ppid=21031 vsize=8700 CPUtime=0 cores=0-7
/proc/21033/stat : 21033 (priss.sh) S 21031 21033 20415 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 368057032 8908800 251 33554432000 4194304 4922060 140736924496064 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21033/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101007 s]
/proc/loadavg: 3.69 3.94 3.95 1/170 21033
/proc/meminfo: memFree=16300016/32950928 swapFree=67054688/67111528
[pid=21033] ppid=21031 vsize=8700 CPUtime=0 cores=0-7
/proc/21033/stat : 21033 (priss.sh) S 21031 21033 20415 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 368057032 8908800 251 33554432000 4194304 4922060 140736924496064 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21033/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300982 s]
/proc/loadavg: 3.69 3.94 3.95 1/170 21033
/proc/meminfo: memFree=16300016/32950928 swapFree=67054688/67111528
[pid=21033] ppid=21031 vsize=8700 CPUtime=0 cores=0-7
/proc/21033/stat : 21033 (priss.sh) S 21031 21033 20415 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 368057032 8908800 251 33554432000 4194304 4922060 140736924496064 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21033/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700904 s]
/proc/loadavg: 3.69 3.94 3.95 1/170 21033
/proc/meminfo: memFree=16300016/32950928 swapFree=67054688/67111528
[pid=21033] ppid=21031 vsize=8700 CPUtime=0 cores=0-7
/proc/21033/stat : 21033 (priss.sh) S 21031 21033 20415 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 368057032 8908800 251 33554432000 4194304 4922060 140736924496064 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21033/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50076 s]
/proc/loadavg: 3.69 3.94 3.95 5/176 21039
/proc/meminfo: memFree=16276308/32950928 swapFree=67054688/67111528
[pid=21033] ppid=21031 vsize=8700 CPUtime=0 cores=0-7
/proc/21033/stat : 21033 (priss.sh) S 21031 21033 20415 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 368057032 8908800 251 33554432000 4194304 4922060 140736924496064 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21033/statm: 2175 251 211 178 0 68 0
[pid=21034] ppid=21033 vsize=275300 CPUtime=5.94 cores=0-7
/proc/21034/stat : 21034 (priss) S 21033 21033 20415 0 -1 4202496 7539 0 0 0 593 1 0 0 25 0 5 0 368057032 281907200 6646 33554432000 4194304 5787044 140736829412944 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/21034/statm: 68825 6646 405 389 0 64575 0
[pid=21034/tid=21036] ppid=21033 vsize=275300 CPUtime=1.47 cores=0-7
/proc/21034/task/21036/stat : 21036 (priss) R 21033 21033 20415 0 -1 4202560 1390 0 0 0 147 0 0 0 18 0 5 0 368057032 281907200 6646 33554432000 4194304 5787044 140736829412944 18446744073709551615 5591653 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21034/tid=21037] ppid=21033 vsize=275300 CPUtime=1.47 cores=0-7
/proc/21034/task/21037/stat : 21037 (priss) R 21033 21033 20415 0 -1 4202560 1303 0 0 0 147 0 0 0 18 0 5 0 368057032 281907200 6646 33554432000 4194304 5787044 140736829412944 18446744073709551615 5591289 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21034/tid=21038] ppid=21033 vsize=275300 CPUtime=1.49 cores=0-7
/proc/21034/task/21038/stat : 21038 (priss) R 21033 21033 20415 0 -1 4202560 1334 0 0 0 149 0 0 0 25 0 5 0 368057032 281907200 6646 33554432000 4194304 5787044 140736829412944 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21034/tid=21039] ppid=21033 vsize=275300 CPUtime=1.49 cores=0-7
/proc/21034/task/21039/stat : 21039 (priss) R 21033 21033 20415 0 -1 4202560 2011 0 0 0 149 0 0 0 19 0 5 0 368057032 281907200 6646 33554432000 4194304 5787044 140736829412944 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 284000

[startup+3.10049 s]
/proc/loadavg: 3.69 3.94 3.95 5/176 21039
/proc/meminfo: memFree=16273256/32950928 swapFree=67054688/67111528
[pid=21033] ppid=21031 vsize=8700 CPUtime=0 cores=0-7
/proc/21033/stat : 21033 (priss.sh) S 21031 21033 20415 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 368057032 8908800 251 33554432000 4194304 4922060 140736924496064 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21033/statm: 2175 251 211 178 0 68 0
[pid=21034] ppid=21033 vsize=275996 CPUtime=12.33 cores=0-7
/proc/21034/stat : 21034 (priss) S 21033 21033 20415 0 -1 4202496 8252 0 0 0 1230 3 0 0 25 0 5 0 368057032 282619904 7359 33554432000 4194304 5787044 140736829412944 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/21034/statm: 68999 7359 405 389 0 64749 0
[pid=21034/tid=21036] ppid=21033 vsize=275996 CPUtime=3.07 cores=0-7
/proc/21034/task/21036/stat : 21036 (priss) R 21033 21033 20415 0 -1 4202560 1594 0 0 0 307 0 0 0 18 0 5 0 368057032 282619904 7359 33554432000 4194304 5787044 140736829412944 18446744073709551615 218880226337 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21034/tid=21037] ppid=21033 vsize=275996 CPUtime=3.06 cores=0-7
/proc/21034/task/21037/stat : 21037 (priss) R 21033 21033 20415 0 -1 4202560 1656 0 0 0 304 2 0 0 18 0 5 0 368057032 282619904 7359 33554432000 4194304 5787044 140736829412944 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21034/tid=21038] ppid=21033 vsize=275996 CPUtime=3.09 cores=0-7
/proc/21034/task/21038/stat : 21038 (priss) R 21033 21033 20415 0 -1 4202560 1490 0 0 0 309 0 0 0 25 0 5 0 368057032 282619904 7359 33554432000 4194304 5787044 140736829412944 18446744073709551615 5591280 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21034/tid=21039] ppid=21033 vsize=275996 CPUtime=3.09 cores=0-7
/proc/21034/task/21039/stat : 21039 (priss) R 21033 21033 20415 0 -1 4202560 2011 0 0 0 309 0 0 0 25 0 5 0 368057032 282619904 7359 33554432000 4194304 5787044 140736829412944 18446744073709551615 218880259048 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 284696

[startup+6.30092 s]
/proc/loadavg: 3.71 3.94 3.95 5/176 21039
/proc/meminfo: memFree=16267496/32950928 swapFree=67054688/67111528
[pid=21033] ppid=21031 vsize=8700 CPUtime=0 cores=0-7
/proc/21033/stat : 21033 (priss.sh) S 21031 21033 20415 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 368057032 8908800 251 33554432000 4194304 4922060 140736924496064 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21033/statm: 2175 251 211 178 0 68 0
[pid=21034] ppid=21033 vsize=277784 CPUtime=25.12 cores=0-7
/proc/21034/stat : 21034 (priss) S 21033 21033 20415 0 -1 4202496 9713 0 0 0 2505 7 0 0 25 0 5 0 368057032 284450816 8820 33554432000 4194304 5787044 140736829412944 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/21034/statm: 69446 8820 405 389 0 65196 0
[pid=21034/tid=21036] ppid=21033 vsize=277784 CPUtime=6.27 cores=0-7
/proc/21034/task/21036/stat : 21036 (priss) R 21033 21033 20415 0 -1 4202560 2096 0 0 0 626 1 0 0 18 0 5 0 368057032 284450816 8820 33554432000 4194304 5787044 140736829412944 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21034/tid=21037] ppid=21033 vsize=277784 CPUtime=6.25 cores=0-7
/proc/21034/task/21037/stat : 21037 (priss) R 21033 21033 20415 0 -1 4202560 2224 0 0 0 620 5 0 0 18 0 5 0 368057032 284450816 8820 33554432000 4194304 5787044 140736829412944 18446744073709551615 5591833 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21034/tid=21038] ppid=21033 vsize=277784 CPUtime=6.28 cores=0-7
/proc/21034/task/21038/stat : 21038 (priss) R 21033 21033 20415 0 -1 4202560 1881 0 0 0 628 0 0 0 25 0 5 0 368057032 284450816 8820 33554432000 4194304 5787044 140736829412944 18446744073709551615 5591573 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21034/tid=21039] ppid=21033 vsize=277784 CPUtime=6.29 cores=0-7
/proc/21034/task/21039/stat : 21039 (priss) R 21033 21033 20415 0 -1 4202560 2011 0 0 0 629 0 0 0 25 0 5 0 368057032 284450816 8820 33554432000 4194304 5787044 140736829412944 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 286484

[startup+12.7008 s]
/proc/loadavg: 3.74 3.94 3.95 5/176 21040
/proc/meminfo: memFree=16252384/32950928 swapFree=67054688/67111528
[pid=21033] ppid=21031 vsize=8700 CPUtime=0 cores=0-7
/proc/21033/stat : 21033 (priss.sh) S 21031 21033 20415 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 368057032 8908800 251 33554432000 4194304 4922060 140736924496064 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21033/statm: 2175 251 211 178 0 68 0
[pid=21034] ppid=21033 vsize=286804 CPUtime=50.68 cores=0-7
/proc/21034/stat : 21034 (priss) S 21033 21033 20415 0 -1 4202496 14191 0 0 0 5057 11 0 0 25 0 5 0 368057032 293687296 12594 33554432000 4194304 5787044 140736829412944 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/21034/statm: 71701 12594 419 389 0 67451 0
[pid=21034/tid=21036] ppid=21033 vsize=286804 CPUtime=12.66 cores=0-7
/proc/21034/task/21036/stat : 21036 (priss) R 21033 21033 20415 0 -1 4202560 2643 0 0 0 1265 1 0 0 18 0 5 0 368057032 293687296 12594 33554432000 4194304 5787044 140736829412944 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21034/tid=21037] ppid=21033 vsize=286804 CPUtime=12.62 cores=0-7
/proc/21034/task/21037/stat : 21037 (priss) R 21033 21033 20415 0 -1 4202560 2860 0 0 0 1255 7 0 0 20 0 5 0 368057032 293687296 12594 33554432000 4194304 5787044 140736829412944 18446744073709551615 4229595 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21034/tid=21038] ppid=21033 vsize=286804 CPUtime=12.68 cores=0-7
/proc/21034/task/21038/stat : 21038 (priss) R 21033 21033 20415 0 -1 4202560 2453 0 0 0 1267 1 0 0 25 0 5 0 368057032 293687296 12594 33554432000 4194304 5787044 140736829412944 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21034/tid=21039] ppid=21033 vsize=286804 CPUtime=12.68 cores=0-7
/proc/21034/task/21039/stat : 21039 (priss) R 21033 21033 20415 0 -1 4202560 4734 0 0 0 1268 0 0 0 18 0 5 0 368057032 293687296 12594 33554432000 4194304 5787044 140736829412944 18446744073709551615 4220527 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 295504

[startup+25.5006 s]
/proc/loadavg: 3.79 3.94 3.95 5/176 21040
/proc/meminfo: memFree=16234556/32950928 swapFree=67054688/67111528
[pid=21033] ppid=21031 vsize=8700 CPUtime=0 cores=0-7
/proc/21033/stat : 21033 (priss.sh) S 21031 21033 20415 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 368057032 8908800 251 33554432000 4194304 4922060 140736924496064 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21033/statm: 2175 251 211 178 0 68 0
[pid=21034] ppid=21033 vsize=293832 CPUtime=101.85 cores=0-7
/proc/21034/stat : 21034 (priss) S 21033 21033 20415 0 -1 4202496 18698 0 0 0 10167 18 0 0 25 0 5 0 368057032 300883968 17100 33554432000 4194304 5787044 140736829412944 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/21034/statm: 73458 17100 419 389 0 69208 0
[pid=21034/tid=21036] ppid=21033 vsize=293832 CPUtime=25.46 cores=0-7
/proc/21034/task/21036/stat : 21036 (priss) R 21033 21033 20415 0 -1 4202560 3152 0 0 0 2544 2 0 0 19 0 5 0 368057032 300883968 17100 33554432000 4194304 5787044 140736829412944 18446744073709551615 5591847 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21034/tid=21037] ppid=21033 vsize=293832 CPUtime=25.41 cores=0-7
/proc/21034/task/21037/stat : 21037 (priss) R 21033 21033 20415 0 -1 4202560 4005 0 0 0 2530 11 0 0 19 0 5 0 368057032 300883968 17100 33554432000 4194304 5787044 140736829412944 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21034/tid=21038] ppid=21033 vsize=293832 CPUtime=25.47 cores=0-7
/proc/21034/task/21038/stat : 21038 (priss) R 21033 21033 20415 0 -1 4202560 3136 0 0 0 2546 1 0 0 19 0 5 0 368057032 300883968 17100 33554432000 4194304 5787044 140736829412944 18446744073709551615 5591615 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21034/tid=21039] ppid=21033 vsize=293832 CPUtime=25.48 cores=0-7
/proc/21034/task/21039/stat : 21039 (priss) R 21033 21033 20415 0 -1 4202560 6904 0 0 0 2546 2 0 0 19 0 5 0 368057032 300883968 17100 33554432000 4194304 5787044 140736829412944 18446744073709551615 5527089 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.85
Current children cumulated vsize (KiB) 302532

[startup+51.1011 s]
/proc/loadavg: 3.86 3.95 3.95 5/176 21040
/proc/meminfo: memFree=16213680/32950928 swapFree=67054688/67111528
[pid=21033] ppid=21031 vsize=8700 CPUtime=0 cores=0-7
/proc/21033/stat : 21033 (priss.sh) S 21031 21033 20415 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 368057032 8908800 251 33554432000 4194304 4922060 140736924496064 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21033/statm: 2175 251 211 178 0 68 0
[pid=21034] ppid=21033 vsize=303056 CPUtime=204.22 cores=0-7
/proc/21034/stat : 21034 (priss) S 21033 21033 20415 0 -1 4202496 23859 0 0 0 20398 24 0 0 25 0 5 0 368057032 310329344 22214 33554432000 4194304 5787044 140736829412944 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/21034/statm: 75764 22214 419 389 0 71514 0
[pid=21034/tid=21036] ppid=21033 vsize=303056 CPUtime=51.06 cores=0-7
/proc/21034/task/21036/stat : 21036 (priss) R 21033 21033 20415 0 -1 4202560 5309 0 0 0 5103 3 0 0 18 0 5 0 368057032 310329344 22214 33554432000 4194304 5787044 140736829412944 18446744073709551615 5591727 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21034/tid=21037] ppid=21033 vsize=303056 CPUtime=50.98 cores=0-7
/proc/21034/task/21037/stat : 21037 (priss) R 21033 21033 20415 0 -1 4202560 5424 0 0 0 5084 14 0 0 22 0 5 0 368057032 310329344 22214 33554432000 4194304 5787044 140736829412944 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21034/tid=21038] ppid=21033 vsize=303056 CPUtime=51.07 cores=0-7
/proc/21034/task/21038/stat : 21038 (priss) R 21033 21033 20415 0 -1 4202560 3951 0 0 0 5105 2 0 0 25 0 5 0 368057032 310329344 22214 33554432000 4194304 5787044 140736829412944 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21034/tid=21039] ppid=21033 vsize=303056 CPUtime=51.07 cores=0-7
/proc/21034/task/21039/stat : 21039 (priss) R 21033 21033 20415 0 -1 4202560 7674 0 0 0 5104 3 0 0 25 0 5 0 368057032 310329344 22214 33554432000 4194304 5787044 140736829412944 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 204.22
Current children cumulated vsize (KiB) 311756

[startup+102.306 s]
/proc/loadavg: 3.94 3.95 3.95 5/176 21042
/proc/meminfo: memFree=16187116/32950928 swapFree=67054688/67111528
[pid=21033] ppid=21031 vsize=8700 CPUtime=0 cores=0-7
/proc/21033/stat : 21033 (priss.sh) S 21031 21033 20415 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 368057032 8908800 251 33554432000 4194304 4922060 140736924496064 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21033/statm: 2175 251 211 178 0 68 0
[pid=21034] ppid=21033 vsize=314796 CPUtime=409.02 cores=0-7
/proc/21034/stat : 21034 (priss) S 21033 21033 20415 0 -1 4202496 30447 0 0 0 40867 35 0 0 25 0 5 0 368057032 322351104 28692 33554432000 4194304 5787044 140736829412944 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/21034/statm: 78699 28692 419 389 0 74449 0
[pid=21034/tid=21036] ppid=21033 vsize=314796 CPUtime=102.26 cores=0-7
/proc/21034/task/21036/stat : 21036 (priss) R 21033 21033 20415 0 -1 4202560 6476 0 0 0 10222 4 0 0 22 0 5 0 368057032 322351104 28692 33554432000 4194304 5787044 140736829412944 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21034/tid=21037] ppid=21033 vsize=314796 CPUtime=102.17 cores=0-7
/proc/21034/task/21037/stat : 21037 (priss) R 21033 21033 20415 0 -1 4202560 6806 0 0 0 10197 20 0 0 25 0 5 0 368057032 322351104 28692 33554432000 4194304 5787044 140736829412944 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21034/tid=21038] ppid=21033 vsize=314796 CPUtime=102.28 cores=0-7
/proc/21034/task/21038/stat : 21038 (priss) R 21033 21033 20415 0 -1 4202560 5534 0 0 0 10225 3 0 0 25 0 5 0 368057032 322351104 28692 33554432000 4194304 5787044 140736829412944 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21034/tid=21039] ppid=21033 vsize=314796 CPUtime=102.28 cores=0-7

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

/proc/21034/task/21037/stat : 21037 (priss) R 21033 21033 20415 0 -1 4202560 46718 0 0 0 472119 95 0 0 25 0 5 0 368057032 919769088 169682 33554432000 4194304 5787044 140736829412944 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21034/tid=21038] ppid=21033 vsize=898212 CPUtime=4722.35 cores=0-7
/proc/21034/task/21038/stat : 21038 (priss) R 21033 21033 20415 0 -1 4202560 27883 0 0 0 472206 29 0 0 25 0 5 0 368057032 919769088 169682 33554432000 4194304 5787044 140736829412944 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21034/tid=21039] ppid=21033 vsize=898212 CPUtime=4722.35 cores=0-7
/proc/21034/task/21039/stat : 21039 (priss) R 21033 21033 20415 0 -1 4202560 53841 0 0 0 472173 62 0 0 25 0 5 0 368057032 919769088 169682 33554432000 4194304 5787044 140736829412944 18446744073709551615 5527150 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 18889.2
Current children cumulated vsize (KiB) 906912

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.98 5/176 21179
/proc/meminfo: memFree=15609300/32950928 swapFree=67054688/67111528
[pid=21033] ppid=21031 vsize=8700 CPUtime=0 cores=0-7
/proc/21033/stat : 21033 (priss.sh) S 21031 21033 20415 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 368057032 8908800 251 33554432000 4194304 4922060 140736924496064 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21033/statm: 2175 251 211 178 0 68 0
[pid=21034] ppid=21033 vsize=900292 CPUtime=19129.2 cores=0-7
/proc/21034/stat : 21034 (priss) S 21033 21033 20415 0 -1 4202496 178377 0 0 0 1912685 233 0 0 25 0 5 0 368057032 921899008 172269 33554432000 4194304 5787044 140736829412944 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/21034/statm: 225073 172269 419 389 0 220823 0
[pid=21034/tid=21036] ppid=21033 vsize=900292 CPUtime=4782.33 cores=0-7
/proc/21034/task/21036/stat : 21036 (priss) R 21033 21033 20415 0 -1 4202560 46310 0 0 0 478190 43 0 0 25 0 5 0 368057032 921899008 172269 33554432000 4194304 5787044 140736829412944 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21034/tid=21037] ppid=21033 vsize=900292 CPUtime=4782.13 cores=0-7
/proc/21034/task/21037/stat : 21037 (priss) R 21033 21033 20415 0 -1 4202560 47346 0 0 0 478116 97 0 0 25 0 5 0 368057032 921899008 172269 33554432000 4194304 5787044 140736829412944 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21034/tid=21038] ppid=21033 vsize=900292 CPUtime=4782.34 cores=0-7
/proc/21034/task/21038/stat : 21038 (priss) R 21033 21033 20415 0 -1 4202560 27932 0 0 0 478205 29 0 0 25 0 5 0 368057032 921899008 172269 33554432000 4194304 5787044 140736829412944 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21034/tid=21039] ppid=21033 vsize=900292 CPUtime=4782.35 cores=0-7
/proc/21034/task/21039/stat : 21039 (priss) R 21033 21033 20415 0 -1 4202560 55288 0 0 0 478172 63 0 0 25 0 5 0 368057032 921899008 172269 33554432000 4194304 5787044 140736829412944 18446744073709551615 5527087 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19129.2
Current children cumulated vsize (KiB) 908992

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.98 5/176 21180
/proc/meminfo: memFree=15600812/32950928 swapFree=67054688/67111528
[pid=21033] ppid=21031 vsize=8700 CPUtime=0 cores=0-7
/proc/21033/stat : 21033 (priss.sh) S 21031 21033 20415 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 368057032 8908800 251 33554432000 4194304 4922060 140736924496064 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21033/statm: 2175 251 211 178 0 68 0
[pid=21034] ppid=21033 vsize=907296 CPUtime=19369.2 cores=0-7
/proc/21034/stat : 21034 (priss) S 21033 21033 20415 0 -1 4202496 181523 0 0 0 1936681 238 0 0 25 0 5 0 368057032 929071104 174390 33554432000 4194304 5787044 140736829412944 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/21034/statm: 226824 174390 419 389 0 222574 0
[pid=21034/tid=21036] ppid=21033 vsize=907296 CPUtime=4842.33 cores=0-7
/proc/21034/task/21036/stat : 21036 (priss) R 21033 21033 20415 0 -1 4202560 46886 0 0 0 484189 44 0 0 25 0 5 0 368057032 929071104 174390 33554432000 4194304 5787044 140736829412944 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21034/tid=21037] ppid=21033 vsize=907296 CPUtime=4842.13 cores=0-7
/proc/21034/task/21037/stat : 21037 (priss) R 21033 21033 20415 0 -1 4202560 48202 0 0 0 484113 100 0 0 25 0 5 0 368057032 929071104 174390 33554432000 4194304 5787044 140736829412944 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21034/tid=21038] ppid=21033 vsize=907296 CPUtime=4842.34 cores=0-7
/proc/21034/task/21038/stat : 21038 (priss) R 21033 21033 20415 0 -1 4202560 27980 0 0 0 484205 29 0 0 25 0 5 0 368057032 929071104 174390 33554432000 4194304 5787044 140736829412944 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21034/tid=21039] ppid=21033 vsize=907296 CPUtime=4842.34 cores=0-7
/proc/21034/task/21039/stat : 21039 (priss) R 21033 21033 20415 0 -1 4202560 56954 0 0 0 484171 63 0 0 25 0 5 0 368057032 929071104 174390 33554432000 4194304 5787044 140736829412944 18446744073709551615 5527590 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19369.2
Current children cumulated vsize (KiB) 915996

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.98 5/176 21182
/proc/meminfo: memFree=15589984/32950928 swapFree=67054688/67111528
[pid=21033] ppid=21031 vsize=8700 CPUtime=0 cores=0-7
/proc/21033/stat : 21033 (priss.sh) S 21031 21033 20415 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 368057032 8908800 251 33554432000 4194304 4922060 140736924496064 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21033/statm: 2175 251 211 178 0 68 0
[pid=21034] ppid=21033 vsize=909824 CPUtime=19609.2 cores=0-7
/proc/21034/stat : 21034 (priss) S 21033 21033 20415 0 -1 4202496 184272 0 0 0 1960678 241 0 0 25 0 5 0 368057032 931659776 177139 33554432000 4194304 5787044 140736829412944 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/21034/statm: 227456 177139 419 389 0 223206 0
[pid=21034/tid=21036] ppid=21033 vsize=909824 CPUtime=4902.33 cores=0-7
/proc/21034/task/21036/stat : 21036 (priss) R 21033 21033 20415 0 -1 4202560 47421 0 0 0 490189 44 0 0 25 0 5 0 368057032 931659776 177139 33554432000 4194304 5787044 140736829412944 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21034/tid=21037] ppid=21033 vsize=909824 CPUtime=4902.13 cores=0-7
/proc/21034/task/21037/stat : 21037 (priss) R 21033 21033 20415 0 -1 4202560 48816 0 0 0 490111 102 0 0 25 0 5 0 368057032 931659776 177139 33554432000 4194304 5787044 140736829412944 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21034/tid=21038] ppid=21033 vsize=909824 CPUtime=4902.34 cores=0-7
/proc/21034/task/21038/stat : 21038 (priss) R 21033 21033 20415 0 -1 4202560 28038 0 0 0 490205 29 0 0 25 0 5 0 368057032 931659776 177139 33554432000 4194304 5787044 140736829412944 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21034/tid=21039] ppid=21033 vsize=909824 CPUtime=4902.35 cores=0-7
/proc/21034/task/21039/stat : 21039 (priss) R 21033 21033 20415 0 -1 4202560 58496 0 0 0 490171 64 0 0 25 0 5 0 368057032 931659776 177139 33554432000 4194304 5787044 140736829412944 18446744073709551615 5527150 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19609.2
Current children cumulated vsize (KiB) 918524

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.98 5/176 21184
/proc/meminfo: memFree=15582504/32950928 swapFree=67054688/67111528
[pid=21033] ppid=21031 vsize=8700 CPUtime=0 cores=0-7
/proc/21033/stat : 21033 (priss.sh) S 21031 21033 20415 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 368057032 8908800 251 33554432000 4194304 4922060 140736924496064 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21033/statm: 2175 251 211 178 0 68 0
[pid=21034] ppid=21033 vsize=913568 CPUtime=19849.2 cores=0-7
/proc/21034/stat : 21034 (priss) S 21033 21033 20415 0 -1 4202496 186097 0 0 0 1984675 244 0 0 25 0 5 0 368057032 935493632 178964 33554432000 4194304 5787044 140736829412944 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/21034/statm: 228392 178964 419 389 0 224142 0
[pid=21034/tid=21036] ppid=21033 vsize=913568 CPUtime=4962.33 cores=0-7
/proc/21034/task/21036/stat : 21036 (priss) R 21033 21033 20415 0 -1 4202560 48188 0 0 0 496188 45 0 0 25 0 5 0 368057032 935493632 178964 33554432000 4194304 5787044 140736829412944 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21034/tid=21037] ppid=21033 vsize=913568 CPUtime=4962.13 cores=0-7
/proc/21034/task/21037/stat : 21037 (priss) R 21033 21033 20415 0 -1 4202560 49375 0 0 0 496109 104 0 0 25 0 5 0 368057032 935493632 178964 33554432000 4194304 5787044 140736829412944 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21034/tid=21038] ppid=21033 vsize=913568 CPUtime=4962.34 cores=0-7
/proc/21034/task/21038/stat : 21038 (priss) R 21033 21033 20415 0 -1 4202560 28070 0 0 0 496205 29 0 0 25 0 5 0 368057032 935493632 178964 33554432000 4194304 5787044 140736829412944 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21034/tid=21039] ppid=21033 vsize=913568 CPUtime=4962.35 cores=0-7
/proc/21034/task/21039/stat : 21039 (priss) R 21033 21033 20415 0 -1 4202560 58963 0 0 0 496171 64 0 0 25 0 5 0 368057032 935493632 178964 33554432000 4194304 5787044 140736829412944 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19849.2
Current children cumulated vsize (KiB) 922268

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 3.98 5/176 21185
/proc/meminfo: memFree=15570936/32950928 swapFree=67054688/67111528
[pid=21033] ppid=21031 vsize=8700 CPUtime=0 cores=0-7
/proc/21033/stat : 21033 (priss.sh) S 21031 21033 20415 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 368057032 8908800 251 33554432000 4194304 4922060 140736924496064 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21033/statm: 2175 251 211 178 0 68 0
[pid=21034] ppid=21033 vsize=916292 CPUtime=20089.2 cores=0-7
/proc/21034/stat : 21034 (priss) S 21033 21033 20415 0 -1 4202496 189031 0 0 0 2008673 248 0 0 25 0 5 0 368057032 938283008 181898 33554432000 4194304 5787044 140736829412944 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/21034/statm: 229073 181898 419 389 0 224823 0
[pid=21034/tid=21036] ppid=21033 vsize=916292 CPUtime=5022.34 cores=0-7
/proc/21034/task/21036/stat : 21036 (priss) R 21033 21033 20415 0 -1 4202560 48764 0 0 0 502188 46 0 0 25 0 5 0 368057032 938283008 181898 33554432000 4194304 5787044 140736829412944 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21034/tid=21037] ppid=21033 vsize=916292 CPUtime=5022.13 cores=0-7
/proc/21034/task/21037/stat : 21037 (priss) R 21033 21033 20415 0 -1 4202560 50043 0 0 0 502107 106 0 0 25 0 5 0 368057032 938283008 181898 33554432000 4194304 5787044 140736829412944 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21034/tid=21038] ppid=21033 vsize=916292 CPUtime=5022.34 cores=0-7
/proc/21034/task/21038/stat : 21038 (priss) R 21033 21033 20415 0 -1 4202560 28198 0 0 0 502205 29 0 0 25 0 5 0 368057032 938283008 181898 33554432000 4194304 5787044 140736829412944 18446744073709551615 5591760 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21034/tid=21039] ppid=21033 vsize=916292 CPUtime=5022.35 cores=0-7
/proc/21034/task/21039/stat : 21039 (priss) R 21033 21033 20415 0 -1 4202560 60525 0 0 0 502170 65 0 0 25 0 5 0 368057032 938283008 181898 33554432000 4194304 5787044 140736829412944 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 20089.2
Current children cumulated vsize (KiB) 924992

[startup+5082.3 s]
/proc/loadavg: 4.03 4.01 3.98 5/176 21187
/proc/meminfo: memFree=15562588/32950928 swapFree=67054688/67111528
[pid=21033] ppid=21031 vsize=8700 CPUtime=0 cores=0-7
/proc/21033/stat : 21033 (priss.sh) S 21031 21033 20415 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 368057032 8908800 251 33554432000 4194304 4922060 140736924496064 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21033/statm: 2175 251 211 178 0 68 0
[pid=21034] ppid=21033 vsize=917524 CPUtime=20329.2 cores=0-7
/proc/21034/stat : 21034 (priss) S 21033 21033 20415 0 -1 4202496 191067 0 0 0 2032669 252 0 0 25 0 5 0 368057032 939544576 183934 33554432000 4194304 5787044 140736829412944 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/21034/statm: 229381 183934 419 389 0 225131 0
[pid=21034/tid=21036] ppid=21033 vsize=917524 CPUtime=5082.34 cores=0-7
/proc/21034/task/21036/stat : 21036 (priss) R 21033 21033 20415 0 -1 4202560 49196 0 0 0 508188 46 0 0 25 0 5 0 368057032 939544576 183934 33554432000 4194304 5787044 140736829412944 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21034/tid=21037] ppid=21033 vsize=917524 CPUtime=5082.13 cores=0-7
/proc/21034/task/21037/stat : 21037 (priss) R 21033 21033 20415 0 -1 4202560 50667 0 0 0 508104 109 0 0 25 0 5 0 368057032 939544576 183934 33554432000 4194304 5787044 140736829412944 18446744073709551615 5591734 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21034/tid=21038] ppid=21033 vsize=917524 CPUtime=5082.34 cores=0-7
/proc/21034/task/21038/stat : 21038 (priss) R 21033 21033 20415 0 -1 4202560 28600 0 0 0 508205 29 0 0 25 0 5 0 368057032 939544576 183934 33554432000 4194304 5787044 140736829412944 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21034/tid=21039] ppid=21033 vsize=917524 CPUtime=5082.36 cores=0-7
/proc/21034/task/21039/stat : 21039 (priss) R 21033 21033 20415 0 -1 4202560 61103 0 0 0 508170 66 0 0 25 0 5 0 368057032 939544576 183934 33554432000 4194304 5787044 140736829412944 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 20329.2
Current children cumulated vsize (KiB) 926224



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.02 4.01 3.98 5/176 21187
/proc/meminfo: memFree=15559968/32950928 swapFree=67054688/67111528
[pid=21033] ppid=21031 vsize=8700 CPUtime=0 cores=0-7
/proc/21033/stat : 21033 (priss.sh) S 21031 21033 20415 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 368057032 8908800 251 33554432000 4194304 4922060 140736924496064 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21033/statm: 2175 251 211 178 0 68 0
[pid=21034] ppid=21033 vsize=918240 CPUtime=20400 cores=0-7
/proc/21034/stat : 21034 (priss) S 21033 21033 20415 0 -1 4202496 191718 0 0 0 2039750 253 0 0 25 0 5 0 368057032 940277760 184585 33554432000 4194304 5787044 140736829412944 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/21034/statm: 229560 184585 419 389 0 225310 0
[pid=21034/tid=21036] ppid=21033 vsize=918240 CPUtime=5100.04 cores=0-7
/proc/21034/task/21036/stat : 21036 (priss) R 21033 21033 20415 0 -1 4202560 49374 0 0 0 509958 46 0 0 25 0 5 0 368057032 940277760 184585 33554432000 4194304 5787044 140736829412944 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21034/tid=21037] ppid=21033 vsize=918240 CPUtime=5099.84 cores=0-7
/proc/21034/task/21037/stat : 21037 (priss) R 21033 21033 20415 0 -1 4202560 50743 0 0 0 509874 110 0 0 25 0 5 0 368057032 940277760 184585 33554432000 4194304 5787044 140736829412944 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21034/tid=21038] ppid=21033 vsize=918240 CPUtime=5100.05 cores=0-7
/proc/21034/task/21038/stat : 21038 (priss) R 21033 21033 20415 0 -1 4202560 28706 0 0 0 509976 29 0 0 25 0 5 0 368057032 940277760 184585 33554432000 4194304 5787044 140736829412944 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21034/tid=21039] ppid=21033 vsize=918240 CPUtime=5100.06 cores=0-7
/proc/21034/task/21039/stat : 21039 (priss) R 21033 21033 20415 0 -1 4202560 61394 0 0 0 509940 66 0 0 25 0 5 0 368057032 940277760 184585 33554432000 4194304 5787044 140736829412944 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 20400
Current children cumulated vsize (KiB) 926940

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 21033 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=999
# CPU time returned by wait4() is 0.001998
# while last known CPU time is 20400
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5100.02
CPU time (s): 20400
CPU user time (s): 20397.5
CPU system time (s): 2.53
CPU usage (%): 399.999
Max. virtual memory (cumulated for all children) (KiB): 926940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
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= 5
involuntary context switches= 4

runsolver used 8.20075 second user time and 19.586 second system time

The end

Launcher Data

Begin job on node112 at 2011-06-14 00:34:36
IDJOB=3499559
IDBENCH=84021
IDSOLVER=1994
FILE ID=node112/3499559-1308004476
RUNJOBID= node112-1307989168-20429
PBS_JOBID= 13559824
Free space on /var/tmp= 2816 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT03/handmade/stanion/hwb/hwb-n32-02-S1478512323.shuffled-as.sat03-1638.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3499559-1308004476/watcher-3499559-1308004476 -o /var/tmp/evaluation-result-3499559-1308004476/solver-3499559-1308004476 -C 40000 -W 5100 -M 31000  HOME/priss.sh HOME HOME/instance-3499559-1308004476.cnf 171980037 40000 31000 8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 1d86c7f9cd05c5f2ab070520d802c8e1
RANDOM SEED=171980037

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      16300064 kB
Buffers:        103696 kB
Cached:       15947536 kB
SwapCached:      10444 kB
Active:         729620 kB
Inactive:     15339196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      16300064 kB
SwapTotal:    67111528 kB
SwapFree:     67054688 kB
Dirty:            1616 kB
Writeback:           0 kB
AnonPages:       15184 kB
Mapped:           8696 kB
Slab:           517256 kB
PageTables:       4508 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   184552 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 /var/tmp at the end= 2816 MiB
End job on node112 at 2011-06-14 01:59:38