Trace number 3499539

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

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_60_28_40_7-log.shuffled-as.sat03-127.cnf
MD5SUMf1f35d90237c4ca07d41a6a9b08e6279
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2451.79
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of clauses58376
Sum of the clauses size583480
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 556
Number of clauses of size over 558320

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: 25555
0.00/0.04	c parsetime: 40351us
0.00/0.04	c parsed 58376 clauses with 140 variables
0.00/0.05	c NW started thread 0 successfully (1115380032)
0.00/0.07	c NW started thread 1 successfully (1125869888)
0.00/0.10	c NW started thread 2 successfully (1087879488)
0.00/0.13	c NW started thread 3 successfully (1136359744)
136.55/34.26	c preprocessor returned 10019 variables
136.55/34.26	c preprocessing returned UNKNOWN
136.55/34.26	c PP set 0 variables
136.55/34.26	c pp time: 34165429us (34s)
137.35/34.42	c preprocessor returned 10019 variables
137.35/34.42	c preprocessing returned UNKNOWN
137.35/34.42	c PP set 0 variables
137.35/34.42	c pp time: 34350373us (34s)
137.35/34.44	c preprocessor returned 10019 variables
137.35/34.44	c preprocessing returned UNKNOWN
137.35/34.44	c PP set 0 variables
137.35/34.44	c pp time: 34392754us (34s)
752.15/188.16	c preprocessor returned 30014 variables
752.15/188.16	c preprocessing returned UNKNOWN
752.15/188.16	c PP set 0 variables
752.15/188.16	c pp time: 188024734us (188s)

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-3499539-1308004184/watcher-3499539-1308004184 -o /var/tmp/evaluation-result-3499539-1308004184/solver-3499539-1308004184 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499539-1308004184.cnf 1984649112 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.07 4.02 3.97 2/170 25554
/proc/meminfo: memFree=7842476/32950928 swapFree=67052124/67111528
[pid=25554] ppid=25552 vsize=8700 CPUtime=0 cores=0-7
/proc/25554/stat : 25554 (priss.sh) S 25552 25554 24936 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 912017139 8908800 251 33554432000 4194304 4922060 140734643555040 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25554/statm: 2175 251 211 178 0 68 0

[startup+0.099633 s]
/proc/loadavg: 4.07 4.02 3.97 2/170 25554
/proc/meminfo: memFree=7842476/32950928 swapFree=67052124/67111528
[pid=25554] ppid=25552 vsize=8700 CPUtime=0 cores=0-7
/proc/25554/stat : 25554 (priss.sh) S 25552 25554 24936 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 912017139 8908800 251 33554432000 4194304 4922060 140734643555040 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25554/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100633 s]
/proc/loadavg: 4.07 4.02 3.97 2/170 25554
/proc/meminfo: memFree=7842476/32950928 swapFree=67052124/67111528
[pid=25554] ppid=25552 vsize=8700 CPUtime=0 cores=0-7
/proc/25554/stat : 25554 (priss.sh) S 25552 25554 24936 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 912017139 8908800 251 33554432000 4194304 4922060 140734643555040 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25554/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300599 s]
/proc/loadavg: 4.07 4.02 3.97 2/170 25554
/proc/meminfo: memFree=7842476/32950928 swapFree=67052124/67111528
[pid=25554] ppid=25552 vsize=8700 CPUtime=0 cores=0-7
/proc/25554/stat : 25554 (priss.sh) S 25552 25554 24936 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 912017139 8908800 251 33554432000 4194304 4922060 140734643555040 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25554/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700527 s]
/proc/loadavg: 4.07 4.02 3.97 2/170 25554
/proc/meminfo: memFree=7842476/32950928 swapFree=67052124/67111528
[pid=25554] ppid=25552 vsize=8700 CPUtime=0 cores=0-7
/proc/25554/stat : 25554 (priss.sh) S 25552 25554 24936 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 912017139 8908800 251 33554432000 4194304 4922060 140734643555040 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25554/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50039 s]
/proc/loadavg: 4.07 4.02 3.97 5/176 25560
/proc/meminfo: memFree=7804516/32950928 swapFree=67052124/67111528
[pid=25554] ppid=25552 vsize=8700 CPUtime=0 cores=0-7
/proc/25554/stat : 25554 (priss.sh) S 25552 25554 24936 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 912017139 8908800 251 33554432000 4194304 4922060 140734643555040 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25554/statm: 2175 251 211 178 0 68 0
[pid=25555] ppid=25554 vsize=155360 CPUtime=5.76 cores=0-7
/proc/25555/stat : 25555 (priss) S 25554 25554 24936 0 -1 4202496 9978 0 0 0 570 6 0 0 20 0 5 0 912017139 159088640 9770 33554432000 4194304 5787044 140733702681008 18446744073709551615 235606690225 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/25555/statm: 38840 9770 350 389 0 34590 0
[pid=25555/tid=25557] ppid=25554 vsize=155360 CPUtime=1.44 cores=0-7
/proc/25555/task/25557/stat : 25557 (priss) R 25554 25554 24936 0 -1 4202560 1068 0 0 0 144 0 0 0 18 0 5 0 912017144 159088640 9770 33554432000 4194304 5787044 140733702681008 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=25555/tid=25558] ppid=25554 vsize=155360 CPUtime=1.42 cores=0-7
/proc/25555/task/25558/stat : 25558 (priss) R 25554 25554 24936 0 -1 4202560 1000 0 0 0 142 0 0 0 23 0 5 0 912017146 159088640 9770 33554432000 4194304 5787044 140733702681008 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=25555/tid=25559] ppid=25554 vsize=155360 CPUtime=1.39 cores=0-7
/proc/25555/task/25559/stat : 25559 (priss) R 25554 25554 24936 0 -1 4202560 983 0 0 0 139 0 0 0 18 0 5 0 912017149 159088640 9770 33554432000 4194304 5787044 140733702681008 18446744073709551615 4336181 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=25555/tid=25560] ppid=25554 vsize=155360 CPUtime=1.36 cores=0-7
/proc/25555/task/25560/stat : 25560 (priss) R 25554 25554 24936 0 -1 4202560 924 0 0 0 136 0 0 0 25 0 5 0 912017152 159088640 9770 33554432000 4194304 5787044 140733702681008 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.76
Current children cumulated vsize (KiB) 164060

