Trace number 3499573

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/kexu/frb-0.6/
frb80-14-2.used-as.sat04-880.cnf
MD5SUM1242f0037df1c3d888415aeb418b77ed
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.83642
Satisfiable
(Un)Satisfiability was proved
Number of variables1120
Number of clauses43179
Sum of the clauses size87318
Maximum clause length14
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 243099
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 580

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: 1684
0.00/0.01	c parsetime: 8363us
0.00/0.01	c parsed 43179 clauses with 1120 variables
0.00/0.01	c NW started thread 0 successfully (1096640832)
0.00/0.01	c NW started thread 1 successfully (1107130688)
0.00/0.02	c NW started thread 2 successfully (1117620544)
0.00/0.03	c NW started thread 3 successfully (1128110400)
3.88/1.02	c preprocessor returned 10012 variables
3.88/1.02	c preprocessing returned UNKNOWN
3.88/1.02	c PP set 0 variables
3.88/1.02	c pp time: 1010833us (1s)
3.88/1.04	c preprocessor returned 10012 variables
3.88/1.04	c preprocessing returned UNKNOWN
3.88/1.04	c PP set 0 variables
3.88/1.04	c pp time: 1019943us (1s)
3.88/1.05	c preprocessor returned 10012 variables
3.88/1.05	c preprocessing returned UNKNOWN
3.88/1.05	c PP set 0 variables
3.88/1.05	c pp time: 1025557us (1s)
45.46/11.41	c preprocessor returned 30025 variables
45.46/11.41	c preprocessing returned UNKNOWN
45.46/11.41	c PP set 0 variables
45.46/11.41	c pp time: 11376668us (11s)
9208.55/2302.27	c HTE
9254.93/2313.82	c subsumption
9392.94/2348.38	c simplified formula contains 0 unit clauses
11344.59/2836.23	c added unsatisfied clause
11344.59/2836.23	c failed to add network clauses

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-3499573-1308005155/watcher-3499573-1308005155 -o /var/tmp/evaluation-result-3499573-1308005155/solver-3499573-1308005155 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499573-1308005155.cnf 537798309 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.93 2/170 1683
/proc/meminfo: memFree=4478100/32951124 swapFree=67052292/67111528
[pid=1683] ppid=1681 vsize=8700 CPUtime=0 cores=0-7
/proc/1683/stat : 1683 (priss.sh) S 1681 1683 1301 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912116486 8908800 252 33554432000 4194304 4922060 140736716437216 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/1683/statm: 2175 252 211 178 0 68 0

[startup+0.0895271 s]
/proc/loadavg: 4.00 4.00 3.93 2/170 1683
/proc/meminfo: memFree=4478100/32951124 swapFree=67052292/67111528
[pid=1683] ppid=1681 vsize=8700 CPUtime=0 cores=0-7
/proc/1683/stat : 1683 (priss.sh) S 1681 1683 1301 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912116486 8908800 252 33554432000 4194304 4922060 140736716437216 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/1683/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100524 s]
/proc/loadavg: 4.00 4.00 3.93 2/170 1683
/proc/meminfo: memFree=4478100/32951124 swapFree=67052292/67111528
[pid=1683] ppid=1681 vsize=8700 CPUtime=0 cores=0-7
/proc/1683/stat : 1683 (priss.sh) S 1681 1683 1301 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912116486 8908800 252 33554432000 4194304 4922060 140736716437216 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/1683/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300485 s]
/proc/loadavg: 4.00 4.00 3.93 2/170 1683
/proc/meminfo: memFree=4478100/32951124 swapFree=67052292/67111528
[pid=1683] ppid=1681 vsize=8700 CPUtime=0 cores=0-7
/proc/1683/stat : 1683 (priss.sh) S 1681 1683 1301 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912116486 8908800 252 33554432000 4194304 4922060 140736716437216 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/1683/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700394 s]
/proc/loadavg: 4.00 4.00 3.93 2/170 1683
/proc/meminfo: memFree=4478100/32951124 swapFree=67052292/67111528
[pid=1683] ppid=1681 vsize=8700 CPUtime=0 cores=0-7
/proc/1683/stat : 1683 (priss.sh) S 1681 1683 1301 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912116486 8908800 252 33554432000 4194304 4922060 140736716437216 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/1683/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50025 s]
/proc/loadavg: 4.00 4.00 3.93 5/176 1689
/proc/meminfo: memFree=4443480/32951124 swapFree=67052292/67111528
[pid=1683] ppid=1681 vsize=8700 CPUtime=0 cores=0-7
/proc/1683/stat : 1683 (priss.sh) S 1681 1683 1301 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912116486 8908800 252 33554432000 4194304 4922060 140736716437216 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/1683/statm: 2175 252 211 178 0 68 0
[pid=1684] ppid=1683 vsize=277564 CPUtime=5.86 cores=0-7
/proc/1684/stat : 1684 (priss) S 1683 1683 1301 0 -1 4202496 17869 0 0 0 580 6 0 0 19 0 5 0 912116486 284225536 9963 33554432000 4194304 5787044 140736386581424 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/1684/statm: 69391 9963 404 389 0 65141 0
[pid=1684/tid=1686] ppid=1683 vsize=277564 CPUtime=1.46 cores=0-7
/proc/1684/task/1686/stat : 1686 (priss) R 1683 1683 1301 0 -1 4202560 4191 0 0 0 145 1 0 0 18 0 5 0 912116488 284225536 9963 33554432000 4194304 5787044 140736386581424 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=1684/tid=1687] ppid=1683 vsize=277564 CPUtime=1.46 cores=0-7
/proc/1684/task/1687/stat : 1687 (priss) R 1683 1683 1301 0 -1 4202560 3946 0 0 0 143 3 0 0 18 0 5 0 912116488 284225536 9963 33554432000 4194304 5787044 140736386581424 18446744073709551615 5576478 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=1684/tid=1688] ppid=1683 vsize=277564 CPUtime=1.45 cores=0-7
/proc/1684/task/1688/stat : 1688 (priss) R 1683 1683 1301 0 -1 4202560 3819 0 0 0 145 0 0 0 18 0 5 0 912116489 284225536 9963 33554432000 4194304 5787044 140736386581424 18446744073709551615 4220893 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=1684/tid=1689] ppid=1683 vsize=277564 CPUtime=1.44 cores=0-7
/proc/1684/task/1689/stat : 1689 (priss) R 1683 1683 1301 0 -1 4202560 3142 0 0 0 144 0 0 0 19 0 5 0 912116489 284225536 9963 33554432000 4194304 5787044 140736386581424 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.86
Current children cumulated vsize (KiB) 286264

