Trace number 3499593

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

NameSAT04/handmade/hirsch03/
hgen8-n320-01-S1432474240.shuffled-as.sat03-890.used-as.sat04-841.cnf
MD5SUMf97e40b22ad62886042ca9677daf337d
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 variables260
Number of clauses486
Sum of the clauses size1102
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2421
Number of clauses of size 30
Number of clauses of size 465
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: 32625
0.00/0.00	c parsetime: 173us
0.00/0.00	c parsed 486 clauses with 260 variables
0.00/0.00	c NW started thread 0 successfully (1111599424)
0.00/0.00	c NW started thread 1 successfully (1122089280)
0.00/0.00	c NW started thread 2 successfully (1132579136)
0.00/0.00	c NW started thread 3 successfully (1086638400)
0.00/0.47	c preprocessor returned 10050 variables
0.00/0.47	c preprocessing returned UNKNOWN
0.00/0.47	c PP set 0 variables
0.00/0.47	c pp time: 468743us (0s)
0.00/0.47	c preprocessor returned 10050 variables
0.00/0.47	c preprocessing returned UNKNOWN
0.00/0.47	c PP set 0 variables
0.00/0.47	c pp time: 469962us (0s)
0.00/0.47	c preprocessor returned 10050 variables
0.00/0.47	c preprocessing returned UNKNOWN
0.00/0.47	c PP set 0 variables
0.00/0.47	c pp time: 469200us (0s)
19.57/4.95	c preprocessor returned 30056 variables
19.57/4.95	c preprocessing returned UNKNOWN
19.57/4.95	c PP set 0 variables
19.57/4.95	c pp time: 4944716us (4s)

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 /tmp/evaluation-result-3499593-1308006579/watcher-3499593-1308006579 -o /tmp/evaluation-result-3499593-1308006579/solver-3499593-1308006579 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499593-1308006579.cnf 2038692535 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.68 3.93 3.95 3/170 32624
/proc/meminfo: memFree=32178792/32951124 swapFree=67052812/67111528
[pid=32624] ppid=32622 vsize=8700 CPUtime=0 cores=0-7
/proc/32624/stat : 32624 (priss.sh) S 32622 32624 31871 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 912260503 8908800 251 33554432000 4194304 4922060 140735245393344 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32624/statm: 2175 251 211 178 0 68 0

[startup+0.093751 s]
/proc/loadavg: 3.68 3.93 3.95 3/170 32624
/proc/meminfo: memFree=32178792/32951124 swapFree=67052812/67111528
[pid=32624] ppid=32622 vsize=8700 CPUtime=0 cores=0-7
/proc/32624/stat : 32624 (priss.sh) S 32622 32624 31871 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 912260503 8908800 251 33554432000 4194304 4922060 140735245393344 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32624/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100709 s]
/proc/loadavg: 3.68 3.93 3.95 3/170 32624
/proc/meminfo: memFree=32178792/32951124 swapFree=67052812/67111528
[pid=32624] ppid=32622 vsize=8700 CPUtime=0 cores=0-7
/proc/32624/stat : 32624 (priss.sh) S 32622 32624 31871 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 912260503 8908800 251 33554432000 4194304 4922060 140735245393344 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32624/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300676 s]
/proc/loadavg: 3.68 3.93 3.95 3/170 32624
/proc/meminfo: memFree=32178792/32951124 swapFree=67052812/67111528
[pid=32624] ppid=32622 vsize=8700 CPUtime=0 cores=0-7
/proc/32624/stat : 32624 (priss.sh) S 32622 32624 31871 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 912260503 8908800 251 33554432000 4194304 4922060 140735245393344 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32624/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700604 s]
/proc/loadavg: 3.68 3.93 3.95 3/170 32624
/proc/meminfo: memFree=32178792/32951124 swapFree=67052812/67111528
[pid=32624] ppid=32622 vsize=8700 CPUtime=0 cores=0-7
/proc/32624/stat : 32624 (priss.sh) S 32622 32624 31871 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 912260503 8908800 251 33554432000 4194304 4922060 140735245393344 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32624/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50046 s]
/proc/loadavg: 3.68 3.93 3.95 5/176 32630
/proc/meminfo: memFree=32154400/32951124 swapFree=67052812/67111528
[pid=32624] ppid=32622 vsize=8700 CPUtime=0 cores=0-7
/proc/32624/stat : 32624 (priss.sh) S 32622 32624 31871 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 912260503 8908800 251 33554432000 4194304 4922060 140735245393344 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32624/statm: 2175 251 211 178 0 68 0
[pid=32625] ppid=32624 vsize=211856 CPUtime=5.96 cores=0-7
/proc/32625/stat : 32625 (priss) S 32624 32624 31871 0 -1 4202496 8016 0 0 0 593 3 0 0 25 0 5 0 912260504 216940544 7063 33554432000 4194304 5787044 140734356071264 18446744073709551615 216646338993 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/32625/statm: 52964 7063 404 389 0 48714 0
[pid=32625/tid=32626] ppid=32624 vsize=211856 CPUtime=1.49 cores=0-7
/proc/32625/task/32626/stat : 32626 (priss) R 32624 32624 31871 0 -1 4202560 1661 0 0 0 148 1 0 0 18 0 5 0 912260504 216940544 7063 33554432000 4194304 5787044 140734356071264 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32625/tid=32627] ppid=32624 vsize=211856 CPUtime=1.48 cores=0-7
/proc/32625/task/32627/stat : 32627 (priss) R 32624 32624 31871 0 -1 4202560 1605 0 0 0 148 0 0 0 18 0 5 0 912260504 216940544 7063 33554432000 4194304 5787044 140734356071264 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32625/tid=32628] ppid=32624 vsize=211856 CPUtime=1.48 cores=0-7
/proc/32625/task/32628/stat : 32628 (priss) R 32624 32624 31871 0 -1 4202560 1230 0 0 0 148 0 0 0 18 0 5 0 912260504 216940544 7063 33554432000 4194304 5787044 140734356071264 18446744073709551615 5588291 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32625/tid=32630] ppid=32624 vsize=211856 CPUtime=1.48 cores=0-7
/proc/32625/task/32630/stat : 32630 (priss) R 32624 32624 31871 0 -1 4202560 2024 0 0 0 148 0 0 0 25 0 5 0 912260504 216940544 7063 33554432000 4194304 5787044 140734356071264 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 220556

