Trace number 3499607

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.5 5100.02

General information on the benchmark

NameSAT05/crafted/jarvisalo05/mod2c-rand3bip-sat/
mod2c-rand3bip-sat-250-3.shuffled-as.sat05-2535.cnf
MD5SUM22bc1843113c53c5f8a8f8cec42dcbe5
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark135.159
Satisfiable
(Un)Satisfiability was proved
Number of variables352
Number of clauses2492
Sum of the clauses size11032
Maximum clause length6
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 41592
Number of clauses of size 5736
Number of clauses of size over 5164

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: 32621
0.00/0.00	c parsetime: 993us
0.00/0.00	c parsed 2492 clauses with 352 variables
0.00/0.00	c NW started thread 0 successfully (1109473600)
0.00/0.00	c NW started thread 1 successfully (1119963456)
0.00/0.00	c NW started thread 2 successfully (1130453312)
0.00/0.00	c NW started thread 3 successfully (1140943168)
0.00/0.91	c preprocessor returned 10032 variables
0.00/0.91	c preprocessing returned UNKNOWN
0.00/0.91	c PP set 0 variables
0.00/0.91	c pp time: 907865us (0s)
0.00/0.91	c preprocessor returned 10032 variables
0.00/0.91	c preprocessing returned UNKNOWN
0.00/0.91	c PP set 0 variables
0.00/0.91	c pp time: 908054us (0s)
0.00/0.91	c preprocessor returned 10032 variables
0.00/0.91	c preprocessing returned UNKNOWN
0.00/0.91	c PP set 0 variables
0.00/0.91	c pp time: 907766us (0s)
18.75/4.79	c preprocessor returned 30087 variables
18.75/4.79	c preprocessing returned UNKNOWN
18.75/4.79	c PP set 0 variables
18.75/4.79	c pp time: 4784131us (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 /var/tmp/evaluation-result-3499607-1308007746/watcher-3499607-1308007746 -o /var/tmp/evaluation-result-3499607-1308007746/solver-3499607-1308007746 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499607-1308007746.cnf 1993140561 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: 4.00 4.00 3.99 1/170 32620
/proc/meminfo: memFree=3844748/32950928 swapFree=67053956/67111528
[pid=32620] ppid=32618 vsize=8700 CPUtime=0 cores=0-7
/proc/32620/stat : 32620 (priss.sh) S 32618 32620 31672 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912371664 8908800 252 33554432000 4194304 4922060 140735037571456 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/32620/statm: 2175 252 211 178 0 68 0

[startup+0.0309801 s]
/proc/loadavg: 4.00 4.00 3.99 1/170 32620
/proc/meminfo: memFree=3844748/32950928 swapFree=67053956/67111528
[pid=32620] ppid=32618 vsize=8700 CPUtime=0 cores=0-7
/proc/32620/stat : 32620 (priss.sh) S 32618 32620 31672 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912371664 8908800 252 33554432000 4194304 4922060 140735037571456 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/32620/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.107994 s]
/proc/loadavg: 4.00 4.00 3.99 1/170 32620
/proc/meminfo: memFree=3844748/32950928 swapFree=67053956/67111528
[pid=32620] ppid=32618 vsize=8700 CPUtime=0 cores=0-7
/proc/32620/stat : 32620 (priss.sh) S 32618 32620 31672 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912371664 8908800 252 33554432000 4194304 4922060 140735037571456 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/32620/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300923 s]
/proc/loadavg: 4.00 4.00 3.99 1/170 32620
/proc/meminfo: memFree=3844748/32950928 swapFree=67053956/67111528
[pid=32620] ppid=32618 vsize=8700 CPUtime=0 cores=0-7
/proc/32620/stat : 32620 (priss.sh) S 32618 32620 31672 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912371664 8908800 252 33554432000 4194304 4922060 140735037571456 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/32620/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700853 s]
/proc/loadavg: 4.00 4.00 3.99 1/170 32620
/proc/meminfo: memFree=3844748/32950928 swapFree=67053956/67111528
[pid=32620] ppid=32618 vsize=8700 CPUtime=0 cores=0-7
/proc/32620/stat : 32620 (priss.sh) S 32618 32620 31672 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912371664 8908800 252 33554432000 4194304 4922060 140735037571456 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/32620/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50069 s]
/proc/loadavg: 4.00 4.00 3.99 5/176 32626
/proc/meminfo: memFree=3823052/32950928 swapFree=67053956/67111528
[pid=32620] ppid=32618 vsize=8700 CPUtime=0 cores=0-7
/proc/32620/stat : 32620 (priss.sh) S 32618 32620 31672 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912371664 8908800 252 33554432000 4194304 4922060 140735037571456 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/32620/statm: 2175 252 211 178 0 68 0
[pid=32621] ppid=32620 vsize=277804 CPUtime=5.95 cores=0-7
/proc/32621/stat : 32621 (priss) S 32620 32620 31672 0 -1 4202496 7292 0 0 0 593 2 0 0 25 0 5 0 912371664 284471296 6516 33554432000 4194304 5787044 140735802538688 18446744073709551615 239488518577 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/32621/statm: 69451 6516 405 389 0 65201 0
[pid=32621/tid=32623] ppid=32620 vsize=277804 CPUtime=1.48 cores=0-7
/proc/32621/task/32623/stat : 32623 (priss) R 32620 32620 31672 0 -1 4202560 1296 0 0 0 148 0 0 0 18 0 5 0 912371665 284471296 6516 33554432000 4194304 5787044 140735802538688 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32621/tid=32624] ppid=32620 vsize=277804 CPUtime=1.48 cores=0-7
/proc/32621/task/32624/stat : 32624 (priss) R 32620 32620 31672 0 -1 4202560 1137 0 0 0 148 0 0 0 18 0 5 0 912371665 284471296 6516 33554432000 4194304 5787044 140735802538688 18446744073709551615 5591280 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32621/tid=32625] ppid=32620 vsize=277804 CPUtime=1.47 cores=0-7
/proc/32621/task/32625/stat : 32625 (priss) R 32620 32620 31672 0 -1 4202560 1293 0 0 0 147 0 0 0 18 0 5 0 912371665 284471296 6516 33554432000 4194304 5787044 140735802538688 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32621/tid=32626] ppid=32620 vsize=277804 CPUtime=1.49 cores=0-7
/proc/32621/task/32626/stat : 32626 (priss) R 32620 32620 31672 0 -1 4202560 2046 0 0 0 149 0 0 0 19 0 5 0 912371665 284471296 6516 33554432000 4194304 5787044 140735802538688 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 286504