[startup+3.10111 s]
/proc/loadavg: 4.06 4.02 3.97 5/176 25560
/proc/meminfo: memFree=7804416/32950928 swapFree=67052124/67111528
[pid=25554] ppid=25552 vsize=8700 CPUtime=0 cores=0-7
/proc/25554/stat : 25554 (priss.sh) S 25552 25554 24936 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 912017139 8908800 251 33554432000 4194304 4922060 140734643555040 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25554/statm: 2175 251 211 178 0 68 0
[pid=25555] ppid=25554 vsize=155360 CPUtime=12.16 cores=0-7
/proc/25555/stat : 25555 (priss) S 25554 25554 24936 0 -1 4202496 9978 0 0 0 1210 6 0 0 20 0 5 0 912017139 159088640 9770 33554432000 4194304 5787044 140733702681008 18446744073709551615 235606690225 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/25555/statm: 38840 9770 350 389 0 34590 0
[pid=25555/tid=25557] ppid=25554 vsize=155360 CPUtime=3.04 cores=0-7
/proc/25555/task/25557/stat : 25557 (priss) R 25554 25554 24936 0 -1 4202560 1068 0 0 0 304 0 0 0 18 0 5 0 912017144 159088640 9770 33554432000 4194304 5787044 140733702681008 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=25555/tid=25558] ppid=25554 vsize=155360 CPUtime=3.02 cores=0-7
/proc/25555/task/25558/stat : 25558 (priss) R 25554 25554 24936 0 -1 4202560 1000 0 0 0 302 0 0 0 25 0 5 0 912017146 159088640 9770 33554432000 4194304 5787044 140733702681008 18446744073709551615 4336193 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=25555/tid=25559] ppid=25554 vsize=155360 CPUtime=2.99 cores=0-7
/proc/25555/task/25559/stat : 25559 (priss) R 25554 25554 24936 0 -1 4202560 983 0 0 0 299 0 0 0 18 0 5 0 912017149 159088640 9770 33554432000 4194304 5787044 140733702681008 18446744073709551615 4336759 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=25555/tid=25560] ppid=25554 vsize=155360 CPUtime=2.96 cores=0-7
/proc/25555/task/25560/stat : 25560 (priss) R 25554 25554 24936 0 -1 4202560 924 0 0 0 296 0 0 0 25 0 5 0 912017152 159088640 9770 33554432000 4194304 5787044 140733702681008 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.16
Current children cumulated vsize (KiB) 164060