[startup+3.10097 s]
/proc/loadavg: 4.00 4.00 3.93 5/176 1690
/proc/meminfo: memFree=4435172/32951124 swapFree=67052292/67111528
[pid=1683] ppid=1681 vsize=8700 CPUtime=0 cores=0-7
/proc/1683/stat : 1683 (priss.sh) S 1681 1683 1301 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912116486 8908800 252 33554432000 4194304 4922060 140736716437216 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/1683/statm: 2175 252 211 178 0 68 0
[pid=1684] ppid=1683 vsize=281664 CPUtime=12.26 cores=0-7
/proc/1684/stat : 1684 (priss) S 1683 1683 1301 0 -1 4202496 19472 0 0 0 1220 6 0 0 19 0 5 0 912116486 288423936 11566 33554432000 4194304 5787044 140736386581424 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/1684/statm: 70416 11566 404 389 0 66166 0
[pid=1684/tid=1686] ppid=1683 vsize=281664 CPUtime=3.06 cores=0-7
/proc/1684/task/1686/stat : 1686 (priss) R 1683 1683 1301 0 -1 4202560 4377 0 0 0 305 1 0 0 18 0 5 0 912116488 288423936 11566 33554432000 4194304 5787044 140736386581424 18446744073709551615 4229595 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=1684/tid=1687] ppid=1683 vsize=281664 CPUtime=3.06 cores=0-7
/proc/1684/task/1687/stat : 1687 (priss) R 1683 1683 1301 0 -1 4202560 4140 0 0 0 303 3 0 0 20 0 5 0 912116488 288423936 11566 33554432000 4194304 5787044 140736386581424 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=1684/tid=1688] ppid=1683 vsize=281664 CPUtime=3.05 cores=0-7
/proc/1684/task/1688/stat : 1688 (priss) R 1683 1683 1301 0 -1 4202560 5040 0 0 0 304 1 0 0 18 0 5 0 912116489 288423936 11566 33554432000 4194304 5787044 140736386581424 18446744073709551615 5585240 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=1684/tid=1689] ppid=1683 vsize=281664 CPUtime=3.04 cores=0-7
/proc/1684/task/1689/stat : 1689 (priss) R 1683 1683 1301 0 -1 4202560 3144 0 0 0 304 0 0 0 25 0 5 0 912116489 288423936 11566 33554432000 4194304 5787044 140736386581424 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.26
Current children cumulated vsize (KiB) 290364