[startup+3.10039 s]
/proc/loadavg: 4.00 4.00 3.99 5/176 32626
/proc/meminfo: memFree=3819952/32950928 swapFree=67053956/67111528
[pid=32620] ppid=32618 vsize=8700 CPUtime=0 cores=0-7
/proc/32620/stat : 32620 (priss.sh) S 32618 32620 31672 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912371664 8908800 252 33554432000 4194304 4922060 140735037571456 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/32620/statm: 2175 252 211 178 0 68 0
[pid=32621] ppid=32620 vsize=279056 CPUtime=12.35 cores=0-7
/proc/32621/stat : 32621 (priss) S 32620 32620 31672 0 -1 4202496 8091 0 0 0 1231 4 0 0 25 0 5 0 912371664 285753344 7315 33554432000 4194304 5787044 140735802538688 18446744073709551615 239488518577 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/32621/statm: 69764 7315 405 389 0 65514 0
[pid=32621/tid=32623] ppid=32620 vsize=279056 CPUtime=3.08 cores=0-7
/proc/32621/task/32623/stat : 32623 (priss) R 32620 32620 31672 0 -1 4202560 1516 0 0 0 307 1 0 0 18 0 5 0 912371665 285753344 7315 33554432000 4194304 5787044 140735802538688 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32621/tid=32624] ppid=32620 vsize=279056 CPUtime=3.08 cores=0-7
/proc/32621/task/32624/stat : 32624 (priss) R 32620 32620 31672 0 -1 4202560 1433 0 0 0 308 0 0 0 18 0 5 0 912371665 285753344 7315 33554432000 4194304 5787044 140735802538688 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32621/tid=32625] ppid=32620 vsize=279056 CPUtime=3.08 cores=0-7
/proc/32621/task/32625/stat : 32625 (priss) R 32620 32620 31672 0 -1 4202560 1576 0 0 0 306 2 0 0 18 0 5 0 912371665 285753344 7315 33554432000 4194304 5787044 140735802538688 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32621/tid=32626] ppid=32620 vsize=279056 CPUtime=3.09 cores=0-7
/proc/32621/task/32626/stat : 32626 (priss) R 32620 32620 31672 0 -1 4202560 2046 0 0 0 309 0 0 0 25 0 5 0 912371665 285753344 7315 33554432000 4194304 5787044 140735802538688 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 287756