[startup+6.30055 s]
/proc/loadavg: 4.06 4.02 3.97 5/176 25560
/proc/meminfo: memFree=7804412/32950928 swapFree=67052124/67111528
[pid=25554] ppid=25552 vsize=8700 CPUtime=0 cores=0-7
/proc/25554/stat : 25554 (priss.sh) S 25552 25554 24936 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 912017139 8908800 251 33554432000 4194304 4922060 140734643555040 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25554/statm: 2175 251 211 178 0 68 0
[pid=25555] ppid=25554 vsize=220896 CPUtime=24.96 cores=0-7
/proc/25555/stat : 25555 (priss) S 25554 25554 24936 0 -1 4202496 9985 0 0 0 2490 6 0 0 20 0 5 0 912017139 226197504 9777 33554432000 4194304 5787044 140733702681008 18446744073709551615 235606690225 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/25555/statm: 55224 9777 350 389 0 50974 0
[pid=25555/tid=25557] ppid=25554 vsize=220896 CPUtime=6.24 cores=0-7
/proc/25555/task/25557/stat : 25557 (priss) R 25554 25554 24936 0 -1 4202560 1068 0 0 0 624 0 0 0 18 0 5 0 912017144 226197504 9777 33554432000 4194304 5787044 140733702681008 18446744073709551615 4336120 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=25555/tid=25558] ppid=25554 vsize=220896 CPUtime=6.21 cores=0-7
/proc/25555/task/25558/stat : 25558 (priss) R 25554 25554 24936 0 -1 4202560 1005 0 0 0 621 0 0 0 25 0 5 0 912017146 226197504 9777 33554432000 4194304 5787044 140733702681008 18446744073709551615 4336759 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=25555/tid=25559] ppid=25554 vsize=220896 CPUtime=6.19 cores=0-7
/proc/25555/task/25559/stat : 25559 (priss) R 25554 25554 24936 0 -1 4202560 985 0 0 0 619 0 0 0 18 0 5 0 912017149 226197504 9777 33554432000 4194304 5787044 140733702681008 18446744073709551615 4336801 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=25555/tid=25560] ppid=25554 vsize=220896 CPUtime=6.16 cores=0-7
/proc/25555/task/25560/stat : 25560 (priss) R 25554 25554 24936 0 -1 4202560 924 0 0 0 616 0 0 0 25 0 5 0 912017152 226197504 9777 33554432000 4194304 5787044 140733702681008 18446744073709551615 4336759 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.96
Current children cumulated vsize (KiB) 229596

[startup+12.7004 s]
/proc/loadavg: 4.05 4.01 3.97 5/176 25560
/proc/meminfo: memFree=7804800/32950928 swapFree=67052124/67111528
[pid=25554] ppid=25552 vsize=8700 CPUtime=0 cores=0-7
/proc/25554/stat : 25554 (priss.sh) S 25552 25554 24936 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 912017139 8908800 251 33554432000 4194304 4922060 140734643555040 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25554/statm: 2175 251 211 178 0 68 0
[pid=25555] ppid=25554 vsize=220896 CPUtime=50.55 cores=0-7
/proc/25555/stat : 25555 (priss) S 25554 25554 24936 0 -1 4202496 9985 0 0 0 5048 7 0 0 20 0 5 0 912017139 226197504 9777 33554432000 4194304 5787044 140733702681008 18446744073709551615 235606690225 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/25555/statm: 55224 9777 350 389 0 50974 0
[pid=25555/tid=25557] ppid=25554 vsize=220896 CPUtime=12.64 cores=0-7
/proc/25555/task/25557/stat : 25557 (priss) R 25554 25554 24936 0 -1 4202560 1068 0 0 0 1264 0 0 0 18 0 5 0 912017144 226197504 9777 33554432000 4194304 5787044 140733702681008 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=25555/tid=25558] ppid=25554 vsize=220896 CPUtime=12.61 cores=0-7
/proc/25555/task/25558/stat : 25558 (priss) R 25554 25554 24936 0 -1 4202560 1005 0 0 0 1261 0 0 0 25 0 5 0 912017146 226197504 9777 33554432000 4194304 5787044 140733702681008 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=25555/tid=25559] ppid=25554 vsize=220896 CPUtime=12.59 cores=0-7
/proc/25555/task/25559/stat : 25559 (priss) R 25554 25554 24936 0 -1 4202560 985 0 0 0 1259 0 0 0 18 0 5 0 912017149 226197504 9777 33554432000 4194304 5787044 140733702681008 18446744073709551615 4336272 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=25555/tid=25560] ppid=25554 vsize=220896 CPUtime=12.55 cores=0-7
/proc/25555/task/25560/stat : 25560 (priss) R 25554 25554 24936 0 -1 4202560 924 0 0 0 1255 0 0 0 25 0 5 0 912017152 226197504 9777 33554432000 4194304 5787044 140733702681008 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 229596

[startup+25.5012 s]
/proc/loadavg: 4.04 4.01 3.97 5/176 25560
/proc/meminfo: memFree=7805840/32950928 swapFree=67052124/67111528
[pid=25554] ppid=25552 vsize=8700 CPUtime=0 cores=0-7
/proc/25554/stat : 25554 (priss.sh) S 25552 25554 24936 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 912017139 8908800 251 33554432000 4194304 4922060 140734643555040 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25554/statm: 2175 251 211 178 0 68 0
[pid=25555] ppid=25554 vsize=220896 CPUtime=101.75 cores=0-7
/proc/25555/stat : 25555 (priss) S 25554 25554 24936 0 -1 4202496 9986 0 0 0 10167 8 0 0 20 0 5 0 912017139 226197504 9778 33554432000 4194304 5787044 140733702681008 18446744073709551615 235606690225 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/25555/statm: 55224 9778 350 389 0 50974 0
[pid=25555/tid=25557] ppid=25554 vsize=220896 CPUtime=25.44 cores=0-7
/proc/25555/task/25557/stat : 25557 (priss) R 25554 25554 24936 0 -1 4202560 1068 0 0 0 2544 0 0 0 18 0 5 0 912017144 226197504 9778 33554432000 4194304 5787044 140733702681008 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=25555/tid=25558] ppid=25554 vsize=220896 CPUtime=25.41 cores=0-7
/proc/25555/task/25558/stat : 25558 (priss) R 25554 25554 24936 0 -1 4202560 1006 0 0 0 2541 0 0 0 25 0 5 0 912017146 226197504 9778 33554432000 4194304 5787044 140733702681008 18446744073709551615 4336759 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=25555/tid=25559] ppid=25554 vsize=220896 CPUtime=25.39 cores=0-7
/proc/25555/task/25559/stat : 25559 (priss) R 25554 25554 24936 0 -1 4202560 985 0 0 0 2539 0 0 0 21 0 5 0 912017149 226197504 9778 33554432000 4194304 5787044 140733702681008 18446744073709551615 4336756 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=25555/tid=25560] ppid=25554 vsize=220896 CPUtime=25.35 cores=0-7
/proc/25555/task/25560/stat : 25560 (priss) R 25554 25554 24936 0 -1 4202560 924 0 0 0 2535 0 0 0 18 0 5 0 912017152 226197504 9778 33554432000 4194304 5787044 140733702681008 18446744073709551615 4340068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.75
Current children cumulated vsize (KiB) 229596