[startup+6.3004 s]
/proc/loadavg: 4.00 4.00 3.93 5/176 1690
/proc/meminfo: memFree=4431836/32951124 swapFree=67052292/67111528
[pid=1683] ppid=1681 vsize=8700 CPUtime=0 cores=0-7
/proc/1683/stat : 1683 (priss.sh) S 1681 1683 1301 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912116486 8908800 252 33554432000 4194304 4922060 140736716437216 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/1683/statm: 2175 252 211 178 0 68 0
[pid=1684] ppid=1683 vsize=281664 CPUtime=25.06 cores=0-7
/proc/1684/stat : 1684 (priss) S 1683 1683 1301 0 -1 4202496 20411 0 0 0 2499 7 0 0 19 0 5 0 912116486 288423936 12505 33554432000 4194304 5787044 140736386581424 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/1684/statm: 70416 12505 405 389 0 66166 0
[pid=1684/tid=1686] ppid=1683 vsize=281664 CPUtime=6.26 cores=0-7
/proc/1684/task/1686/stat : 1686 (priss) R 1683 1683 1301 0 -1 4202560 4678 0 0 0 625 1 0 0 18 0 5 0 912116488 288423936 12505 33554432000 4194304 5787044 140736386581424 18446744073709551615 4219663 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=1684/tid=1687] ppid=1683 vsize=281664 CPUtime=6.26 cores=0-7
/proc/1684/task/1687/stat : 1687 (priss) R 1683 1683 1301 0 -1 4202560 4415 0 0 0 623 3 0 0 22 0 5 0 912116488 288423936 12505 33554432000 4194304 5787044 140736386581424 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=1684/tid=1688] ppid=1683 vsize=281664 CPUtime=6.25 cores=0-7
/proc/1684/task/1688/stat : 1688 (priss) R 1683 1683 1301 0 -1 4202560 5403 0 0 0 624 1 0 0 19 0 5 0 912116489 288423936 12505 33554432000 4194304 5787044 140736386581424 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=1684/tid=1689] ppid=1683 vsize=281664 CPUtime=6.24 cores=0-7
/proc/1684/task/1689/stat : 1689 (priss) R 1683 1683 1301 0 -1 4202560 3144 0 0 0 624 0 0 0 25 0 5 0 912116489 288423936 12505 33554432000 4194304 5787044 140736386581424 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 290364

[startup+12.7013 s]
/proc/loadavg: 4.00 4.00 3.93 5/176 1690
/proc/meminfo: memFree=4419508/32951124 swapFree=67052292/67111528
[pid=1683] ppid=1681 vsize=8700 CPUtime=0 cores=0-7
/proc/1683/stat : 1683 (priss.sh) S 1681 1683 1301 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912116486 8908800 252 33554432000 4194304 4922060 140736716437216 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/1683/statm: 2175 252 211 178 0 68 0
[pid=1684] ppid=1683 vsize=286064 CPUtime=50.65 cores=0-7
/proc/1684/stat : 1684 (priss) S 1683 1683 1301 0 -1 4202496 23962 0 0 0 5054 11 0 0 19 0 5 0 912116486 292929536 15352 33554432000 4194304 5787044 140736386581424 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/1684/statm: 71516 15352 418 389 0 67266 0
[pid=1684/tid=1686] ppid=1683 vsize=286064 CPUtime=12.66 cores=0-7
/proc/1684/task/1686/stat : 1686 (priss) R 1683 1683 1301 0 -1 4202560 5230 0 0 0 1264 2 0 0 18 0 5 0 912116488 292929536 15352 33554432000 4194304 5787044 140736386581424 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=1684/tid=1687] ppid=1683 vsize=286064 CPUtime=12.66 cores=0-7
/proc/1684/task/1687/stat : 1687 (priss) R 1683 1683 1301 0 -1 4202560 4990 0 0 0 1261 5 0 0 18 0 5 0 912116488 292929536 15352 33554432000 4194304 5787044 140736386581424 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=1684/tid=1688] ppid=1683 vsize=286064 CPUtime=12.65 cores=0-7
/proc/1684/task/1688/stat : 1688 (priss) R 1683 1683 1301 0 -1 4202560 6002 0 0 0 1263 2 0 0 18 0 5 0 912116489 292929536 15352 33554432000 4194304 5787044 140736386581424 18446744073709551615 5591342 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=1684/tid=1689] ppid=1683 vsize=286064 CPUtime=12.63 cores=0-7
/proc/1684/task/1689/stat : 1689 (priss) R 1683 1683 1301 0 -1 4202560 4969 0 0 0 1263 0 0 0 19 0 5 0 912116489 292929536 15352 33554432000 4194304 5787044 140736386581424 18446744073709551615 5528412 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 294764