[startup+6.30078 s]
/proc/loadavg: 4.00 4.00 3.99 5/176 32626
/proc/meminfo: memFree=3812156/32950928 swapFree=67053956/67111528
[pid=32620] ppid=32618 vsize=8700 CPUtime=0 cores=0-7
/proc/32620/stat : 32620 (priss.sh) S 32618 32620 31672 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912371664 8908800 252 33554432000 4194304 4922060 140735037571456 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/32620/statm: 2175 252 211 178 0 68 0
[pid=32621] ppid=32620 vsize=283208 CPUtime=25.15 cores=0-7
/proc/32621/stat : 32621 (priss) S 32620 32620 31672 0 -1 4202496 10921 0 0 0 2507 8 0 0 25 0 5 0 912371664 290004992 9439 33554432000 4194304 5787044 140735802538688 18446744073709551615 239488518577 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/32621/statm: 70802 9439 418 389 0 66552 0
[pid=32621/tid=32623] ppid=32620 vsize=283208 CPUtime=6.28 cores=0-7
/proc/32621/task/32623/stat : 32623 (priss) R 32620 32620 31672 0 -1 4202560 1845 0 0 0 627 1 0 0 18 0 5 0 912371665 290004992 9439 33554432000 4194304 5787044 140735802538688 18446744073709551615 239476353920 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32621/tid=32624] ppid=32620 vsize=283208 CPUtime=6.28 cores=0-7
/proc/32621/task/32624/stat : 32624 (priss) R 32620 32620 31672 0 -1 4202560 1928 0 0 0 626 2 0 0 18 0 5 0 912371665 290004992 9439 33554432000 4194304 5787044 140735802538688 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32621/tid=32625] ppid=32620 vsize=283208 CPUtime=6.27 cores=0-7
/proc/32621/task/32625/stat : 32625 (priss) R 32620 32620 31672 0 -1 4202560 1998 0 0 0 624 3 0 0 18 0 5 0 912371665 290004992 9439 33554432000 4194304 5787044 140735802538688 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32621/tid=32626] ppid=32620 vsize=283208 CPUtime=6.28 cores=0-7
/proc/32621/task/32626/stat : 32626 (priss) R 32620 32620 31672 0 -1 4202560 3630 0 0 0 628 0 0 0 17 0 5 0 912371665 290004992 9439 33554432000 4194304 5787044 140735802538688 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 291908

[startup+12.7006 s]
/proc/loadavg: 4.00 4.00 3.99 5/176 32626
/proc/meminfo: memFree=3800440/32950928 swapFree=67053956/67111528
[pid=32620] ppid=32618 vsize=8700 CPUtime=0 cores=0-7
/proc/32620/stat : 32620 (priss.sh) S 32618 32620 31672 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912371664 8908800 252 33554432000 4194304 4922060 140735037571456 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/32620/statm: 2175 252 211 178 0 68 0
[pid=32621] ppid=32620 vsize=289412 CPUtime=50.72 cores=0-7
/proc/32621/stat : 32621 (priss) S 32620 32620 31672 0 -1 4202496 13548 0 0 0 5060 12 0 0 25 0 5 0 912371664 296357888 12066 33554432000 4194304 5787044 140735802538688 18446744073709551615 239488518577 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/32621/statm: 72353 12066 418 389 0 68103 0
[pid=32621/tid=32623] ppid=32620 vsize=289412 CPUtime=12.68 cores=0-7
/proc/32621/task/32623/stat : 32623 (priss) R 32620 32620 31672 0 -1 4202560 3261 0 0 0 1266 2 0 0 18 0 5 0 912371665 296357888 12066 33554432000 4194304 5787044 140735802538688 18446744073709551615 5591600 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32621/tid=32624] ppid=32620 vsize=289412 CPUtime=12.67 cores=0-7
/proc/32621/task/32624/stat : 32624 (priss) R 32620 32620 31672 0 -1 4202560 2316 0 0 0 1264 3 0 0 21 0 5 0 912371665 296357888 12066 33554432000 4194304 5787044 140735802538688 18446744073709551615 4219889 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32621/tid=32625] ppid=32620 vsize=289412 CPUtime=12.66 cores=0-7
/proc/32621/task/32625/stat : 32625 (priss) R 32620 32620 31672 0 -1 4202560 2330 0 0 0 1262 4 0 0 25 0 5 0 912371665 296357888 12066 33554432000 4194304 5787044 140735802538688 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32621/tid=32626] ppid=32620 vsize=289412 CPUtime=12.68 cores=0-7
/proc/32621/task/32626/stat : 32626 (priss) R 32620 32620 31672 0 -1 4202560 4121 0 0 0 1267 1 0 0 18 0 5 0 912371665 296357888 12066 33554432000 4194304 5787044 140735802538688 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 298112

[startup+25.5011 s]
/proc/loadavg: 4.00 4.00 3.99 5/176 32626
/proc/meminfo: memFree=3788280/32950928 swapFree=67053956/67111528
[pid=32620] ppid=32618 vsize=8700 CPUtime=0 cores=0-7
/proc/32620/stat : 32620 (priss.sh) S 32618 32620 31672 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912371664 8908800 252 33554432000 4194304 4922060 140735037571456 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/32620/statm: 2175 252 211 178 0 68 0
[pid=32621] ppid=32620 vsize=291832 CPUtime=101.91 cores=0-7
/proc/32621/stat : 32621 (priss) S 32620 32620 31672 0 -1 4202496 16672 0 0 0 10172 19 0 0 25 0 5 0 912371664 298835968 15189 33554432000 4194304 5787044 140735802538688 18446744073709551615 239488518577 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/32621/statm: 72958 15189 419 389 0 68708 0
[pid=32621/tid=32623] ppid=32620 vsize=291832 CPUtime=25.48 cores=0-7
/proc/32621/task/32623/stat : 32623 (priss) R 32620 32620 31672 0 -1 4202560 3970 0 0 0 2545 3 0 0 21 0 5 0 912371665 298835968 15189 33554432000 4194304 5787044 140735802538688 18446744073709551615 5591219 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32621/tid=32624] ppid=32620 vsize=291832 CPUtime=25.46 cores=0-7
/proc/32621/task/32624/stat : 32624 (priss) R 32620 32620 31672 0 -1 4202560 3152 0 0 0 2540 6 0 0 20 0 5 0 912371665 298835968 15189 33554432000 4194304 5787044 140735802538688 18446744073709551615 5591820 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32621/tid=32625] ppid=32620 vsize=291832 CPUtime=25.46 cores=0-7
/proc/32621/task/32625/stat : 32625 (priss) R 32620 32620 31672 0 -1 4202560 2910 0 0 0 2540 6 0 0 22 0 5 0 912371665 298835968 15189 33554432000 4194304 5787044 140735802538688 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32621/tid=32626] ppid=32620 vsize=291832 CPUtime=25.48 cores=0-7
/proc/32621/task/32626/stat : 32626 (priss) R 32620 32620 31672 0 -1 4202560 5120 0 0 0 2545 3 0 0 18 0 5 0 912371665 298835968 15189 33554432000 4194304 5787044 140735802538688 18446744073709551615 5527239 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.91
Current children cumulated vsize (KiB) 300532