[startup+51.1007 s]
/proc/loadavg: 4.03 4.01 3.97 5/176 25561
/proc/meminfo: memFree=7761228/32950928 swapFree=67052124/67111528
[pid=25554] ppid=25552 vsize=8700 CPUtime=0 cores=0-7
/proc/25554/stat : 25554 (priss.sh) S 25552 25554 24936 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 912017139 8908800 251 33554432000 4194304 4922060 140734643555040 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25554/statm: 2175 251 211 178 0 68 0
[pid=25555] ppid=25554 vsize=242288 CPUtime=204.14 cores=0-7
/proc/25555/stat : 25555 (priss) S 25554 25554 24936 0 -1 4202496 22009 0 0 0 20395 19 0 0 20 0 5 0 912017139 248102912 20969 33554432000 4194304 5787044 140733702681008 18446744073709551615 235606690225 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/25555/statm: 60572 20969 404 389 0 56322 0
[pid=25555/tid=25557] ppid=25554 vsize=242288 CPUtime=51.04 cores=0-7
/proc/25555/task/25557/stat : 25557 (priss) R 25554 25554 24936 0 -1 4202560 3456 0 0 0 5100 4 0 0 20 0 5 0 912017144 248102912 20969 33554432000 4194304 5787044 140733702681008 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=25555/tid=25558] ppid=25554 vsize=242288 CPUtime=51 cores=0-7
/proc/25555/task/25558/stat : 25558 (priss) R 25554 25554 24936 0 -1 4202560 4485 0 0 0 5097 3 0 0 25 0 5 0 912017146 248102912 20969 33554432000 4194304 5787044 140733702681008 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=25555/tid=25559] ppid=25554 vsize=242288 CPUtime=50.98 cores=0-7
/proc/25555/task/25559/stat : 25559 (priss) R 25554 25554 24936 0 -1 4202560 4562 0 0 0 5095 3 0 0 20 0 5 0 912017149 248102912 20969 33554432000 4194304 5787044 140733702681008 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=25555/tid=25560] ppid=25554 vsize=242288 CPUtime=50.95 cores=0-7
/proc/25555/task/25560/stat : 25560 (priss) R 25554 25554 24936 0 -1 4202560 3503 0 0 0 5093 2 0 0 25 0 5 0 912017152 248102912 20969 33554432000 4194304 5787044 140733702681008 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 204.14
Current children cumulated vsize (KiB) 250988

[startup+102.307 s]
/proc/loadavg: 4.01 4.01 3.97 5/176 25562
/proc/meminfo: memFree=7706512/32950928 swapFree=67052124/67111528
[pid=25554] ppid=25552 vsize=8700 CPUtime=0 cores=0-7
/proc/25554/stat : 25554 (priss.sh) S 25552 25554 24936 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 912017139 8908800 251 33554432000 4194304 4922060 140734643555040 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25554/statm: 2175 251 211 178 0 68 0
[pid=25555] ppid=25554 vsize=265492 CPUtime=408.96 cores=0-7
/proc/25555/stat : 25555 (priss) S 25554 25554 24936 0 -1 4202496 35717 0 0 0 40865 31 0 0 20 0 5 0 912017139 271863808 34599 33554432000 4194304 5787044 140733702681008 18446744073709551615 235606690225 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/25555/statm: 66373 34599 404 389 0 62123 0
[pid=25555/tid=25557] ppid=25554 vsize=265492 CPUtime=102.24 cores=0-7
/proc/25555/task/25557/stat : 25557 (priss) R 25554 25554 24936 0 -1 4202560 8157 0 0 0 10217 7 0 0 19 0 5 0 912017144 271863808 34599 33554432000 4194304 5787044 140733702681008 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=25555/tid=25558] ppid=25554 vsize=265492 CPUtime=102.2 cores=0-7
/proc/25555/task/25558/stat : 25558 (priss) R 25554 25554 24936 0 -1 4202560 7858 0 0 0 10215 5 0 0 25 0 5 0 912017146 271863808 34599 33554432000 4194304 5787044 140733702681008 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=25555/tid=25559] ppid=25554 vsize=265492 CPUtime=102.19 cores=0-7
/proc/25555/task/25559/stat : 25559 (priss) R 25554 25554 24936 0 -1 4202560 10196 0 0 0 10209 10 0 0 25 0 5 0 912017149 271863808 34599 33554432000 4194304 5787044 140733702681008 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=25555/tid=25560] ppid=25554 vsize=265492 CPUtime=102.16 cores=0-7

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