[startup+3.10118 s]
/proc/loadavg: 3.68 3.93 3.95 5/176 32630
/proc/meminfo: memFree=32150432/32951124 swapFree=67052812/67111528
[pid=32624] ppid=32622 vsize=8700 CPUtime=0 cores=0-7
/proc/32624/stat : 32624 (priss.sh) S 32622 32624 31871 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 912260503 8908800 251 33554432000 4194304 4922060 140735245393344 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32624/statm: 2175 251 211 178 0 68 0
[pid=32625] ppid=32624 vsize=213160 CPUtime=12.37 cores=0-7
/proc/32625/stat : 32625 (priss) S 32624 32624 31871 0 -1 4202496 8973 0 0 0 1232 5 0 0 25 0 5 0 912260504 218275840 8020 33554432000 4194304 5787044 140734356071264 18446744073709551615 216646338993 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/32625/statm: 53290 8020 404 389 0 49040 0
[pid=32625/tid=32626] ppid=32624 vsize=213160 CPUtime=3.08 cores=0-7
/proc/32625/task/32626/stat : 32626 (priss) R 32624 32624 31871 0 -1 4202560 1979 0 0 0 307 1 0 0 18 0 5 0 912260504 218275840 8020 33554432000 4194304 5787044 140734356071264 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32625/tid=32627] ppid=32624 vsize=213160 CPUtime=3.09 cores=0-7
/proc/32625/task/32627/stat : 32627 (priss) R 32624 32624 31871 0 -1 4202560 1909 0 0 0 308 1 0 0 18 0 5 0 912260504 218275840 8020 33554432000 4194304 5787044 140734356071264 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32625/tid=32628] ppid=32624 vsize=213160 CPUtime=3.09 cores=0-7
/proc/32625/task/32628/stat : 32628 (priss) R 32624 32624 31871 0 -1 4202560 1565 0 0 0 308 1 0 0 18 0 5 0 912260504 218275840 8020 33554432000 4194304 5787044 140734356071264 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32625/tid=32630] ppid=32624 vsize=213160 CPUtime=3.08 cores=0-7
/proc/32625/task/32630/stat : 32630 (priss) R 32624 32624 31871 0 -1 4202560 2024 0 0 0 308 0 0 0 25 0 5 0 912260504 218275840 8020 33554432000 4194304 5787044 140734356071264 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 221860