[startup+51.1012 s]
/proc/loadavg: 4.00 4.00 3.99 5/176 32627
/proc/meminfo: memFree=3769236/32950928 swapFree=67053956/67111528
[pid=32620] ppid=32618 vsize=8700 CPUtime=0 cores=0-7
/proc/32620/stat : 32620 (priss.sh) S 32618 32620 31672 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912371664 8908800 252 33554432000 4194304 4922060 140735037571456 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/32620/statm: 2175 252 211 178 0 68 0
[pid=32621] ppid=32620 vsize=300172 CPUtime=204.3 cores=0-7
/proc/32621/stat : 32621 (priss) S 32620 32620 31672 0 -1 4202496 21360 0 0 0 20397 33 0 0 25 0 5 0 912371664 307376128 19874 33554432000 4194304 5787044 140735802538688 18446744073709551615 239488518577 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/32621/statm: 75043 19874 419 389 0 70793 0
[pid=32621/tid=32623] ppid=32620 vsize=300172 CPUtime=51.08 cores=0-7
/proc/32621/task/32623/stat : 32623 (priss) R 32620 32620 31672 0 -1 4202560 5889 0 0 0 5102 6 0 0 25 0 5 0 912371665 307376128 19874 33554432000 4194304 5787044 140735802538688 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32621/tid=32624] ppid=32620 vsize=300172 CPUtime=51.05 cores=0-7
/proc/32621/task/32624/stat : 32624 (priss) R 32620 32620 31672 0 -1 4202560 4316 0 0 0 5094 11 0 0 25 0 5 0 912371665 307376128 19874 33554432000 4194304 5787044 140735802538688 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32621/tid=32625] ppid=32620 vsize=300172 CPUtime=51.05 cores=0-7
/proc/32621/task/32625/stat : 32625 (priss) R 32620 32620 31672 0 -1 4202560 3507 0 0 0 5097 8 0 0 18 0 5 0 912371665 307376128 19874 33554432000 4194304 5787044 140735802538688 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32621/tid=32626] ppid=32620 vsize=300172 CPUtime=51.07 cores=0-7
/proc/32621/task/32626/stat : 32626 (priss) R 32620 32620 31672 0 -1 4202560 6128 0 0 0 5101 6 0 0 18 0 5 0 912371665 307376128 19874 33554432000 4194304 5787044 140735802538688 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 204.3
Current children cumulated vsize (KiB) 308872

[startup+102.306 s]
/proc/loadavg: 4.00 4.00 3.99 5/176 32628
/proc/meminfo: memFree=3739436/32950928 swapFree=67053956/67111528
[pid=32620] ppid=32618 vsize=8700 CPUtime=0 cores=0-7
/proc/32620/stat : 32620 (priss.sh) S 32618 32620 31672 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912371664 8908800 252 33554432000 4194304 4922060 140735037571456 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/32620/statm: 2175 252 211 178 0 68 0
[pid=32621] ppid=32620 vsize=314584 CPUtime=409.1 cores=0-7
/proc/32621/stat : 32621 (priss) S 32620 32620 31672 0 -1 4202496 28742 0 0 0 40864 46 0 0 25 0 5 0 912371664 322134016 27171 33554432000 4194304 5787044 140735802538688 18446744073709551615 239488518577 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/32621/statm: 78646 27171 419 389 0 74396 0
[pid=32621/tid=32623] ppid=32620 vsize=314584 CPUtime=102.28 cores=0-7
/proc/32621/task/32623/stat : 32623 (priss) R 32620 32620 31672 0 -1 4202560 7570 0 0 0 10215 13 0 0 21 0 5 0 912371665 322134016 27171 33554432000 4194304 5787044 140735802538688 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32621/tid=32624] ppid=32620 vsize=314584 CPUtime=102.26 cores=0-7
/proc/32621/task/32624/stat : 32624 (priss) R 32620 32620 31672 0 -1 4202560 5737 0 0 0 10213 13 0 0 25 0 5 0 912371665 322134016 27171 33554432000 4194304 5787044 140735802538688 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32621/tid=32625] ppid=32620 vsize=314584 CPUtime=102.25 cores=0-7
/proc/32621/task/32625/stat : 32625 (priss) R 32620 32620 31672 0 -1 4202560 4347 0 0 0 10216 9 0 0 25 0 5 0 912371665 322134016 27171 33554432000 4194304 5787044 140735802538688 18446744073709551615 47698496438224 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32621/tid=32626] ppid=32620 vsize=314584 CPUtime=102.28 cores=0-7

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