/proc/25555/task/25558/stat : 25558 (priss) R 25554 25554 24936 0 -1 4202560 62832 0 0 0 472159 63 0 0 25 0 5 0 912017146 1357869056 279435 33554432000 4194304 5787044 140733702681008 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=25555/tid=25559] ppid=25554 vsize=1326044 CPUtime=4722.23 cores=0-7
/proc/25555/task/25559/stat : 25559 (priss) R 25554 25554 24936 0 -1 4202560 59498 0 0 0 472152 71 0 0 25 0 5 0 912017149 1357869056 279435 33554432000 4194304 5787044 140733702681008 18446744073709551615 5591741 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=25555/tid=25560] ppid=25554 vsize=1326044 CPUtime=4722.17 cores=0-7
/proc/25555/task/25560/stat : 25560 (priss) R 25554 25554 24936 0 -1 4202560 87478 0 0 0 472101 116 0 0 25 0 5 0 912017152 1357869056 279435 33554432000 4194304 5787044 140733702681008 18446744073709551615 5528446 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) 1334744

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/176 25699
/proc/meminfo: memFree=6713968/32950928 swapFree=67052124/67111528
[pid=25554] ppid=25552 vsize=8700 CPUtime=0 cores=0-7
/proc/25554/stat : 25554 (priss.sh) S 25552 25554 24936 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 912017139 8908800 251 33554432000 4194304 4922060 140734643555040 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25554/statm: 2175 251 211 178 0 68 0
[pid=25555] ppid=25554 vsize=1392440 CPUtime=19129 cores=0-7
/proc/25555/stat : 25555 (priss) S 25554 25554 24936 0 -1 4202496 288149 0 0 0 1912565 338 0 0 20 0 5 0 912017139 1425858560 282028 33554432000 4194304 5787044 140733702681008 18446744073709551615 235606690225 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/25555/statm: 348110 282028 417 389 0 343860 0
[pid=25555/tid=25557] ppid=25554 vsize=1392440 CPUtime=4782.24 cores=0-7
/proc/25555/task/25557/stat : 25557 (priss) R 25554 25554 24936 0 -1 4202560 69969 0 0 0 478148 76 0 0 25 0 5 0 912017144 1425858560 282028 33554432000 4194304 5787044 140733702681008 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=25555/tid=25558] ppid=25554 vsize=1392440 CPUtime=4782.22 cores=0-7
/proc/25555/task/25558/stat : 25558 (priss) R 25554 25554 24936 0 -1 4202560 64038 0 0 0 478157 65 0 0 25 0 5 0 912017146 1425858560 282028 33554432000 4194304 5787044 140733702681008 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=25555/tid=25559] ppid=25554 vsize=1392440 CPUtime=4782.23 cores=0-7
/proc/25555/task/25559/stat : 25559 (priss) R 25554 25554 24936 0 -1 4202560 60597 0 0 0 478149 74 0 0 25 0 5 0 912017149 1425858560 282028 33554432000 4194304 5787044 140733702681008 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=25555/tid=25560] ppid=25554 vsize=1392440 CPUtime=4782.17 cores=0-7
/proc/25555/task/25560/stat : 25560 (priss) R 25554 25554 24936 0 -1 4202560 87542 0 0 0 478101 116 0 0 25 0 5 0 912017152 1425858560 282028 33554432000 4194304 5787044 140733702681008 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19129
Current children cumulated vsize (KiB) 1401140

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/176 25701
/proc/meminfo: memFree=6694596/32950928 swapFree=67052124/67111528
[pid=25554] ppid=25552 vsize=8700 CPUtime=0 cores=0-7
/proc/25554/stat : 25554 (priss.sh) S 25552 25554 24936 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 912017139 8908800 251 33554432000 4194304 4922060 140734643555040 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25554/statm: 2175 251 211 178 0 68 0
[pid=25555] ppid=25554 vsize=1397596 CPUtime=19369 cores=0-7
/proc/25555/stat : 25555 (priss) S 25554 25554 24936 0 -1 4202496 292988 0 0 0 1936560 343 0 0 20 0 5 0 912017139 1431138304 286867 33554432000 4194304 5787044 140733702681008 18446744073709551615 235606690225 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/25555/statm: 349399 286867 417 389 0 345149 0
[pid=25555/tid=25557] ppid=25554 vsize=1397596 CPUtime=4842.24 cores=0-7
/proc/25555/task/25557/stat : 25557 (priss) R 25554 25554 24936 0 -1 4202560 71276 0 0 0 484146 78 0 0 25 0 5 0 912017144 1431138304 286867 33554432000 4194304 5787044 140733702681008 18446744073709551615 5591315 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=25555/tid=25558] ppid=25554 vsize=1397596 CPUtime=4842.22 cores=0-7
/proc/25555/task/25558/stat : 25558 (priss) R 25554 25554 24936 0 -1 4202560 66153 0 0 0 484156 66 0 0 25 0 5 0 912017146 1431138304 286867 33554432000 4194304 5787044 140733702681008 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=25555/tid=25559] ppid=25554 vsize=1397596 CPUtime=4842.22 cores=0-7
/proc/25555/task/25559/stat : 25559 (priss) R 25554 25554 24936 0 -1 4202560 61676 0 0 0 484147 75 0 0 25 0 5 0 912017149 1431138304 286867 33554432000 4194304 5787044 140733702681008 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=25555/tid=25560] ppid=25554 vsize=1397596 CPUtime=4842.17 cores=0-7
/proc/25555/task/25560/stat : 25560 (priss) R 25554 25554 24936 0 -1 4202560 87880 0 0 0 484101 116 0 0 25 0 5 0 912017152 1431138304 286867 33554432000 4194304 5787044 140733702681008 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19369
Current children cumulated vsize (KiB) 1406296

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/176 25702
/proc/meminfo: memFree=6677836/32950928 swapFree=67052124/67111528
[pid=25554] ppid=25552 vsize=8700 CPUtime=0 cores=0-7
/proc/25554/stat : 25554 (priss.sh) S 25552 25554 24936 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 912017139 8908800 251 33554432000 4194304 4922060 140734643555040 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25554/statm: 2175 251 211 178 0 68 0
[pid=25555] ppid=25554 vsize=1402688 CPUtime=19609 cores=0-7
/proc/25555/stat : 25555 (priss) S 25554 25554 24936 0 -1 4202496 297218 0 0 0 1960554 349 0 0 20 0 5 0 912017139 1436352512 291097 33554432000 4194304 5787044 140733702681008 18446744073709551615 235606690225 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/25555/statm: 350672 291097 417 389 0 346422 0
[pid=25555/tid=25557] ppid=25554 vsize=1402688 CPUtime=4902.24 cores=0-7
/proc/25555/task/25557/stat : 25557 (priss) R 25554 25554 24936 0 -1 4202560 72410 0 0 0 490145 79 0 0 25 0 5 0 912017144 1436352512 291097 33554432000 4194304 5787044 140733702681008 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=25555/tid=25558] ppid=25554 vsize=1402688 CPUtime=4902.23 cores=0-7
/proc/25555/task/25558/stat : 25558 (priss) R 25554 25554 24936 0 -1 4202560 67342 0 0 0 490155 68 0 0 25 0 5 0 912017146 1436352512 291097 33554432000 4194304 5787044 140733702681008 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=25555/tid=25559] ppid=25554 vsize=1402688 CPUtime=4902.23 cores=0-7
/proc/25555/task/25559/stat : 25559 (priss) R 25554 25554 24936 0 -1 4202560 62688 0 0 0 490145 78 0 0 25 0 5 0 912017149 1436352512 291097 33554432000 4194304 5787044 140733702681008 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=25555/tid=25560] ppid=25554 vsize=1402688 CPUtime=4902.17 cores=0-7
/proc/25555/task/25560/stat : 25560 (priss) R 25554 25554 24936 0 -1 4202560 88775 0 0 0 490099 118 0 0 25 0 5 0 912017152 1436352512 291097 33554432000 4194304 5787044 140733702681008 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19609
Current children cumulated vsize (KiB) 1411388

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/176 25704
/proc/meminfo: memFree=6656856/32950928 swapFree=67052124/67111528
[pid=25554] ppid=25552 vsize=8700 CPUtime=0 cores=0-7
/proc/25554/stat : 25554 (priss.sh) S 25552 25554 24936 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 912017139 8908800 251 33554432000 4194304 4922060 140734643555040 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25554/statm: 2175 251 211 178 0 68 0
[pid=25555] ppid=25554 vsize=1406884 CPUtime=19849 cores=0-7
/proc/25555/stat : 25555 (priss) S 25554 25554 24936 0 -1 4202496 302427 0 0 0 1984550 354 0 0 20 0 5 0 912017139 1440649216 296306 33554432000 4194304 5787044 140733702681008 18446744073709551615 235606690225 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/25555/statm: 351721 296306 417 389 0 347471 0
[pid=25555/tid=25557] ppid=25554 vsize=1406884 CPUtime=4962.25 cores=0-7
/proc/25555/task/25557/stat : 25557 (priss) R 25554 25554 24936 0 -1 4202560 73459 0 0 0 496145 80 0 0 21 0 5 0 912017144 1440649216 296306 33554432000 4194304 5787044 140733702681008 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=25555/tid=25558] ppid=25554 vsize=1406884 CPUtime=4962.23 cores=0-7
/proc/25555/task/25558/stat : 25558 (priss) R 25554 25554 24936 0 -1 4202560 69445 0 0 0 496154 69 0 0 25 0 5 0 912017146 1440649216 296306 33554432000 4194304 5787044 140733702681008 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=25555/tid=25559] ppid=25554 vsize=1406884 CPUtime=4962.23 cores=0-7
/proc/25555/task/25559/stat : 25559 (priss) R 25554 25554 24936 0 -1 4202560 63761 0 0 0 496144 79 0 0 25 0 5 0 912017149 1440649216 296306 33554432000 4194304 5787044 140733702681008 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=25555/tid=25560] ppid=25554 vsize=1406884 CPUtime=4962.17 cores=0-7
/proc/25555/task/25560/stat : 25560 (priss) R 25554 25554 24936 0 -1 4202560 89759 0 0 0 496098 119 0 0 25 0 5 0 912017152 1440649216 296306 33554432000 4194304 5787044 140733702681008 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19849
Current children cumulated vsize (KiB) 1415584

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/176 25706
/proc/meminfo: memFree=6640340/32950928 swapFree=67052124/67111528
[pid=25554] ppid=25552 vsize=8700 CPUtime=0 cores=0-7
/proc/25554/stat : 25554 (priss.sh) S 25552 25554 24936 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 912017139 8908800 251 33554432000 4194304 4922060 140734643555040 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25554/statm: 2175 251 211 178 0 68 0
[pid=25555] ppid=25554 vsize=1411004 CPUtime=20089.1 cores=0-7
/proc/25555/stat : 25555 (priss) S 25554 25554 24936 0 -1 4202496 306606 0 0 0 2008545 360 0 0 20 0 5 0 912017139 1444868096 300485 33554432000 4194304 5787044 140733702681008 18446744073709551615 235606690225 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/25555/statm: 352751 300485 417 389 0 348501 0
[pid=25555/tid=25557] ppid=25554 vsize=1411004 CPUtime=5022.25 cores=0-7
/proc/25555/task/25557/stat : 25557 (priss) R 25554 25554 24936 0 -1 4202560 74497 0 0 0 502144 81 0 0 25 0 5 0 912017144 1444868096 300485 33554432000 4194304 5787044 140733702681008 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=25555/tid=25558] ppid=25554 vsize=1411004 CPUtime=5022.23 cores=0-7
/proc/25555/task/25558/stat : 25558 (priss) R 25554 25554 24936 0 -1 4202560 70500 0 0 0 502153 70 0 0 25 0 5 0 912017146 1444868096 300485 33554432000 4194304 5787044 140733702681008 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=25555/tid=25559] ppid=25554 vsize=1411004 CPUtime=5022.24 cores=0-7
/proc/25555/task/25559/stat : 25559 (priss) R 25554 25554 24936 0 -1 4202560 64872 0 0 0 502142 82 0 0 25 0 5 0 912017149 1444868096 300485 33554432000 4194304 5787044 140733702681008 18446744073709551615 4254925 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=25555/tid=25560] ppid=25554 vsize=1411004 CPUtime=5022.18 cores=0-7
/proc/25555/task/25560/stat : 25560 (priss) R 25554 25554 24936 0 -1 4202560 90734 0 0 0 502097 121 0 0 25 0 5 0 912017152 1444868096 300485 33554432000 4194304 5787044 140733702681008 18446744073709551615 5527024 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 20089
Current children cumulated vsize (KiB) 1419704

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/176 25707
/proc/meminfo: memFree=6623696/32950928 swapFree=67052124/67111528
[pid=25554] ppid=25552 vsize=8700 CPUtime=0 cores=0-7
/proc/25554/stat : 25554 (priss.sh) S 25552 25554 24936 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 912017139 8908800 251 33554432000 4194304 4922060 140734643555040 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25554/statm: 2175 251 211 178 0 68 0
[pid=25555] ppid=25554 vsize=1414716 CPUtime=20329.1 cores=0-7
/proc/25555/stat : 25555 (priss) S 25554 25554 24936 0 -1 4202496 310673 0 0 0 2032541 365 0 0 20 0 5 0 912017139 1448669184 304552 33554432000 4194304 5787044 140733702681008 18446744073709551615 235606690225 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/25555/statm: 353679 304552 417 389 0 349429 0
[pid=25555/tid=25557] ppid=25554 vsize=1414716 CPUtime=5082.25 cores=0-7
/proc/25555/task/25557/stat : 25557 (priss) R 25554 25554 24936 0 -1 4202560 75451 0 0 0 508143 82 0 0 25 0 5 0 912017144 1448669184 304552 33554432000 4194304 5787044 140733702681008 18446744073709551615 5591730 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=25555/tid=25558] ppid=25554 vsize=1414716 CPUtime=5082.23 cores=0-7
/proc/25555/task/25558/stat : 25558 (priss) R 25554 25554 24936 0 -1 4202560 71451 0 0 0 508153 70 0 0 25 0 5 0 912017146 1448669184 304552 33554432000 4194304 5787044 140733702681008 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=25555/tid=25559] ppid=25554 vsize=1414716 CPUtime=5082.23 cores=0-7
/proc/25555/task/25559/stat : 25559 (priss) R 25554 25554 24936 0 -1 4202560 65978 0 0 0 508140 83 0 0 25 0 5 0 912017149 1448669184 304552 33554432000 4194304 5787044 140733702681008 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=25555/tid=25560] ppid=25554 vsize=1414716 CPUtime=5082.18 cores=0-7
/proc/25555/task/25560/stat : 25560 (priss) R 25554 25554 24936 0 -1 4202560 91790 0 0 0 508096 122 0 0 25 0 5 0 912017152 1448669184 304552 33554432000 4194304 5787044 140733702681008 18446744073709551615 5527068 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) 1423416



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 4.00 5/176 25708
/proc/meminfo: memFree=6614380/32950928 swapFree=67052124/67111528
[pid=25554] ppid=25552 vsize=8700 CPUtime=0 cores=0-7
/proc/25554/stat : 25554 (priss.sh) S 25552 25554 24936 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 912017139 8908800 251 33554432000 4194304 4922060 140734643555040 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25554/statm: 2175 251 211 178 0 68 0
[pid=25555] ppid=25554 vsize=1420076 CPUtime=20399.9 cores=0-7
/proc/25555/stat : 25555 (priss) S 25554 25554 24936 0 -1 4202496 312965 0 0 0 2039620 368 0 0 20 0 5 0 912017139 1454157824 306844 33554432000 4194304 5787044 140733702681008 18446744073709551615 235606690225 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/25555/statm: 355019 306844 417 389 0 350769 0
[pid=25555/tid=25557] ppid=25554 vsize=1420076 CPUtime=5099.96 cores=0-7
/proc/25555/task/25557/stat : 25557 (priss) R 25554 25554 24936 0 -1 4202560 76783 0 0 0 509913 83 0 0 25 0 5 0 912017144 1454157824 306844 33554432000 4194304 5787044 140733702681008 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=25555/tid=25558] ppid=25554 vsize=1420076 CPUtime=5099.93 cores=0-7
/proc/25555/task/25558/stat : 25558 (priss) R 25554 25554 24936 0 -1 4202560 71784 0 0 0 509922 71 0 0 25 0 5 0 912017146 1454157824 306844 33554432000 4194304 5787044 140733702681008 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=25555/tid=25559] ppid=25554 vsize=1420076 CPUtime=5099.94 cores=0-7
/proc/25555/task/25559/stat : 25559 (priss) R 25554 25554 24936 0 -1 4202560 66275 0 0 0 509910 84 0 0 25 0 5 0 912017149 1454157824 306844 33554432000 4194304 5787044 140733702681008 18446744073709551615 4254537 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=25555/tid=25560] ppid=25554 vsize=1420076 CPUtime=5099.89 cores=0-7
/proc/25555/task/25560/stat : 25560 (priss) R 25554 25554 24936 0 -1 4202560 92120 0 0 0 509866 123 0 0 25 0 5 0 912017152 1454157824 306844 33554432000 4194304 5787044 140733702681008 18446744073709551615 5527068 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) 1428776

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 25554 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): 20399.9
CPU user time (s): 20396.2
CPU system time (s): 3.68
CPU usage (%): 399.996
Max. virtual memory (cumulated for all children) (KiB): 1428776

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= 331
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 2