[startup+25.501 s]
/proc/loadavg: 4.00 4.00 3.93 5/176 1690
/proc/meminfo: memFree=4402112/32951124 swapFree=67052292/67111528
[pid=1683] ppid=1681 vsize=8700 CPUtime=0 cores=0-7
/proc/1683/stat : 1683 (priss.sh) S 1681 1683 1301 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912116486 8908800 252 33554432000 4194304 4922060 140736716437216 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/1683/statm: 2175 252 211 178 0 68 0
[pid=1684] ppid=1683 vsize=294580 CPUtime=101.83 cores=0-7
/proc/1684/stat : 1684 (priss) S 1683 1683 1301 0 -1 4202496 28954 0 0 0 10165 18 0 0 19 0 5 0 912116486 301649920 20344 33554432000 4194304 5787044 140736386581424 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/1684/statm: 73645 20344 418 389 0 69395 0
[pid=1684/tid=1686] ppid=1683 vsize=294580 CPUtime=25.46 cores=0-7
/proc/1684/task/1686/stat : 1686 (priss) R 1683 1683 1301 0 -1 4202560 6155 0 0 0 2542 4 0 0 18 0 5 0 912116488 301649920 20344 33554432000 4194304 5787044 140736386581424 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=1684/tid=1687] ppid=1683 vsize=294580 CPUtime=25.44 cores=0-7
/proc/1684/task/1687/stat : 1687 (priss) R 1683 1683 1301 0 -1 4202560 5891 0 0 0 2538 6 0 0 21 0 5 0 912116488 301649920 20344 33554432000 4194304 5787044 140736386581424 18446744073709551615 5576608 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=1684/tid=1688] ppid=1683 vsize=294580 CPUtime=25.44 cores=0-7
/proc/1684/task/1688/stat : 1688 (priss) R 1683 1683 1301 0 -1 4202560 7056 0 0 0 2540 4 0 0 18 0 5 0 912116489 301649920 20344 33554432000 4194304 5787044 140736386581424 18446744073709551615 5590848 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=1684/tid=1689] ppid=1683 vsize=294580 CPUtime=25.43 cores=0-7
/proc/1684/task/1689/stat : 1689 (priss) R 1683 1683 1301 0 -1 4202560 7081 0 0 0 2542 1 0 0 20 0 5 0 912116489 301649920 20344 33554432000 4194304 5787044 140736386581424 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 303280

[startup+51.1005 s]
/proc/loadavg: 4.00 4.00 3.93 5/176 1691
/proc/meminfo: memFree=4367700/32951124 swapFree=67052292/67111528
[pid=1683] ppid=1681 vsize=8700 CPUtime=0 cores=0-7
/proc/1683/stat : 1683 (priss.sh) S 1681 1683 1301 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912116486 8908800 252 33554432000 4194304 4922060 140736716437216 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/1683/statm: 2175 252 211 178 0 68 0
[pid=1684] ppid=1683 vsize=308648 CPUtime=204.2 cores=0-7
/proc/1684/stat : 1684 (priss) S 1683 1683 1301 0 -1 4202496 37509 0 0 0 20383 37 0 0 19 0 5 0 912116486 316055552 28833 33554432000 4194304 5787044 140736386581424 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/1684/statm: 77162 28833 418 389 0 72912 0
[pid=1684/tid=1686] ppid=1683 vsize=308648 CPUtime=51.05 cores=0-7
/proc/1684/task/1686/stat : 1686 (priss) R 1683 1683 1301 0 -1 4202560 8807 0 0 0 5097 8 0 0 20 0 5 0 912116488 316055552 28833 33554432000 4194304 5787044 140736386581424 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=1684/tid=1687] ppid=1683 vsize=308648 CPUtime=51.03 cores=0-7
/proc/1684/task/1687/stat : 1687 (priss) R 1683 1683 1301 0 -1 4202560 8478 0 0 0 5089 14 0 0 19 0 5 0 912116488 316055552 28833 33554432000 4194304 5787044 140736386581424 18446744073709551615 5590543 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=1684/tid=1688] ppid=1683 vsize=308648 CPUtime=51.03 cores=0-7
/proc/1684/task/1688/stat : 1688 (priss) R 1683 1683 1301 0 -1 4202560 8966 0 0 0 5092 11 0 0 19 0 5 0 912116489 316055552 28833 33554432000 4194304 5787044 140736386581424 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=1684/tid=1689] ppid=1683 vsize=308648 CPUtime=51.03 cores=0-7
/proc/1684/task/1689/stat : 1689 (priss) R 1683 1683 1301 0 -1 4202560 8487 0 0 0 5101 2 0 0 25 0 5 0 912116489 316055552 28833 33554432000 4194304 5787044 140736386581424 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 204.2
Current children cumulated vsize (KiB) 317348

[startup+102.306 s]
/proc/loadavg: 4.00 4.00 3.93 5/176 1692
/proc/meminfo: memFree=4331080/32951124 swapFree=67052292/67111528
[pid=1683] ppid=1681 vsize=8700 CPUtime=0 cores=0-7
/proc/1683/stat : 1683 (priss.sh) S 1681 1683 1301 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912116486 8908800 252 33554432000 4194304 4922060 140736716437216 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/1683/statm: 2175 252 211 178 0 68 0
[pid=1684] ppid=1683 vsize=325600 CPUtime=409 cores=0-7
/proc/1684/stat : 1684 (priss) S 1683 1683 1301 0 -1 4202496 46714 0 0 0 40842 58 0 0 19 0 5 0 912116486 333414400 37939 33554432000 4194304 5787044 140736386581424 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/1684/statm: 81400 37939 418 389 0 77150 0
[pid=1684/tid=1686] ppid=1683 vsize=325600 CPUtime=102.25 cores=0-7
/proc/1684/task/1686/stat : 1686 (priss) R 1683 1683 1301 0 -1 4202560 11765 0 0 0 10210 15 0 0 18 0 5 0 912116488 333414400 37939 33554432000 4194304 5787044 140736386581424 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=1684/tid=1687] ppid=1683 vsize=325600 CPUtime=102.23 cores=0-7
/proc/1684/task/1687/stat : 1687 (priss) R 1683 1683 1301 0 -1 4202560 10019 0 0 0 10204 19 0 0 25 0 5 0 912116488 333414400 37939 33554432000 4194304 5787044 140736386581424 18446744073709551615 5576478 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=1684/tid=1688] ppid=1683 vsize=325600 CPUtime=102.24 cores=0-7
/proc/1684/task/1688/stat : 1688 (priss) R 1683 1683 1301 0 -1 4202560 11567 0 0 0 10205 19 0 0 25 0 5 0 912116489 333414400 37939 33554432000 4194304 5787044 140736386581424 18446744073709551615 5586597 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=1684/tid=1689] ppid=1683 vsize=325600 CPUtime=102.23 cores=0-7

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