/proc/32621/task/32624/stat : 32624 (priss) R 32620 32620 31672 0 -1 4202560 38520 0 0 0 472157 82 0 0 25 0 5 0 912371665 727597056 142427 33554432000 4194304 5787044 140735802538688 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32621/tid=32625] ppid=32620 vsize=710544 CPUtime=4722.4 cores=0-7
/proc/32621/task/32625/stat : 32625 (priss) R 32620 32620 31672 0 -1 4202560 25429 0 0 0 472179 61 0 0 25 0 5 0 912371665 727597056 142427 33554432000 4194304 5787044 140735802538688 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32621/tid=32626] ppid=32620 vsize=710544 CPUtime=4722.44 cores=0-7
/proc/32621/task/32626/stat : 32626 (priss) R 32620 32620 31672 0 -1 4202560 43656 0 0 0 472146 98 0 0 25 0 5 0 912371665 727597056 142427 33554432000 4194304 5787044 140735802538688 18446744073709551615 5527156 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 18889.7
Current children cumulated vsize (KiB) 719244

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/176 32765
/proc/meminfo: memFree=3271276/32950928 swapFree=67053956/67111528
[pid=32620] ppid=32618 vsize=8700 CPUtime=0 cores=0-7
/proc/32620/stat : 32620 (priss.sh) S 32618 32620 31672 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912371664 8908800 252 33554432000 4194304 4922060 140735037571456 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/32620/statm: 2175 252 211 178 0 68 0
[pid=32621] ppid=32620 vsize=710544 CPUtime=19129.7 cores=0-7
/proc/32621/stat : 32621 (priss) S 32620 32620 31672 0 -1 4202496 147701 0 0 0 1912669 299 0 0 25 0 5 0 912371664 727597056 143303 33554432000 4194304 5787044 140735802538688 18446744073709551615 239488518577 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/32621/statm: 177636 143303 419 389 0 173386 0
[pid=32621/tid=32623] ppid=32620 vsize=710544 CPUtime=4782.42 cores=0-7
/proc/32621/task/32623/stat : 32623 (priss) R 32620 32620 31672 0 -1 4202560 37802 0 0 0 478188 54 0 0 25 0 5 0 912371665 727597056 143303 33554432000 4194304 5787044 140735802538688 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32621/tid=32624] ppid=32620 vsize=710544 CPUtime=4782.39 cores=0-7
/proc/32621/task/32624/stat : 32624 (priss) R 32620 32620 31672 0 -1 4202560 39210 0 0 0 478154 85 0 0 25 0 5 0 912371665 727597056 143303 33554432000 4194304 5787044 140735802538688 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32621/tid=32625] ppid=32620 vsize=710544 CPUtime=4782.4 cores=0-7
/proc/32621/task/32625/stat : 32625 (priss) R 32620 32620 31672 0 -1 4202560 25429 0 0 0 478179 61 0 0 25 0 5 0 912371665 727597056 143303 33554432000 4194304 5787044 140735802538688 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32621/tid=32626] ppid=32620 vsize=710544 CPUtime=4782.44 cores=0-7
/proc/32621/task/32626/stat : 32626 (priss) R 32620 32620 31672 0 -1 4202560 43740 0 0 0 478146 98 0 0 25 0 5 0 912371665 727597056 143303 33554432000 4194304 5787044 140735802538688 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19129.7
Current children cumulated vsize (KiB) 719244

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/176 32767
/proc/meminfo: memFree=3262212/32950928 swapFree=67053956/67111528
[pid=32620] ppid=32618 vsize=8700 CPUtime=0 cores=0-7
/proc/32620/stat : 32620 (priss.sh) S 32618 32620 31672 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912371664 8908800 252 33554432000 4194304 4922060 140735037571456 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/32620/statm: 2175 252 211 178 0 68 0
[pid=32621] ppid=32620 vsize=714644 CPUtime=19369.7 cores=0-7
/proc/32621/stat : 32621 (priss) S 32620 32620 31672 0 -1 4202496 149982 0 0 0 1936666 303 0 0 25 0 5 0 912371664 731795456 145584 33554432000 4194304 5787044 140735802538688 18446744073709551615 239488518577 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/32621/statm: 178661 145584 419 389 0 174411 0
[pid=32621/tid=32623] ppid=32620 vsize=714644 CPUtime=4842.42 cores=0-7
/proc/32621/task/32623/stat : 32623 (priss) R 32620 32620 31672 0 -1 4202560 38927 0 0 0 484188 54 0 0 25 0 5 0 912371665 731795456 145584 33554432000 4194304 5787044 140735802538688 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32621/tid=32624] ppid=32620 vsize=714644 CPUtime=4842.39 cores=0-7
/proc/32621/task/32624/stat : 32624 (priss) R 32620 32620 31672 0 -1 4202560 39638 0 0 0 484152 87 0 0 25 0 5 0 912371665 731795456 145584 33554432000 4194304 5787044 140735802538688 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32621/tid=32625] ppid=32620 vsize=714644 CPUtime=4842.4 cores=0-7
/proc/32621/task/32625/stat : 32625 (priss) R 32620 32620 31672 0 -1 4202560 25429 0 0 0 484179 61 0 0 25 0 5 0 912371665 731795456 145584 33554432000 4194304 5787044 140735802538688 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32621/tid=32626] ppid=32620 vsize=714644 CPUtime=4842.43 cores=0-7
/proc/32621/task/32626/stat : 32626 (priss) R 32620 32620 31672 0 -1 4202560 44468 0 0 0 484144 99 0 0 25 0 5 0 912371665 731795456 145584 33554432000 4194304 5787044 140735802538688 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19369.7
Current children cumulated vsize (KiB) 723344

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/176 300
/proc/meminfo: memFree=3257856/32950928 swapFree=67053956/67111528
[pid=32620] ppid=32618 vsize=8700 CPUtime=0 cores=0-7
/proc/32620/stat : 32620 (priss.sh) S 32618 32620 31672 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912371664 8908800 252 33554432000 4194304 4922060 140735037571456 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/32620/statm: 2175 252 211 178 0 68 0
[pid=32621] ppid=32620 vsize=780180 CPUtime=19609.7 cores=0-7
/proc/32621/stat : 32621 (priss) S 32620 32620 31672 0 -1 4202496 151107 0 0 0 1960661 308 0 0 25 0 5 0 912371664 798904320 146709 33554432000 4194304 5787044 140735802538688 18446744073709551615 239488518577 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/32621/statm: 195045 146709 419 389 0 190795 0
[pid=32621/tid=32623] ppid=32620 vsize=780180 CPUtime=4902.43 cores=0-7
/proc/32621/task/32623/stat : 32623 (priss) R 32620 32620 31672 0 -1 4202560 39088 0 0 0 490188 55 0 0 25 0 5 0 912371665 798904320 146709 33554432000 4194304 5787044 140735802538688 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32621/tid=32624] ppid=32620 vsize=780180 CPUtime=4902.39 cores=0-7
/proc/32621/task/32624/stat : 32624 (priss) R 32620 32620 31672 0 -1 4202560 39978 0 0 0 490151 88 0 0 25 0 5 0 912371665 798904320 146709 33554432000 4194304 5787044 140735802538688 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32621/tid=32625] ppid=32620 vsize=780180 CPUtime=4902.4 cores=0-7
/proc/32621/task/32625/stat : 32625 (priss) R 32620 32620 31672 0 -1 4202560 25429 0 0 0 490179 61 0 0 25 0 5 0 912371665 798904320 146709 33554432000 4194304 5787044 140735802538688 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32621/tid=32626] ppid=32620 vsize=780180 CPUtime=4902.44 cores=0-7
/proc/32621/task/32626/stat : 32626 (priss) R 32620 32620 31672 0 -1 4202560 45092 0 0 0 490141 103 0 0 25 0 5 0 912371665 798904320 146709 33554432000 4194304 5787044 140735802538688 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19609.7
Current children cumulated vsize (KiB) 788880

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/176 302
/proc/meminfo: memFree=3249912/32950928 swapFree=67053956/67111528
[pid=32620] ppid=32618 vsize=8700 CPUtime=0 cores=0-7
/proc/32620/stat : 32620 (priss.sh) S 32618 32620 31672 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912371664 8908800 252 33554432000 4194304 4922060 140735037571456 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/32620/statm: 2175 252 211 178 0 68 0
[pid=32621] ppid=32620 vsize=784280 CPUtime=19849.7 cores=0-7
/proc/32621/stat : 32621 (priss) S 32620 32620 31672 0 -1 4202496 153053 0 0 0 1984657 313 0 0 25 0 5 0 912371664 803102720 148655 33554432000 4194304 5787044 140735802538688 18446744073709551615 239488518577 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/32621/statm: 196070 148655 419 389 0 191820 0
[pid=32621/tid=32623] ppid=32620 vsize=784280 CPUtime=4962.43 cores=0-7
/proc/32621/task/32623/stat : 32623 (priss) R 32620 32620 31672 0 -1 4202560 39152 0 0 0 496188 55 0 0 25 0 5 0 912371665 803102720 148655 33554432000 4194304 5787044 140735802538688 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32621/tid=32624] ppid=32620 vsize=784280 CPUtime=4962.39 cores=0-7
/proc/32621/task/32624/stat : 32624 (priss) R 32620 32620 31672 0 -1 4202560 40408 0 0 0 496149 90 0 0 25 0 5 0 912371665 803102720 148655 33554432000 4194304 5787044 140735802538688 18446744073709551615 5591640 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32621/tid=32625] ppid=32620 vsize=784280 CPUtime=4962.41 cores=0-7
/proc/32621/task/32625/stat : 32625 (priss) R 32620 32620 31672 0 -1 4202560 25429 0 0 0 496180 61 0 0 25 0 5 0 912371665 803102720 148655 33554432000 4194304 5787044 140735802538688 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32621/tid=32626] ppid=32620 vsize=784280 CPUtime=4962.44 cores=0-7
/proc/32621/task/32626/stat : 32626 (priss) R 32620 32620 31672 0 -1 4202560 46544 0 0 0 496139 105 0 0 25 0 5 0 912371665 803102720 148655 33554432000 4194304 5787044 140735802538688 18446744073709551615 5527449 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19849.7
Current children cumulated vsize (KiB) 792980

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/176 303
/proc/meminfo: memFree=3245936/32950928 swapFree=67053956/67111528
[pid=32620] ppid=32618 vsize=8700 CPUtime=0 cores=0-7
/proc/32620/stat : 32620 (priss.sh) S 32618 32620 31672 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912371664 8908800 252 33554432000 4194304 4922060 140735037571456 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/32620/statm: 2175 252 211 178 0 68 0
[pid=32621] ppid=32620 vsize=784280 CPUtime=20089.7 cores=0-7
/proc/32621/stat : 32621 (priss) S 32620 32620 31672 0 -1 4202496 153992 0 0 0 2008654 318 0 0 25 0 5 0 912371664 803102720 149594 33554432000 4194304 5787044 140735802538688 18446744073709551615 239488518577 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/32621/statm: 196070 149594 419 389 0 191820 0
[pid=32621/tid=32623] ppid=32620 vsize=784280 CPUtime=5022.43 cores=0-7
/proc/32621/task/32623/stat : 32623 (priss) R 32620 32620 31672 0 -1 4202560 39283 0 0 0 502188 55 0 0 25 0 5 0 912371665 803102720 149594 33554432000 4194304 5787044 140735802538688 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32621/tid=32624] ppid=32620 vsize=784280 CPUtime=5022.4 cores=0-7
/proc/32621/task/32624/stat : 32624 (priss) R 32620 32620 31672 0 -1 4202560 40821 0 0 0 502147 93 0 0 25 0 5 0 912371665 803102720 149594 33554432000 4194304 5787044 140735802538688 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32621/tid=32625] ppid=32620 vsize=784280 CPUtime=5022.41 cores=0-7
/proc/32621/task/32625/stat : 32625 (priss) R 32620 32620 31672 0 -1 4202560 25429 0 0 0 502180 61 0 0 25 0 5 0 912371665 803102720 149594 33554432000 4194304 5787044 140735802538688 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32621/tid=32626] ppid=32620 vsize=784280 CPUtime=5022.44 cores=0-7
/proc/32621/task/32626/stat : 32626 (priss) R 32620 32620 31672 0 -1 4202560 46939 0 0 0 502137 107 0 0 25 0 5 0 912371665 803102720 149594 33554432000 4194304 5787044 140735802538688 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 20089.7
Current children cumulated vsize (KiB) 792980