[startup+6.30062 s]
/proc/loadavg: 3.70 3.93 3.95 5/176 32631
/proc/meminfo: memFree=32141612/32951124 swapFree=67052812/67111528
[pid=32624] ppid=32622 vsize=8700 CPUtime=0 cores=0-7
/proc/32624/stat : 32624 (priss.sh) S 32622 32624 31871 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 912260503 8908800 251 33554432000 4194304 4922060 140735245393344 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32624/statm: 2175 251 211 178 0 68 0
[pid=32625] ppid=32624 vsize=216376 CPUtime=25.15 cores=0-7
/proc/32625/stat : 32625 (priss) S 32624 32624 31871 0 -1 4202496 12411 0 0 0 2507 8 0 0 25 0 5 0 912260504 221569024 10493 33554432000 4194304 5787044 140734356071264 18446744073709551615 216646338993 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/32625/statm: 54094 10493 417 389 0 49844 0
[pid=32625/tid=32626] ppid=32624 vsize=216376 CPUtime=6.28 cores=0-7
/proc/32625/task/32626/stat : 32626 (priss) R 32624 32624 31871 0 -1 4202560 2463 0 0 0 625 3 0 0 18 0 5 0 912260504 221569024 10493 33554432000 4194304 5787044 140734356071264 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32625/tid=32627] ppid=32624 vsize=216376 CPUtime=6.28 cores=0-7
/proc/32625/task/32627/stat : 32627 (priss) R 32624 32624 31871 0 -1 4202560 2433 0 0 0 627 1 0 0 18 0 5 0 912260504 221569024 10493 33554432000 4194304 5787044 140734356071264 18446744073709551615 5586651 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32625/tid=32628] ppid=32624 vsize=216376 CPUtime=6.28 cores=0-7
/proc/32625/task/32628/stat : 32628 (priss) R 32624 32624 31871 0 -1 4202560 2036 0 0 0 627 1 0 0 18 0 5 0 912260504 221569024 10493 33554432000 4194304 5787044 140734356071264 18446744073709551615 5591666 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32625/tid=32630] ppid=32624 vsize=216376 CPUtime=6.28 cores=0-7
/proc/32625/task/32630/stat : 32630 (priss) R 32624 32624 31871 0 -1 4202560 3983 0 0 0 627 1 0 0 18 0 5 0 912260504 221569024 10493 33554432000 4194304 5787044 140734356071264 18446744073709551615 216634620447 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 225076

[startup+12.7005 s]
/proc/loadavg: 3.73 3.94 3.95 5/176 32631
/proc/meminfo: memFree=32128032/32951124 swapFree=67052812/67111528
[pid=32624] ppid=32622 vsize=8700 CPUtime=0 cores=0-7
/proc/32624/stat : 32624 (priss.sh) S 32622 32624 31871 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 912260503 8908800 251 33554432000 4194304 4922060 140735245393344 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32624/statm: 2175 251 211 178 0 68 0
[pid=32625] ppid=32624 vsize=223044 CPUtime=50.72 cores=0-7
/proc/32625/stat : 32625 (priss) S 32624 32624 31871 0 -1 4202496 15715 0 0 0 5057 15 0 0 25 0 5 0 912260504 228397056 13797 33554432000 4194304 5787044 140734356071264 18446744073709551615 216646338993 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/32625/statm: 55761 13797 417 389 0 51511 0
[pid=32625/tid=32626] ppid=32624 vsize=223044 CPUtime=12.67 cores=0-7
/proc/32625/task/32626/stat : 32626 (priss) R 32624 32624 31871 0 -1 4202560 2976 0 0 0 1262 5 0 0 19 0 5 0 912260504 228397056 13797 33554432000 4194304 5787044 140734356071264 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32625/tid=32627] ppid=32624 vsize=223044 CPUtime=12.67 cores=0-7
/proc/32625/task/32627/stat : 32627 (priss) R 32624 32624 31871 0 -1 4202560 2979 0 0 0 1264 3 0 0 23 0 5 0 912260504 228397056 13797 33554432000 4194304 5787044 140734356071264 18446744073709551615 5591573 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32625/tid=32628] ppid=32624 vsize=223044 CPUtime=12.67 cores=0-7
/proc/32625/task/32628/stat : 32628 (priss) R 32624 32624 31871 0 -1 4202560 2624 0 0 0 1264 3 0 0 18 0 5 0 912260504 228397056 13797 33554432000 4194304 5787044 140734356071264 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32625/tid=32630] ppid=32624 vsize=223044 CPUtime=12.67 cores=0-7
/proc/32625/task/32630/stat : 32630 (priss) R 32624 32624 31871 0 -1 4202560 5640 0 0 0 1265 2 0 0 18 0 5 0 912260504 228397056 13797 33554432000 4194304 5787044 140734356071264 18446744073709551615 5528716 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 231744

[startup+25.5012 s]
/proc/loadavg: 3.79 3.94 3.95 5/176 32631
/proc/meminfo: memFree=32105840/32951124 swapFree=67052812/67111528
[pid=32624] ppid=32622 vsize=8700 CPUtime=0 cores=0-7
/proc/32624/stat : 32624 (priss.sh) S 32622 32624 31871 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 912260503 8908800 251 33554432000 4194304 4922060 140735245393344 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32624/statm: 2175 251 211 178 0 68 0
[pid=32625] ppid=32624 vsize=233800 CPUtime=101.88 cores=0-7
/proc/32625/stat : 32625 (priss) S 32624 32624 31871 0 -1 4202496 21428 0 0 0 10163 25 0 0 25 0 5 0 912260504 239411200 19508 33554432000 4194304 5787044 140734356071264 18446744073709551615 216646338993 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/32625/statm: 58450 19508 417 389 0 54200 0
[pid=32625/tid=32626] ppid=32624 vsize=233800 CPUtime=25.46 cores=0-7
/proc/32625/task/32626/stat : 32626 (priss) R 32624 32624 31871 0 -1 4202560 4262 0 0 0 2538 8 0 0 19 0 5 0 912260504 239411200 19508 33554432000 4194304 5787044 140734356071264 18446744073709551615 216634213331 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32625/tid=32627] ppid=32624 vsize=233800 CPUtime=25.46 cores=0-7
/proc/32625/task/32627/stat : 32627 (priss) R 32624 32624 31871 0 -1 4202560 4244 0 0 0 2540 6 0 0 18 0 5 0 912260504 239411200 19508 33554432000 4194304 5787044 140734356071264 18446744073709551615 4220317 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32625/tid=32628] ppid=32624 vsize=233800 CPUtime=25.46 cores=0-7
/proc/32625/task/32628/stat : 32628 (priss) R 32624 32624 31871 0 -1 4202560 4900 0 0 0 2541 5 0 0 18 0 5 0 912260504 239411200 19508 33554432000 4194304 5787044 140734356071264 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32625/tid=32630] ppid=32624 vsize=233800 CPUtime=25.47 cores=0-7
/proc/32625/task/32630/stat : 32630 (priss) R 32624 32624 31871 0 -1 4202560 6526 0 0 0 2542 5 0 0 18 0 5 0 912260504 239411200 19508 33554432000 4194304 5787044 140734356071264 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.88
Current children cumulated vsize (KiB) 242500