/proc/1684/task/1687/stat : 1687 (priss) R 1683 1683 1301 0 -1 4202560 68946 0 0 0 472063 162 0 0 25 0 5 0 912116488 1344249856 281599 33554432000 4194304 5787044 140736386581424 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=1684/tid=1688] ppid=1683 vsize=1312744 CPUtime=4722.29 cores=0-7
/proc/1684/task/1688/stat : 1688 (priss) R 1683 1683 1301 0 -1 4202560 77166 0 0 0 471942 287 0 0 25 0 5 0 912116489 1344249856 281599 33554432000 4194304 5787044 140736386581424 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=1684/tid=1689] ppid=1683 vsize=1312744 CPUtime=4722.26 cores=0-7
/proc/1684/task/1689/stat : 1689 (priss) R 1683 1683 1301 0 -1 4202560 83199 0 0 0 472191 35 0 0 25 0 5 0 912116489 1344249856 281599 33554432000 4194304 5787044 140736386581424 18446744073709551615 5527610 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 18889.1
Current children cumulated vsize (KiB) 1321444

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 1841
/proc/meminfo: memFree=3342940/32951124 swapFree=67052292/67111528
[pid=1683] ppid=1681 vsize=8700 CPUtime=0 cores=0-7
/proc/1683/stat : 1683 (priss.sh) S 1681 1683 1301 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912116486 8908800 252 33554432000 4194304 4922060 140736716437216 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/1683/statm: 2175 252 211 178 0 68 0
[pid=1684] ppid=1683 vsize=1378280 CPUtime=19129.1 cores=0-7
/proc/1684/stat : 1684 (priss) S 1683 1683 1301 0 -1 4202496 302346 0 0 0 1912207 704 0 0 19 0 5 0 912116486 1411358720 284043 33554432000 4194304 5787044 140736386581424 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/1684/statm: 344570 284043 419 389 0 340320 0
[pid=1684/tid=1686] ppid=1683 vsize=1378280 CPUtime=4782.28 cores=0-7
/proc/1684/task/1686/stat : 1686 (priss) R 1683 1683 1301 0 -1 4202560 67915 0 0 0 478016 212 0 0 25 0 5 0 912116488 1411358720 284043 33554432000 4194304 5787044 140736386581424 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=1684/tid=1687] ppid=1683 vsize=1378280 CPUtime=4782.24 cores=0-7
/proc/1684/task/1687/stat : 1687 (priss) R 1683 1683 1301 0 -1 4202560 70045 0 0 0 478062 162 0 0 25 0 5 0 912116488 1411358720 284043 33554432000 4194304 5787044 140736386581424 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=1684/tid=1688] ppid=1683 vsize=1378280 CPUtime=4782.28 cores=0-7
/proc/1684/task/1688/stat : 1688 (priss) R 1683 1683 1301 0 -1 4202560 78403 0 0 0 477934 294 0 0 25 0 5 0 912116489 1411358720 284043 33554432000 4194304 5787044 140736386581424 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=1684/tid=1689] ppid=1683 vsize=1378280 CPUtime=4782.26 cores=0-7
/proc/1684/task/1689/stat : 1689 (priss) R 1683 1683 1301 0 -1 4202560 83212 0 0 0 478191 35 0 0 25 0 5 0 912116489 1411358720 284043 33554432000 4194304 5787044 140736386581424 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19129.1
Current children cumulated vsize (KiB) 1386980

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 1843
/proc/meminfo: memFree=3337560/32951124 swapFree=67052292/67111528
[pid=1683] ppid=1681 vsize=8700 CPUtime=0 cores=0-7
/proc/1683/stat : 1683 (priss.sh) S 1681 1683 1301 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912116486 8908800 252 33554432000 4194304 4922060 140736716437216 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/1683/statm: 2175 252 211 178 0 68 0
[pid=1684] ppid=1683 vsize=1378616 CPUtime=19369.1 cores=0-7
/proc/1684/stat : 1684 (priss) S 1683 1683 1301 0 -1 4202496 303744 0 0 0 1936202 710 0 0 19 0 5 0 912116486 1411702784 285441 33554432000 4194304 5787044 140736386581424 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/1684/statm: 344654 285441 419 389 0 340404 0
[pid=1684/tid=1686] ppid=1683 vsize=1378616 CPUtime=4842.28 cores=0-7
/proc/1684/task/1686/stat : 1686 (priss) R 1683 1683 1301 0 -1 4202560 67975 0 0 0 484016 212 0 0 25 0 5 0 912116488 1411702784 285441 33554432000 4194304 5787044 140736386581424 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=1684/tid=1687] ppid=1683 vsize=1378616 CPUtime=4842.25 cores=0-7
/proc/1684/task/1687/stat : 1687 (priss) R 1683 1683 1301 0 -1 4202560 70138 0 0 0 484063 162 0 0 25 0 5 0 912116488 1411702784 285441 33554432000 4194304 5787044 140736386581424 18446744073709551615 5591243 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=1684/tid=1688] ppid=1683 vsize=1378616 CPUtime=4842.29 cores=0-7
/proc/1684/task/1688/stat : 1688 (priss) R 1683 1683 1301 0 -1 4202560 79585 0 0 0 483929 300 0 0 25 0 5 0 912116489 1411702784 285441 33554432000 4194304 5787044 140736386581424 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=1684/tid=1689] ppid=1683 vsize=1378616 CPUtime=4842.26 cores=0-7
/proc/1684/task/1689/stat : 1689 (priss) R 1683 1683 1301 0 -1 4202560 83275 0 0 0 484191 35 0 0 25 0 5 0 912116489 1411702784 285441 33554432000 4194304 5787044 140736386581424 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19369.1
Current children cumulated vsize (KiB) 1387316

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 1844
/proc/meminfo: memFree=3328476/32951124 swapFree=67052292/67111528
[pid=1683] ppid=1681 vsize=8700 CPUtime=0 cores=0-7
/proc/1683/stat : 1683 (priss.sh) S 1681 1683 1301 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912116486 8908800 252 33554432000 4194304 4922060 140736716437216 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/1683/statm: 2175 252 211 178 0 68 0
[pid=1684] ppid=1683 vsize=1382840 CPUtime=19609.1 cores=0-7
/proc/1684/stat : 1684 (priss) S 1683 1683 1301 0 -1 4202496 306015 0 0 0 1960196 716 0 0 19 0 5 0 912116486 1416028160 287712 33554432000 4194304 5787044 140736386581424 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/1684/statm: 345710 287712 419 389 0 341460 0
[pid=1684/tid=1686] ppid=1683 vsize=1382840 CPUtime=4902.28 cores=0-7
/proc/1684/task/1686/stat : 1686 (priss) R 1683 1683 1301 0 -1 4202560 67991 0 0 0 490016 212 0 0 25 0 5 0 912116488 1416028160 287712 33554432000 4194304 5787044 140736386581424 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=1684/tid=1687] ppid=1683 vsize=1382840 CPUtime=4902.24 cores=0-7
/proc/1684/task/1687/stat : 1687 (priss) R 1683 1683 1301 0 -1 4202560 70252 0 0 0 490062 162 0 0 25 0 5 0 912116488 1416028160 287712 33554432000 4194304 5787044 140736386581424 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=1684/tid=1688] ppid=1683 vsize=1382840 CPUtime=4902.28 cores=0-7
/proc/1684/task/1688/stat : 1688 (priss) R 1683 1683 1301 0 -1 4202560 80694 0 0 0 489923 305 0 0 25 0 5 0 912116489 1416028160 287712 33554432000 4194304 5787044 140736386581424 18446744073709551615 5591272 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=1684/tid=1689] ppid=1683 vsize=1382840 CPUtime=4902.26 cores=0-7
/proc/1684/task/1689/stat : 1689 (priss) R 1683 1683 1301 0 -1 4202560 84307 0 0 0 490191 35 0 0 25 0 5 0 912116489 1416028160 287712 33554432000 4194304 5787044 140736386581424 18446744073709551615 5527101 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19609.1
Current children cumulated vsize (KiB) 1391540

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 1846
/proc/meminfo: memFree=3318768/32951124 swapFree=67052292/67111528
[pid=1683] ppid=1681 vsize=8700 CPUtime=0 cores=0-7
/proc/1683/stat : 1683 (priss.sh) S 1681 1683 1301 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912116486 8908800 252 33554432000 4194304 4922060 140736716437216 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/1683/statm: 2175 252 211 178 0 68 0
[pid=1684] ppid=1683 vsize=1383000 CPUtime=19849.1 cores=0-7
/proc/1684/stat : 1684 (priss) S 1683 1683 1301 0 -1 4202496 308420 0 0 0 1984190 723 0 0 19 0 5 0 912116486 1416192000 290117 33554432000 4194304 5787044 140736386581424 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/1684/statm: 345750 290117 419 389 0 341500 0
[pid=1684/tid=1686] ppid=1683 vsize=1383000 CPUtime=4962.28 cores=0-7
/proc/1684/task/1686/stat : 1686 (priss) R 1683 1683 1301 0 -1 4202560 68057 0 0 0 496016 212 0 0 25 0 5 0 912116488 1416192000 290117 33554432000 4194304 5787044 140736386581424 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=1684/tid=1687] ppid=1683 vsize=1383000 CPUtime=4962.25 cores=0-7
/proc/1684/task/1687/stat : 1687 (priss) R 1683 1683 1301 0 -1 4202560 70373 0 0 0 496063 162 0 0 25 0 5 0 912116488 1416192000 290117 33554432000 4194304 5787044 140736386581424 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=1684/tid=1688] ppid=1683 vsize=1383000 CPUtime=4962.29 cores=0-7
/proc/1684/task/1688/stat : 1688 (priss) R 1683 1683 1301 0 -1 4202560 82874 0 0 0 495917 312 0 0 25 0 5 0 912116489 1416192000 290117 33554432000 4194304 5787044 140736386581424 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=1684/tid=1689] ppid=1683 vsize=1383000 CPUtime=4962.26 cores=0-7
/proc/1684/task/1689/stat : 1689 (priss) R 1683 1683 1301 0 -1 4202560 84345 0 0 0 496191 35 0 0 25 0 5 0 912116489 1416192000 290117 33554432000 4194304 5787044 140736386581424 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19849.1
Current children cumulated vsize (KiB) 1391700

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 1847
/proc/meminfo: memFree=3308916/32951124 swapFree=67052292/67111528
[pid=1683] ppid=1681 vsize=8700 CPUtime=0 cores=0-7
/proc/1683/stat : 1683 (priss.sh) S 1681 1683 1301 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912116486 8908800 252 33554432000 4194304 4922060 140736716437216 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/1683/statm: 2175 252 211 178 0 68 0
[pid=1684] ppid=1683 vsize=1383000 CPUtime=20089.1 cores=0-7
/proc/1684/stat : 1684 (priss) S 1683 1683 1301 0 -1 4202496 310874 0 0 0 2008184 730 0 0 19 0 5 0 912116486 1416192000 292571 33554432000 4194304 5787044 140736386581424 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/1684/statm: 345750 292571 419 389 0 341500 0
[pid=1684/tid=1686] ppid=1683 vsize=1383000 CPUtime=5022.28 cores=0-7
/proc/1684/task/1686/stat : 1686 (priss) R 1683 1683 1301 0 -1 4202560 68219 0 0 0 502016 212 0 0 25 0 5 0 912116488 1416192000 292571 33554432000 4194304 5787044 140736386581424 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=1684/tid=1687] ppid=1683 vsize=1383000 CPUtime=5022.25 cores=0-7
/proc/1684/task/1687/stat : 1687 (priss) R 1683 1683 1301 0 -1 4202560 71481 0 0 0 502063 162 0 0 25 0 5 0 912116488 1416192000 292571 33554432000 4194304 5787044 140736386581424 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=1684/tid=1688] ppid=1683 vsize=1383000 CPUtime=5022.28 cores=0-7
/proc/1684/task/1688/stat : 1688 (priss) R 1683 1683 1301 0 -1 4202560 84031 0 0 0 501910 318 0 0 25 0 5 0 912116489 1416192000 292571 33554432000 4194304 5787044 140736386581424 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=1684/tid=1689] ppid=1683 vsize=1383000 CPUtime=5022.26 cores=0-7
/proc/1684/task/1689/stat : 1689 (priss) R 1683 1683 1301 0 -1 4202560 84372 0 0 0 502191 35 0 0 25 0 5 0 912116489 1416192000 292571 33554432000 4194304 5787044 140736386581424 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 20089.1
Current children cumulated vsize (KiB) 1391700

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 1849
/proc/meminfo: memFree=3297100/32951124 swapFree=67052292/67111528
[pid=1683] ppid=1681 vsize=8700 CPUtime=0 cores=0-7
/proc/1683/stat : 1683 (priss.sh) S 1681 1683 1301 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912116486 8908800 252 33554432000 4194304 4922060 140736716437216 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/1683/statm: 2175 252 211 178 0 68 0
[pid=1684] ppid=1683 vsize=1387480 CPUtime=20329.1 cores=0-7
/proc/1684/stat : 1684 (priss) S 1683 1683 1301 0 -1 4202496 313876 0 0 0 2032175 739 0 0 19 0 5 0 912116486 1420779520 295573 33554432000 4194304 5787044 140736386581424 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/1684/statm: 346870 295573 419 389 0 342620 0
[pid=1684/tid=1686] ppid=1683 vsize=1387480 CPUtime=5082.28 cores=0-7
/proc/1684/task/1686/stat : 1686 (priss) R 1683 1683 1301 0 -1 4202560 68548 0 0 0 508015 213 0 0 25 0 5 0 912116488 1420779520 295573 33554432000 4194304 5787044 140736386581424 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=1684/tid=1687] ppid=1683 vsize=1387480 CPUtime=5082.25 cores=0-7
/proc/1684/task/1687/stat : 1687 (priss) R 1683 1683 1301 0 -1 4202560 71954 0 0 0 508061 164 0 0 25 0 5 0 912116488 1420779520 295573 33554432000 4194304 5787044 140736386581424 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=1684/tid=1688] ppid=1683 vsize=1387480 CPUtime=5082.29 cores=0-7
/proc/1684/task/1688/stat : 1688 (priss) R 1683 1683 1301 0 -1 4202560 85157 0 0 0 507904 325 0 0 25 0 5 0 912116489 1420779520 295573 33554432000 4194304 5787044 140736386581424 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=1684/tid=1689] ppid=1683 vsize=1387480 CPUtime=5082.26 cores=0-7
/proc/1684/task/1689/stat : 1689 (priss) R 1683 1683 1301 0 -1 4202560 85446 0 0 0 508191 35 0 0 25 0 5 0 912116489 1420779520 295573 33554432000 4194304 5787044 140736386581424 18446744073709551615 5527205 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 20329.1
Current children cumulated vsize (KiB) 1396180



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 1849
/proc/meminfo: memFree=3293216/32951124 swapFree=67052292/67111528
[pid=1683] ppid=1681 vsize=8700 CPUtime=0 cores=0-7
/proc/1683/stat : 1683 (priss.sh) S 1681 1683 1301 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 912116486 8908800 252 33554432000 4194304 4922060 140736716437216 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/1683/statm: 2175 252 211 178 0 68 0
[pid=1684] ppid=1683 vsize=1387480 CPUtime=20399.9 cores=0-7
/proc/1684/stat : 1684 (priss) S 1683 1683 1301 0 -1 4202496 314823 0 0 0 2039252 743 0 0 19 0 5 0 912116486 1420779520 296520 33554432000 4194304 5787044 140736386581424 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/1684/statm: 346870 296520 419 389 0 342620 0
[pid=1684/tid=1686] ppid=1683 vsize=1387480 CPUtime=5099.98 cores=0-7
/proc/1684/task/1686/stat : 1686 (priss) R 1683 1683 1301 0 -1 4202560 68808 0 0 0 509784 214 0 0 25 0 5 0 912116488 1420779520 296520 33554432000 4194304 5787044 140736386581424 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=1684/tid=1687] ppid=1683 vsize=1387480 CPUtime=5099.95 cores=0-7
/proc/1684/task/1687/stat : 1687 (priss) R 1683 1683 1301 0 -1 4202560 72292 0 0 0 509831 164 0 0 25 0 5 0 912116488 1420779520 296520 33554432000 4194304 5787044 140736386581424 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=1684/tid=1688] ppid=1683 vsize=1387480 CPUtime=5099.99 cores=0-7
/proc/1684/task/1688/stat : 1688 (priss) R 1683 1683 1301 0 -1 4202560 85479 0 0 0 509672 327 0 0 25 0 5 0 912116489 1420779520 296520 33554432000 4194304 5787044 140736386581424 18446744073709551615 4238936 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=1684/tid=1689] ppid=1683 vsize=1387480 CPUtime=5099.97 cores=0-7
/proc/1684/task/1689/stat : 1689 (priss) R 1683 1683 1301 0 -1 4202560 85473 0 0 0 509962 35 0 0 25 0 5 0 912116489 1420779520 296520 33554432000 4194304 5787044 140736386581424 18446744073709551615 5528398 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 20399.9
Current children cumulated vsize (KiB) 1396180

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 1683 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 20399.9
#
# 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): 20392.5
CPU system time (s): 7.43
CPU usage (%): 399.998
Max. virtual memory (cumulated for all children) (KiB): 1396180

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