[startup+5082.3 s]
/proc/loadavg: 4.08 4.02 4.01 5/176 305
/proc/meminfo: memFree=3240960/32950928 swapFree=67053956/67111528
[pid=32620] ppid=32618 vsize=8700 CPUtime=0 cores=0-7
/proc/32620/stat : 32620 (priss.sh) S 32618 32620 31672 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912371664 8908800 252 33554432000 4194304 4922060 140735037571456 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/32620/statm: 2175 252 211 178 0 68 0
[pid=32621] ppid=32620 vsize=784280 CPUtime=20329.7 cores=0-7
/proc/32621/stat : 32621 (priss) S 32620 32620 31672 0 -1 4202496 155272 0 0 0 2032651 321 0 0 25 0 5 0 912371664 803102720 150874 33554432000 4194304 5787044 140735802538688 18446744073709551615 239488518577 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/32621/statm: 196070 150874 419 389 0 191820 0
[pid=32621/tid=32623] ppid=32620 vsize=784280 CPUtime=5082.43 cores=0-7
/proc/32621/task/32623/stat : 32623 (priss) R 32620 32620 31672 0 -1 4202560 39714 0 0 0 508188 55 0 0 25 0 5 0 912371665 803102720 150874 33554432000 4194304 5787044 140735802538688 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32621/tid=32624] ppid=32620 vsize=784280 CPUtime=5082.4 cores=0-7
/proc/32621/task/32624/stat : 32624 (priss) R 32620 32620 31672 0 -1 4202560 41207 0 0 0 508145 95 0 0 25 0 5 0 912371665 803102720 150874 33554432000 4194304 5787044 140735802538688 18446744073709551615 5591315 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32621/tid=32625] ppid=32620 vsize=784280 CPUtime=5082.41 cores=0-7
/proc/32621/task/32625/stat : 32625 (priss) R 32620 32620 31672 0 -1 4202560 25431 0 0 0 508180 61 0 0 25 0 5 0 912371665 803102720 150874 33554432000 4194304 5787044 140735802538688 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32621/tid=32626] ppid=32620 vsize=784280 CPUtime=5082.44 cores=0-7
/proc/32621/task/32626/stat : 32626 (priss) R 32620 32620 31672 0 -1 4202560 47400 0 0 0 508135 109 0 0 25 0 5 0 912371665 803102720 150874 33554432000 4194304 5787044 140735802538688 18446744073709551615 5528099 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 20329.7
Current children cumulated vsize (KiB) 792980



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.06 4.02 4.00 5/176 306
/proc/meminfo: memFree=3235628/32950928 swapFree=67053956/67111528
[pid=32620] ppid=32618 vsize=8700 CPUtime=0 cores=0-7
/proc/32620/stat : 32620 (priss.sh) S 32618 32620 31672 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912371664 8908800 252 33554432000 4194304 4922060 140735037571456 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/32620/statm: 2175 252 211 178 0 68 0
[pid=32621] ppid=32620 vsize=788380 CPUtime=20400.6 cores=0-7
/proc/32621/stat : 32621 (priss) S 32620 32620 31672 0 -1 4202496 156580 0 0 0 2039733 322 0 0 25 0 5 0 912371664 807301120 152182 33554432000 4194304 5787044 140735802538688 18446744073709551615 239488518577 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/32621/statm: 197095 152182 419 389 0 192845 0
[pid=32621/tid=32623] ppid=32620 vsize=788380 CPUtime=5100.14 cores=0-7
/proc/32621/task/32623/stat : 32623 (priss) R 32620 32620 31672 0 -1 4202560 39736 0 0 0 509959 55 0 0 25 0 5 0 912371665 807301120 152182 33554432000 4194304 5787044 140735802538688 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=32621/tid=32624] ppid=32620 vsize=788380 CPUtime=5100.1 cores=0-7
/proc/32621/task/32624/stat : 32624 (priss) R 32620 32620 31672 0 -1 4202560 41347 0 0 0 509915 95 0 0 25 0 5 0 912371665 807301120 152182 33554432000 4194304 5787044 140735802538688 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32621/tid=32625] ppid=32620 vsize=788380 CPUtime=5100.12 cores=0-7
/proc/32621/task/32625/stat : 32625 (priss) R 32620 32620 31672 0 -1 4202560 25431 0 0 0 509951 61 0 0 25 0 5 0 912371665 807301120 152182 33554432000 4194304 5787044 140735802538688 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32621/tid=32626] ppid=32620 vsize=788380 CPUtime=5100.15 cores=0-7
/proc/32621/task/32626/stat : 32626 (priss) R 32620 32620 31672 0 -1 4202560 48546 0 0 0 509906 109 0 0 25 0 5 0 912371665 807301120 152182 33554432000 4194304 5787044 140735802538688 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 20400.6
Current children cumulated vsize (KiB) 797080

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 32620 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 20400.6
#
# 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.5
CPU user time (s): 20397.3
CPU system time (s): 3.22
CPU usage (%): 400.009
Max. virtual memory (cumulated for all children) (KiB): 797080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.000999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 332
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= 2