[startup+51.1007 s]
/proc/loadavg: 3.86 3.94 3.95 5/176 32632
/proc/meminfo: memFree=32082864/32951124 swapFree=67052812/67111528
[pid=32624] ppid=32622 vsize=8700 CPUtime=0 cores=0-7
/proc/32624/stat : 32624 (priss.sh) S 32622 32624 31871 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 912260503 8908800 251 33554432000 4194304 4922060 140735245393344 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32624/statm: 2175 251 211 178 0 68 0
[pid=32625] ppid=32624 vsize=244172 CPUtime=204.24 cores=0-7
/proc/32625/stat : 32625 (priss) S 32624 32624 31871 0 -1 4202496 27197 0 0 0 20389 35 0 0 25 0 5 0 912260504 250032128 25255 33554432000 4194304 5787044 140734356071264 18446744073709551615 216646338993 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/32625/statm: 61043 25255 417 389 0 56793 0
[pid=32625/tid=32626] ppid=32624 vsize=244172 CPUtime=51.04 cores=0-7
/proc/32625/task/32626/stat : 32626 (priss) R 32624 32624 31871 0 -1 4202560 5453 0 0 0 5094 10 0 0 25 0 5 0 912260504 250032128 25255 33554432000 4194304 5787044 140734356071264 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32625/tid=32627] ppid=32624 vsize=244172 CPUtime=51.04 cores=0-7
/proc/32625/task/32627/stat : 32627 (priss) R 32624 32624 31871 0 -1 4202560 5374 0 0 0 5097 7 0 0 25 0 5 0 912260504 250032128 25255 33554432000 4194304 5787044 140734356071264 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32625/tid=32628] ppid=32624 vsize=244172 CPUtime=51.06 cores=0-7
/proc/32625/task/32628/stat : 32628 (priss) R 32624 32624 31871 0 -1 4202560 7300 0 0 0 5098 8 0 0 18 0 5 0 912260504 250032128 25255 33554432000 4194304 5787044 140734356071264 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32625/tid=32630] ppid=32624 vsize=244172 CPUtime=51.07 cores=0-7
/proc/32625/task/32630/stat : 32630 (priss) R 32624 32624 31871 0 -1 4202560 7574 0 0 0 5099 8 0 0 18 0 5 0 912260504 250032128 25255 33554432000 4194304 5787044 140734356071264 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 204.24
Current children cumulated vsize (KiB) 252872

[startup+102.307 s]
/proc/loadavg: 3.94 3.95 3.95 5/176 32633
/proc/meminfo: memFree=32053668/32951124 swapFree=67052812/67111528
[pid=32624] ppid=32622 vsize=8700 CPUtime=0 cores=0-7
/proc/32624/stat : 32624 (priss.sh) S 32622 32624 31871 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 912260503 8908800 251 33554432000 4194304 4922060 140735245393344 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32624/statm: 2175 251 211 178 0 68 0
[pid=32625] ppid=32624 vsize=257140 CPUtime=409.02 cores=0-7
/proc/32625/stat : 32625 (priss) S 32624 32624 31871 0 -1 4202496 34444 0 0 0 40853 49 0 0 25 0 5 0 912260504 263311360 32403 33554432000 4194304 5787044 140734356071264 18446744073709551615 216646338993 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/32625/statm: 64285 32403 418 389 0 60035 0
[pid=32625/tid=32626] ppid=32624 vsize=257140 CPUtime=102.23 cores=0-7
/proc/32625/task/32626/stat : 32626 (priss) R 32624 32624 31871 0 -1 4202560 7055 0 0 0 10210 13 0 0 25 0 5 0 912260504 263311360 32403 33554432000 4194304 5787044 140734356071264 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32625/tid=32627] ppid=32624 vsize=257140 CPUtime=102.25 cores=0-7
/proc/32625/task/32627/stat : 32627 (priss) R 32624 32624 31871 0 -1 4202560 8123 0 0 0 10213 12 0 0 25 0 5 0 912260504 263311360 32403 33554432000 4194304 5787044 140734356071264 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32625/tid=32628] ppid=32624 vsize=257140 CPUtime=102.25 cores=0-7
/proc/32625/task/32628/stat : 32628 (priss) R 32624 32624 31871 0 -1 4202560 8867 0 0 0 10213 12 0 0 18 0 5 0 912260504 263311360 32403 33554432000 4194304 5787044 140734356071264 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32625/tid=32630] ppid=32624 vsize=257140 CPUtime=102.26 cores=0-7

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