runsolver used 8.00878 second user time and 19.441 second system time

The end

Launcher Data

Begin job on node120 at 2011-06-14 00:29:44
IDJOB=3499539
IDBENCH=83965
IDSOLVER=1994
FILE ID=node120/3499539-1308004184
RUNJOBID= node120-1307988877-24950
PBS_JOBID= 13559813
Free space on /var/tmp= 2892 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_60_28_40_7-log.shuffled-as.sat03-127.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3499539-1308004184/watcher-3499539-1308004184 -o /var/tmp/evaluation-result-3499539-1308004184/solver-3499539-1308004184 -C 40000 -W 5100 -M 31000  HOME/priss.sh HOME HOME/instance-3499539-1308004184.cnf 1984649112 40000 31000 8

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

MD5SUM BENCH= f1f35d90237c4ca07d41a6a9b08e6279
RANDOM SEED=1984649112

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       7843276 kB
Buffers:        126284 kB
Cached:       24163864 kB
SwapCached:      12076 kB
Active:        9048164 kB
Inactive:     15259504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       7843276 kB
SwapTotal:    67111528 kB
SwapFree:     67052124 kB
Dirty:            3900 kB
Writeback:          28 kB
AnonPages:       14380 kB
Mapped:           8672 kB
Slab:           735144 kB
PageTables:       4300 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   184412 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= 2888 MiB
End job on node120 at 2011-06-14 01:54:46