runsolver used 6.90995 second user time and 20.9078 second system time

The end

Launcher Data

Begin job on node148 at 2011-06-14 01:29:06
IDJOB=3499607
IDBENCH=85355
IDSOLVER=1994
FILE ID=node148/3499607-1308007746
RUNJOBID= node148-1307987437-31686
PBS_JOBID= 13559803
Free space on /var/tmp= 2900 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT05/crafted/jarvisalo05/mod2c-rand3bip-sat/mod2c-rand3bip-sat-250-3.shuffled-as.sat05-2535.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3499607-1308007746/watcher-3499607-1308007746 -o /var/tmp/evaluation-result-3499607-1308007746/solver-3499607-1308007746 -C 40000 -W 5100 -M 31000  HOME/priss.sh HOME HOME/instance-3499607-1308007746.cnf 1993140561 40000 31000 8

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

MD5SUM BENCH= 22bc1843113c53c5f8a8f8cec42dcbe5
RANDOM SEED=1993140561

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.854
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.82
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.854
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       3845052 kB
Buffers:        130672 kB
Cached:       28053116 kB
SwapCached:      10660 kB
Active:       12904868 kB
Inactive:     15296564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       3845052 kB
SwapTotal:    67111528 kB
SwapFree:     67053956 kB
Dirty:            1568 kB
Writeback:           0 kB
AnonPages:       16012 kB
Mapped:          12808 kB
Slab:           838872 kB
PageTables:       4304 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   187504 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= 2900 MiB
End job on node148 at 2011-06-14 02:54:08