/proc/32625/task/32627/stat : 32627 (priss) R 32624 32624 31871 0 -1 4202560 43603 0 0 0 472178 51 0 0 25 0 5 0 912260504 986025984 185258 33554432000 4194304 5787044 140734356071264 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32625/tid=32628] ppid=32624 vsize=962916 CPUtime=4722.3 cores=0-7
/proc/32625/task/32628/stat : 32628 (priss) R 32624 32624 31871 0 -1 4202560 39530 0 0 0 472183 47 0 0 25 0 5 0 912260504 986025984 185258 33554432000 4194304 5787044 140734356071264 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32625/tid=32630] ppid=32624 vsize=962916 CPUtime=4722.31 cores=0-7
/proc/32625/task/32630/stat : 32630 (priss) R 32624 32624 31871 0 -1 4202560 54421 0 0 0 472163 68 0 0 25 0 5 0 912260504 986025984 185258 33554432000 4194304 5787044 140734356071264 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 18889.2
Current children cumulated vsize (KiB) 971616

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.97 5/176 302
/proc/meminfo: memFree=31428256/32951124 swapFree=67052812/67111528
[pid=32624] ppid=32622 vsize=8700 CPUtime=0 cores=0-7
/proc/32624/stat : 32624 (priss.sh) S 32622 32624 31871 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 912260503 8908800 251 33554432000 4194304 4922060 140735245393344 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32624/statm: 2175 251 211 178 0 68 0
[pid=32625] ppid=32624 vsize=962916 CPUtime=19129.1 cores=0-7
/proc/32625/stat : 32625 (priss) S 32624 32624 31871 0 -1 4202496 192977 0 0 0 1912662 251 0 0 25 0 5 0 912260504 986025984 187667 33554432000 4194304 5787044 140734356071264 18446744073709551615 216646338993 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/32625/statm: 240729 187667 418 389 0 236479 0
[pid=32625/tid=32626] ppid=32624 vsize=962916 CPUtime=4782.21 cores=0-7
/proc/32625/task/32626/stat : 32626 (priss) R 32624 32624 31871 0 -1 4202560 51595 0 0 0 478139 82 0 0 25 0 5 0 912260504 986025984 187667 33554432000 4194304 5787044 140734356071264 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32625/tid=32627] ppid=32624 vsize=962916 CPUtime=4782.29 cores=0-7
/proc/32625/task/32627/stat : 32627 (priss) R 32624 32624 31871 0 -1 4202560 45246 0 0 0 478178 51 0 0 25 0 5 0 912260504 986025984 187667 33554432000 4194304 5787044 140734356071264 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32625/tid=32628] ppid=32624 vsize=962916 CPUtime=4782.3 cores=0-7
/proc/32625/task/32628/stat : 32628 (priss) R 32624 32624 31871 0 -1 4202560 40121 0 0 0 478181 49 0 0 25 0 5 0 912260504 986025984 187667 33554432000 4194304 5787044 140734356071264 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32625/tid=32630] ppid=32624 vsize=962916 CPUtime=4782.31 cores=0-7
/proc/32625/task/32630/stat : 32630 (priss) R 32624 32624 31871 0 -1 4202560 54519 0 0 0 478163 68 0 0 25 0 5 0 912260504 986025984 187667 33554432000 4194304 5787044 140734356071264 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19129.1
Current children cumulated vsize (KiB) 971616

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.97 5/176 304
/proc/meminfo: memFree=31422224/32951124 swapFree=67052812/67111528
[pid=32624] ppid=32622 vsize=8700 CPUtime=0 cores=0-7
/proc/32624/stat : 32624 (priss.sh) S 32622 32624 31871 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 912260503 8908800 251 33554432000 4194304 4922060 140735245393344 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32624/statm: 2175 251 211 178 0 68 0
[pid=32625] ppid=32624 vsize=962916 CPUtime=19369.1 cores=0-7
/proc/32625/stat : 32625 (priss) S 32624 32624 31871 0 -1 4202496 194505 0 0 0 1936661 253 0 0 25 0 5 0 912260504 986025984 189195 33554432000 4194304 5787044 140734356071264 18446744073709551615 216646338993 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/32625/statm: 240729 189195 418 389 0 236479 0
[pid=32625/tid=32626] ppid=32624 vsize=962916 CPUtime=4842.21 cores=0-7
/proc/32625/task/32626/stat : 32626 (priss) R 32624 32624 31871 0 -1 4202560 51973 0 0 0 484139 82 0 0 25 0 5 0 912260504 986025984 189195 33554432000 4194304 5787044 140734356071264 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32625/tid=32627] ppid=32624 vsize=962916 CPUtime=4842.29 cores=0-7
/proc/32625/task/32627/stat : 32627 (priss) R 32624 32624 31871 0 -1 4202560 45750 0 0 0 484177 52 0 0 25 0 5 0 912260504 986025984 189195 33554432000 4194304 5787044 140734356071264 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32625/tid=32628] ppid=32624 vsize=962916 CPUtime=4842.3 cores=0-7
/proc/32625/task/32628/stat : 32628 (priss) R 32624 32624 31871 0 -1 4202560 40690 0 0 0 484180 50 0 0 25 0 5 0 912260504 986025984 189195 33554432000 4194304 5787044 140734356071264 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32625/tid=32630] ppid=32624 vsize=962916 CPUtime=4842.31 cores=0-7
/proc/32625/task/32630/stat : 32630 (priss) R 32624 32624 31871 0 -1 4202560 54596 0 0 0 484163 68 0 0 25 0 5 0 912260504 986025984 189195 33554432000 4194304 5787044 140734356071264 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19369.1
Current children cumulated vsize (KiB) 971616

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.97 5/176 305
/proc/meminfo: memFree=31409124/32951124 swapFree=67052812/67111528
[pid=32624] ppid=32622 vsize=8700 CPUtime=0 cores=0-7
/proc/32624/stat : 32624 (priss.sh) S 32622 32624 31871 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 912260503 8908800 251 33554432000 4194304 4922060 140735245393344 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32624/statm: 2175 251 211 178 0 68 0
[pid=32625] ppid=32624 vsize=971616 CPUtime=19609.2 cores=0-7
/proc/32625/stat : 32625 (priss) S 32624 32624 31871 0 -1 4202496 198758 0 0 0 1960659 256 0 0 25 0 5 0 912260504 994934784 192423 33554432000 4194304 5787044 140734356071264 18446744073709551615 216646338993 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/32625/statm: 242904 192423 418 389 0 238654 0
[pid=32625/tid=32626] ppid=32624 vsize=971616 CPUtime=4902.21 cores=0-7
/proc/32625/task/32626/stat : 32626 (priss) R 32624 32624 31871 0 -1 4202560 52189 0 0 0 490139 82 0 0 25 0 5 0 912260504 994934784 192423 33554432000 4194304 5787044 140734356071264 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32625/tid=32627] ppid=32624 vsize=971616 CPUtime=4902.29 cores=0-7
/proc/32625/task/32627/stat : 32627 (priss) R 32624 32624 31871 0 -1 4202560 46332 0 0 0 490176 53 0 0 25 0 5 0 912260504 994934784 192423 33554432000 4194304 5787044 140734356071264 18446744073709551615 5591727 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32625/tid=32628] ppid=32624 vsize=971616 CPUtime=4902.3 cores=0-7
/proc/32625/task/32628/stat : 32628 (priss) R 32624 32624 31871 0 -1 4202560 42227 0 0 0 490179 51 0 0 25 0 5 0 912260504 994934784 192423 33554432000 4194304 5787044 140734356071264 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32625/tid=32630] ppid=32624 vsize=971616 CPUtime=4902.3 cores=0-7
/proc/32625/task/32630/stat : 32630 (priss) R 32624 32624 31871 0 -1 4202560 56514 0 0 0 490162 68 0 0 25 0 5 0 912260504 994934784 192423 33554432000 4194304 5787044 140734356071264 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19609.2
Current children cumulated vsize (KiB) 980316

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.97 5/176 307
/proc/meminfo: memFree=31402100/32951124 swapFree=67052812/67111528
[pid=32624] ppid=32622 vsize=8700 CPUtime=0 cores=0-7
/proc/32624/stat : 32624 (priss.sh) S 32622 32624 31871 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 912260503 8908800 251 33554432000 4194304 4922060 140735245393344 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32624/statm: 2175 251 211 178 0 68 0
[pid=32625] ppid=32624 vsize=977664 CPUtime=19849.2 cores=0-7
/proc/32625/stat : 32625 (priss) S 32624 32624 31871 0 -1 4202496 201546 0 0 0 1984657 258 0 0 25 0 5 0 912260504 1001127936 194186 33554432000 4194304 5787044 140734356071264 18446744073709551615 216646338993 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/32625/statm: 244416 194186 418 389 0 240166 0
[pid=32625/tid=32626] ppid=32624 vsize=977664 CPUtime=4962.21 cores=0-7
/proc/32625/task/32626/stat : 32626 (priss) R 32624 32624 31871 0 -1 4202560 52428 0 0 0 496139 82 0 0 25 0 5 0 912260504 1001127936 194186 33554432000 4194304 5787044 140734356071264 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32625/tid=32627] ppid=32624 vsize=977664 CPUtime=4962.29 cores=0-7
/proc/32625/task/32627/stat : 32627 (priss) R 32624 32624 31871 0 -1 4202560 47930 0 0 0 496175 54 0 0 25 0 5 0 912260504 1001127936 194186 33554432000 4194304 5787044 140734356071264 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32625/tid=32628] ppid=32624 vsize=977664 CPUtime=4962.31 cores=0-7
/proc/32625/task/32628/stat : 32628 (priss) R 32624 32624 31871 0 -1 4202560 42709 0 0 0 496179 52 0 0 25 0 5 0 912260504 1001127936 194186 33554432000 4194304 5787044 140734356071264 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32625/tid=32630] ppid=32624 vsize=977664 CPUtime=4962.31 cores=0-7
/proc/32625/task/32630/stat : 32630 (priss) R 32624 32624 31871 0 -1 4202560 56983 0 0 0 496162 69 0 0 25 0 5 0 912260504 1001127936 194186 33554432000 4194304 5787044 140734356071264 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19849.2
Current children cumulated vsize (KiB) 986364

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 3.97 5/176 308
/proc/meminfo: memFree=31393592/32951124 swapFree=67052812/67111528
[pid=32624] ppid=32622 vsize=8700 CPUtime=0 cores=0-7
/proc/32624/stat : 32624 (priss.sh) S 32622 32624 31871 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 912260503 8908800 251 33554432000 4194304 4922060 140735245393344 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32624/statm: 2175 251 211 178 0 68 0
[pid=32625] ppid=32624 vsize=981212 CPUtime=20089.2 cores=0-7
/proc/32625/stat : 32625 (priss) S 32624 32624 31871 0 -1 4202496 203706 0 0 0 2008655 261 0 0 25 0 5 0 912260504 1004761088 196346 33554432000 4194304 5787044 140734356071264 18446744073709551615 216646338993 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/32625/statm: 245303 196346 418 389 0 241053 0
[pid=32625/tid=32626] ppid=32624 vsize=981212 CPUtime=5022.21 cores=0-7
/proc/32625/task/32626/stat : 32626 (priss) R 32624 32624 31871 0 -1 4202560 52779 0 0 0 502139 82 0 0 25 0 5 0 912260504 1004761088 196346 33554432000 4194304 5787044 140734356071264 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32625/tid=32627] ppid=32624 vsize=981212 CPUtime=5022.29 cores=0-7
/proc/32625/task/32627/stat : 32627 (priss) R 32624 32624 31871 0 -1 4202560 48592 0 0 0 502174 55 0 0 25 0 5 0 912260504 1004761088 196346 33554432000 4194304 5787044 140734356071264 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32625/tid=32628] ppid=32624 vsize=981212 CPUtime=5022.31 cores=0-7
/proc/32625/task/32628/stat : 32628 (priss) R 32624 32624 31871 0 -1 4202560 43140 0 0 0 502178 53 0 0 25 0 5 0 912260504 1004761088 196346 33554432000 4194304 5787044 140734356071264 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32625/tid=32630] ppid=32624 vsize=981212 CPUtime=5022.31 cores=0-7
/proc/32625/task/32630/stat : 32630 (priss) R 32624 32624 31871 0 -1 4202560 57699 0 0 0 502162 69 0 0 25 0 5 0 912260504 1004761088 196346 33554432000 4194304 5787044 140734356071264 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 20089.2
Current children cumulated vsize (KiB) 989912

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 3.97 5/176 310
/proc/meminfo: memFree=31382096/32951124 swapFree=67052812/67111528
[pid=32624] ppid=32622 vsize=8700 CPUtime=0 cores=0-7
/proc/32624/stat : 32624 (priss.sh) S 32622 32624 31871 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 912260503 8908800 251 33554432000 4194304 4922060 140735245393344 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32624/statm: 2175 251 211 178 0 68 0
[pid=32625] ppid=32624 vsize=982512 CPUtime=20329.2 cores=0-7
/proc/32625/stat : 32625 (priss) S 32624 32624 31871 0 -1 4202496 206519 0 0 0 2032653 264 0 0 25 0 5 0 912260504 1006092288 199159 33554432000 4194304 5787044 140734356071264 18446744073709551615 216646338993 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/32625/statm: 245628 199159 418 389 0 241378 0
[pid=32625/tid=32626] ppid=32624 vsize=982512 CPUtime=5082.22 cores=0-7
/proc/32625/task/32626/stat : 32626 (priss) R 32624 32624 31871 0 -1 4202560 52980 0 0 0 508140 82 0 0 25 0 5 0 912260504 1006092288 199159 33554432000 4194304 5787044 140734356071264 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32625/tid=32627] ppid=32624 vsize=982512 CPUtime=5082.29 cores=0-7
/proc/32625/task/32627/stat : 32627 (priss) R 32624 32624 31871 0 -1 4202560 49343 0 0 0 508173 56 0 0 25 0 5 0 912260504 1006092288 199159 33554432000 4194304 5787044 140734356071264 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32625/tid=32628] ppid=32624 vsize=982512 CPUtime=5082.3 cores=0-7
/proc/32625/task/32628/stat : 32628 (priss) R 32624 32624 31871 0 -1 4202560 44674 0 0 0 508176 54 0 0 25 0 5 0 912260504 1006092288 199159 33554432000 4194304 5787044 140734356071264 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32625/tid=32630] ppid=32624 vsize=982512 CPUtime=5082.31 cores=0-7
/proc/32625/task/32630/stat : 32630 (priss) R 32624 32624 31871 0 -1 4202560 58026 0 0 0 508162 69 0 0 25 0 5 0 912260504 1006092288 199159 33554432000 4194304 5787044 140734356071264 18446744073709551615 5528380 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 20329.2
Current children cumulated vsize (KiB) 991212



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 3.97 5/176 310
/proc/meminfo: memFree=31380068/32951124 swapFree=67052812/67111528
[pid=32624] ppid=32622 vsize=8700 CPUtime=0 cores=0-7
/proc/32624/stat : 32624 (priss.sh) S 32622 32624 31871 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 912260503 8908800 251 33554432000 4194304 4922060 140735245393344 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32624/statm: 2175 251 211 178 0 68 0
[pid=32625] ppid=32624 vsize=984192 CPUtime=20400 cores=0-7
/proc/32625/stat : 32625 (priss) S 32624 32624 31871 0 -1 4202496 207056 0 0 0 2039735 264 0 0 25 0 5 0 912260504 1007812608 199696 33554432000 4194304 5787044 140734356071264 18446744073709551615 216646338993 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/32625/statm: 246048 199696 418 389 0 241798 0
[pid=32625/tid=32626] ppid=32624 vsize=984192 CPUtime=5099.92 cores=0-7
/proc/32625/task/32626/stat : 32626 (priss) R 32624 32624 31871 0 -1 4202560 53010 0 0 0 509910 82 0 0 25 0 5 0 912260504 1007812608 199696 33554432000 4194304 5787044 140734356071264 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32625/tid=32627] ppid=32624 vsize=984192 CPUtime=5100 cores=0-7
/proc/32625/task/32627/stat : 32627 (priss) R 32624 32624 31871 0 -1 4202560 49397 0 0 0 509944 56 0 0 25 0 5 0 912260504 1007812608 199696 33554432000 4194304 5787044 140734356071264 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32625/tid=32628] ppid=32624 vsize=984192 CPUtime=5100.01 cores=0-7
/proc/32625/task/32628/stat : 32628 (priss) R 32624 32624 31871 0 -1 4202560 44824 0 0 0 509946 55 0 0 25 0 5 0 912260504 1007812608 199696 33554432000 4194304 5787044 140734356071264 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=32625/tid=32630] ppid=32624 vsize=984192 CPUtime=5100.01 cores=0-7
/proc/32625/task/32630/stat : 32630 (priss) R 32624 32624 31871 0 -1 4202560 58329 0 0 0 509932 69 0 0 25 0 5 0 912260504 1007812608 199696 33554432000 4194304 5787044 140734356071264 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 20400
Current children cumulated vsize (KiB) 992892

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 32624 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 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.3
CPU system time (s): 2.64
CPU usage (%): 399.998
Max. virtual memory (cumulated for all children) (KiB): 992892

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= 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= 3