runsolver used 7.8798 second user time and 19.913 second system time

The end

Launcher Data

Begin job on node108 at 2011-06-14 00:45:55
IDJOB=3499573
IDBENCH=84554
IDSOLVER=1994
FILE ID=node108/3499573-1308005155
RUNJOBID= node108-1307998969-1315
PBS_JOBID= 13559837
Free space on /var/tmp= 2888 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT04/handmade/kexu/frb-0.6/frb80-14-2.used-as.sat04-880.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3499573-1308005155/watcher-3499573-1308005155 -o /var/tmp/evaluation-result-3499573-1308005155/solver-3499573-1308005155 -C 40000 -W 5100 -M 31000  HOME/priss.sh HOME HOME/instance-3499573-1308005155.cnf 537798309 40000 31000 8

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

MD5SUM BENCH= 1242f0037df1c3d888415aeb418b77ed
RANDOM SEED=537798309

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       4478272 kB
Buffers:        140304 kB
Cached:       27404452 kB
SwapCached:      23260 kB
Active:       11870008 kB
Inactive:     15704080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       4478272 kB
SwapTotal:    67111528 kB
SwapFree:     67052292 kB
Dirty:            2100 kB
Writeback:           0 kB
AnonPages:       27188 kB
Mapped:           8864 kB
Slab:           830724 kB
PageTables:       4088 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   189428 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= 2884 MiB
End job on node108 at 2011-06-14 02:10:58