runsolver used 8.09477 second user time and 19.644 second system time

The end

Launcher Data

Begin job on node103 at 2011-06-14 01:09:39
IDJOB=3499593
IDBENCH=84715
IDSOLVER=1994
FILE ID=node103/3499593-1308006579
RUNJOBID= node103-1307988272-31885
PBS_JOBID= 13559807
Free space on /tmp= 74068 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT04/handmade/hirsch03/hgen8-n320-01-S1432474240.shuffled-as.sat03-890.used-as.sat04-841.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3499593-1308006579/watcher-3499593-1308006579 -o /tmp/evaluation-result-3499593-1308006579/solver-3499593-1308006579 -C 40000 -W 5100 -M 31000  HOME/priss.sh HOME HOME/instance-3499593-1308006579.cnf 2038692535 40000 31000 8

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

MD5SUM BENCH= f97e40b22ad62886042ca9677daf337d
RANDOM SEED=2038692535

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32179088 kB
Buffers:        215904 kB
Cached:         325680 kB
SwapCached:      22656 kB
Active:         285092 kB
Inactive:       284864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32179088 kB
SwapTotal:    67111528 kB
SwapFree:     67052812 kB
Dirty:            1564 kB
Writeback:           0 kB
AnonPages:       26040 kB
Mapped:           8836 kB
Slab:           135468 kB
PageTables:       4672 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   184208 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= 74068 MiB
End job on node103 at 2011-06-14 02:34:41