Trace number 3499237

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

NameCRAFTED/rbsat/crafted/forced/
rbsat-v945c61409gyes7.cnf
MD5SUM6200c727c8a5a324974090a1f9a6d7ab
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark21.61
Satisfiable
(Un)Satisfiability was proved
Number of variables945
Number of clauses61409
Sum of the clauses size123673
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 261364
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

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: 9263
0.00/0.01	c parsetime: 11609us
0.00/0.01	c parsed 61409 clauses with 945 variables
0.00/0.01	c NW started thread 0 successfully (1107970368)
0.00/0.02	c NW started thread 1 successfully (1118460224)
0.00/0.03	c NW started thread 2 successfully (1091832128)
0.00/0.04	c NW started thread 3 successfully (1128950080)
7.43/1.94	c preprocessor returned 10006 variables
7.43/1.94	c preprocessing returned UNKNOWN
7.43/1.94	c PP set 0 variables
7.43/1.94	c pp time: 1920985us (1s)
7.43/1.96	c preprocessor returned 10006 variables
7.43/1.96	c preprocessing returned UNKNOWN
7.43/1.96	c PP set 0 variables
7.43/1.96	c pp time: 1940421us (1s)
7.43/1.98	c preprocessor returned 10006 variables
7.43/1.98	c preprocessing returned UNKNOWN
7.43/1.98	c PP set 0 variables
7.43/1.98	c pp time: 1946713us (1s)
67.82/17.05	c preprocessor returned 30038 variables
67.82/17.05	c preprocessing returned UNKNOWN
67.82/17.05	c PP set 0 variables
67.82/17.05	c pp time: 17003986us (17s)
7087.25/1771.93	c HTE
7126.45/1781.77	c subsumption
7355.65/1839.04	c simplified formula contains 0 unit 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-3499237-1307993176/watcher-3499237-1307993176 -o /var/tmp/evaluation-result-3499237-1307993176/solver-3499237-1307993176 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499237-1307993176.cnf 1537140707 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.91 2/170 9262
/proc/meminfo: memFree=7445152/32950928 swapFree=67055948/67111528
[pid=9262] ppid=9260 vsize=8700 CPUtime=0 cores=0-7
/proc/9262/stat : 9262 (priss.sh) S 9260 9262 9069 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 910917303 8908800 252 33554432000 4194304 4922060 140736727781744 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9262/statm: 2175 252 211 178 0 68 0

[startup+0.0998621 s]
/proc/loadavg: 4.00 4.00 3.91 2/170 9262
/proc/meminfo: memFree=7445152/32950928 swapFree=67055948/67111528
[pid=9262] ppid=9260 vsize=8700 CPUtime=0 cores=0-7
/proc/9262/stat : 9262 (priss.sh) S 9260 9262 9069 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 910917303 8908800 252 33554432000 4194304 4922060 140736727781744 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9262/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100799 s]
/proc/loadavg: 4.00 4.00 3.91 2/170 9262
/proc/meminfo: memFree=7445152/32950928 swapFree=67055948/67111528
[pid=9262] ppid=9260 vsize=8700 CPUtime=0 cores=0-7
/proc/9262/stat : 9262 (priss.sh) S 9260 9262 9069 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 910917303 8908800 252 33554432000 4194304 4922060 140736727781744 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9262/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300761 s]
/proc/loadavg: 4.00 4.00 3.91 2/170 9262
/proc/meminfo: memFree=7445152/32950928 swapFree=67055948/67111528
[pid=9262] ppid=9260 vsize=8700 CPUtime=0 cores=0-7
/proc/9262/stat : 9262 (priss.sh) S 9260 9262 9069 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 910917303 8908800 252 33554432000 4194304 4922060 140736727781744 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9262/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700683 s]
/proc/loadavg: 4.00 4.00 3.91 2/170 9262
/proc/meminfo: memFree=7445152/32950928 swapFree=67055948/67111528
[pid=9262] ppid=9260 vsize=8700 CPUtime=0 cores=0-7
/proc/9262/stat : 9262 (priss.sh) S 9260 9262 9069 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 910917303 8908800 252 33554432000 4194304 4922060 140736727781744 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9262/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50053 s]
/proc/loadavg: 4.00 4.00 3.91 5/176 9268
/proc/meminfo: memFree=7419584/32950928 swapFree=67055948/67111528
[pid=9262] ppid=9260 vsize=8700 CPUtime=0 cores=0-7
/proc/9262/stat : 9262 (priss.sh) S 9260 9262 9069 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 910917303 8908800 252 33554432000 4194304 4922060 140736727781744 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9262/statm: 2175 252 211 178 0 68 0
[pid=9263] ppid=9262 vsize=287556 CPUtime=5.83 cores=0-7
/proc/9263/stat : 9263 (priss) S 9262 9262 9069 0 -1 4202496 16642 0 0 0 578 5 0 0 18 0 5 0 910917303 294457344 10318 33554432000 4194304 5787044 140734714839840 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/9263/statm: 71889 10318 355 389 0 67639 0
[pid=9263/tid=9265] ppid=9262 vsize=287556 CPUtime=1.46 cores=0-7
/proc/9263/task/9265/stat : 9265 (priss) R 9262 9262 9069 0 -1 4202560 3095 0 0 0 146 0 0 0 20 0 5 0 910917305 294457344 10318 33554432000 4194304 5787044 140734714839840 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=9263/tid=9266] ppid=9262 vsize=287556 CPUtime=1.44 cores=0-7
/proc/9263/task/9266/stat : 9266 (priss) R 9262 9262 9069 0 -1 4202560 2776 0 0 0 142 2 0 0 20 0 5 0 910917306 294457344 10318 33554432000 4194304 5787044 140734714839840 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=9263/tid=9267] ppid=9262 vsize=287556 CPUtime=1.45 cores=0-7
/proc/9263/task/9267/stat : 9267 (priss) R 9262 9262 9069 0 -1 4202560 2642 0 0 0 144 1 0 0 19 0 5 0 910917306 294457344 10318 33554432000 4194304 5787044 140734714839840 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=9263/tid=9268] ppid=9262 vsize=287556 CPUtime=1.41 cores=0-7
/proc/9263/task/9268/stat : 9268 (priss) R 9262 9262 9069 0 -1 4202560 4251 0 0 0 141 0 0 0 19 0 5 0 910917307 294457344 10318 33554432000 4194304 5787044 140734714839840 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.83
Current children cumulated vsize (KiB) 296256

[startup+3.10022 s]
/proc/loadavg: 4.00 4.00 3.91 5/176 9268
/proc/meminfo: memFree=7398008/32950928 swapFree=67055948/67111528
[pid=9262] ppid=9260 vsize=8700 CPUtime=0 cores=0-7
/proc/9262/stat : 9262 (priss.sh) S 9260 9262 9069 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 910917303 8908800 252 33554432000 4194304 4922060 140736727781744 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9262/statm: 2175 252 211 178 0 68 0
[pid=9263] ppid=9262 vsize=289960 CPUtime=12.23 cores=0-7
/proc/9263/stat : 9263 (priss) S 9262 9262 9069 0 -1 4202496 23692 0 0 0 1217 6 0 0 18 0 5 0 910917303 296919040 12472 33554432000 4194304 5787044 140734714839840 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/9263/statm: 72490 12472 404 389 0 68240 0
[pid=9263/tid=9265] ppid=9262 vsize=289960 CPUtime=3.07 cores=0-7
/proc/9263/task/9265/stat : 9265 (priss) R 9262 9262 9069 0 -1 4202560 5916 0 0 0 306 1 0 0 25 0 5 0 910917305 296919040 12472 33554432000 4194304 5787044 140734714839840 18446744073709551615 5576432 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=9263/tid=9266] ppid=9262 vsize=289960 CPUtime=3.03 cores=0-7
/proc/9263/task/9266/stat : 9266 (priss) R 9262 9262 9069 0 -1 4202560 4987 0 0 0 301 2 0 0 25 0 5 0 910917306 296919040 12472 33554432000 4194304 5787044 140734714839840 18446744073709551615 208079632908 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=9263/tid=9267] ppid=9262 vsize=289960 CPUtime=3.05 cores=0-7
/proc/9263/task/9267/stat : 9267 (priss) R 9262 9262 9069 0 -1 4202560 4652 0 0 0 304 1 0 0 23 0 5 0 910917306 296919040 12472 33554432000 4194304 5787044 140734714839840 18446744073709551615 5586615 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=9263/tid=9268] ppid=9262 vsize=289960 CPUtime=3.01 cores=0-7
/proc/9263/task/9268/stat : 9268 (priss) R 9262 9262 9069 0 -1 4202560 4259 0 0 0 301 0 0 0 24 0 5 0 910917307 296919040 12472 33554432000 4194304 5787044 140734714839840 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.23
Current children cumulated vsize (KiB) 298660

[startup+6.30061 s]
/proc/loadavg: 4.00 4.00 3.91 5/176 9268
/proc/meminfo: memFree=7389944/32950928 swapFree=67055948/67111528
[pid=9262] ppid=9260 vsize=8700 CPUtime=0 cores=0-7
/proc/9262/stat : 9262 (priss.sh) S 9260 9262 9069 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 910917303 8908800 252 33554432000 4194304 4922060 140736727781744 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9262/statm: 2175 252 211 178 0 68 0
[pid=9263] ppid=9262 vsize=295248 CPUtime=25.02 cores=0-7
/proc/9263/stat : 9263 (priss) S 9262 9262 9069 0 -1 4202496 25580 0 0 0 2496 6 0 0 18 0 5 0 910917303 302333952 14360 33554432000 4194304 5787044 140734714839840 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/9263/statm: 73812 14360 404 389 0 69562 0
[pid=9263/tid=9265] ppid=9262 vsize=295248 CPUtime=6.27 cores=0-7
/proc/9263/task/9265/stat : 9265 (priss) R 9262 9262 9069 0 -1 4202560 6191 0 0 0 626 1 0 0 25 0 5 0 910917305 302333952 14360 33554432000 4194304 5787044 140734714839840 18446744073709551615 5591034 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=9263/tid=9266] ppid=9262 vsize=295248 CPUtime=6.23 cores=0-7
/proc/9263/task/9266/stat : 9266 (priss) R 9262 9262 9069 0 -1 4202560 6305 0 0 0 621 2 0 0 25 0 5 0 910917306 302333952 14360 33554432000 4194304 5787044 140734714839840 18446744073709551615 5586883 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=9263/tid=9267] ppid=9262 vsize=295248 CPUtime=6.24 cores=0-7
/proc/9263/task/9267/stat : 9267 (priss) R 9262 9262 9069 0 -1 4202560 4946 0 0 0 623 1 0 0 25 0 5 0 910917306 302333952 14360 33554432000 4194304 5787044 140734714839840 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=9263/tid=9268] ppid=9262 vsize=295248 CPUtime=6.21 cores=0-7
/proc/9263/task/9268/stat : 9268 (priss) R 9262 9262 9069 0 -1 4202560 4260 0 0 0 621 0 0 0 25 0 5 0 910917307 302333952 14360 33554432000 4194304 5787044 140734714839840 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.02
Current children cumulated vsize (KiB) 303948

[startup+12.7004 s]
/proc/loadavg: 4.00 4.00 3.91 5/176 9268
/proc/meminfo: memFree=7383204/32950928 swapFree=67055948/67111528
[pid=9262] ppid=9260 vsize=8700 CPUtime=0 cores=0-7
/proc/9262/stat : 9262 (priss.sh) S 9260 9262 9069 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 910917303 8908800 252 33554432000 4194304 4922060 140736727781744 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9262/statm: 2175 252 211 178 0 68 0
[pid=9263] ppid=9262 vsize=297784 CPUtime=50.63 cores=0-7
/proc/9263/stat : 9263 (priss) S 9262 9262 9069 0 -1 4202496 27321 0 0 0 5055 8 0 0 18 0 5 0 910917303 304930816 16101 33554432000 4194304 5787044 140734714839840 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/9263/statm: 74446 16101 404 389 0 70196 0
[pid=9263/tid=9265] ppid=9262 vsize=297784 CPUtime=12.66 cores=0-7
/proc/9263/task/9265/stat : 9265 (priss) R 9262 9262 9069 0 -1 4202560 6768 0 0 0 1265 1 0 0 25 0 5 0 910917305 304930816 16101 33554432000 4194304 5787044 140734714839840 18446744073709551615 4218832 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=9263/tid=9266] ppid=9262 vsize=297784 CPUtime=12.63 cores=0-7
/proc/9263/task/9266/stat : 9266 (priss) R 9262 9262 9069 0 -1 4202560 6861 0 0 0 1260 3 0 0 25 0 5 0 910917306 304930816 16101 33554432000 4194304 5787044 140734714839840 18446744073709551615 4220275 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=9263/tid=9267] ppid=9262 vsize=297784 CPUtime=12.64 cores=0-7
/proc/9263/task/9267/stat : 9267 (priss) R 9262 9262 9069 0 -1 4202560 5554 0 0 0 1263 1 0 0 19 0 5 0 910917306 304930816 16101 33554432000 4194304 5787044 140734714839840 18446744073709551615 5591653 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=9263/tid=9268] ppid=9262 vsize=297784 CPUtime=12.61 cores=0-7
/proc/9263/task/9268/stat : 9268 (priss) R 9262 9262 9069 0 -1 4202560 4260 0 0 0 1261 0 0 0 25 0 5 0 910917307 304930816 16101 33554432000 4194304 5787044 140734714839840 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 306484

[startup+25.501 s]
/proc/loadavg: 4.00 4.00 3.91 5/176 9269
/proc/meminfo: memFree=7363992/32950928 swapFree=67055948/67111528
[pid=9262] ppid=9260 vsize=8700 CPUtime=0 cores=0-7
/proc/9262/stat : 9262 (priss.sh) S 9260 9262 9069 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 910917303 8908800 252 33554432000 4194304 4922060 140736727781744 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9262/statm: 2175 252 211 178 0 68 0
[pid=9263] ppid=9262 vsize=305316 CPUtime=101.81 cores=0-7
/proc/9263/stat : 9263 (priss) S 9262 9262 9069 0 -1 4202496 34892 0 0 0 10169 12 0 0 18 0 5 0 910917303 312643584 21382 33554432000 4194304 5787044 140734714839840 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/9263/statm: 76329 21382 417 389 0 72079 0
[pid=9263/tid=9265] ppid=9262 vsize=305316 CPUtime=25.46 cores=0-7
/proc/9263/task/9265/stat : 9265 (priss) R 9262 9262 9069 0 -1 4202560 7543 0 0 0 2544 2 0 0 25 0 5 0 910917305 312643584 21382 33554432000 4194304 5787044 140734714839840 18446744073709551615 5592867 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=9263/tid=9266] ppid=9262 vsize=305316 CPUtime=25.43 cores=0-7
/proc/9263/task/9266/stat : 9266 (priss) R 9262 9262 9069 0 -1 4202560 8670 0 0 0 2539 4 0 0 25 0 5 0 910917306 312643584 21382 33554432000 4194304 5787044 140734714839840 18446744073709551615 208079893537 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=9263/tid=9267] ppid=9262 vsize=305316 CPUtime=25.44 cores=0-7
/proc/9263/task/9267/stat : 9267 (priss) R 9262 9262 9069 0 -1 4202560 6402 0 0 0 2542 2 0 0 25 0 5 0 910917306 312643584 21382 33554432000 4194304 5787044 140734714839840 18446744073709551615 5590400 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=9263/tid=9268] ppid=9262 vsize=305316 CPUtime=25.42 cores=0-7
/proc/9263/task/9268/stat : 9268 (priss) R 9262 9262 9069 0 -1 4202560 8399 0 0 0 2540 2 0 0 25 0 5 0 910917307 312643584 21382 33554432000 4194304 5787044 140734714839840 18446744073709551615 4238578 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 314016

[startup+51.1011 s]
/proc/loadavg: 4.07 4.02 3.92 5/176 9269
/proc/meminfo: memFree=7332352/32950928 swapFree=67055948/67111528
[pid=9262] ppid=9260 vsize=8700 CPUtime=0 cores=0-7
/proc/9262/stat : 9262 (priss.sh) S 9260 9262 9069 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 910917303 8908800 252 33554432000 4194304 4922060 140736727781744 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9262/statm: 2175 252 211 178 0 68 0
[pid=9263] ppid=9262 vsize=315896 CPUtime=204.17 cores=0-7
/proc/9263/stat : 9263 (priss) S 9262 9262 9069 0 -1 4202496 43000 0 0 0 20394 23 0 0 18 0 5 0 910917303 323477504 29486 33554432000 4194304 5787044 140734714839840 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/9263/statm: 78974 29486 417 389 0 74724 0
[pid=9263/tid=9265] ppid=9262 vsize=315896 CPUtime=51.06 cores=0-7
/proc/9263/task/9265/stat : 9265 (priss) R 9262 9262 9069 0 -1 4202560 9180 0 0 0 5101 5 0 0 25 0 5 0 910917305 323477504 29486 33554432000 4194304 5787044 140734714839840 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=9263/tid=9266] ppid=9262 vsize=315896 CPUtime=51.02 cores=0-7
/proc/9263/task/9266/stat : 9266 (priss) R 9262 9262 9069 0 -1 4202560 10373 0 0 0 5095 7 0 0 25 0 5 0 910917306 323477504 29486 33554432000 4194304 5787044 140734714839840 18446744073709551615 5590586 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=9263/tid=9267] ppid=9262 vsize=315896 CPUtime=51.03 cores=0-7
/proc/9263/task/9267/stat : 9267 (priss) R 9262 9262 9069 0 -1 4202560 8006 0 0 0 5099 4 0 0 25 0 5 0 910917306 323477504 29486 33554432000 4194304 5787044 140734714839840 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=9263/tid=9268] ppid=9262 vsize=315896 CPUtime=51 cores=0-7
/proc/9263/task/9268/stat : 9268 (priss) R 9262 9262 9069 0 -1 4202560 11563 0 0 0 5095 5 0 0 18 0 5 0 910917307 323477504 29486 33554432000 4194304 5787044 140734714839840 18446744073709551615 5527784 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 204.17
Current children cumulated vsize (KiB) 324596

[startup+102.306 s]
/proc/loadavg: 4.03 4.01 3.92 5/176 9271
/proc/meminfo: memFree=7285820/32950928 swapFree=67055948/67111528
[pid=9262] ppid=9260 vsize=8700 CPUtime=0 cores=0-7
/proc/9262/stat : 9262 (priss.sh) S 9260 9262 9069 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 910917303 8908800 252 33554432000 4194304 4922060 140736727781744 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9262/statm: 2175 252 211 178 0 68 0
[pid=9263] ppid=9262 vsize=334324 CPUtime=408.96 cores=0-7
/proc/9263/stat : 9263 (priss) S 9262 9262 9069 0 -1 4202496 54258 0 0 0 40855 41 0 0 18 0 5 0 910917303 342347776 40582 33554432000 4194304 5787044 140734714839840 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/9263/statm: 83581 40582 417 389 0 79331 0
[pid=9263/tid=9265] ppid=9262 vsize=334324 CPUtime=102.25 cores=0-7
/proc/9263/task/9265/stat : 9265 (priss) R 9262 9262 9069 0 -1 4202560 12364 0 0 0 10215 10 0 0 25 0 5 0 910917305 342347776 40582 33554432000 4194304 5787044 140734714839840 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=9263/tid=9266] ppid=9262 vsize=334324 CPUtime=102.22 cores=0-7
/proc/9263/task/9266/stat : 9266 (priss) R 9262 9262 9069 0 -1 4202560 12629 0 0 0 10209 13 0 0 25 0 5 0 910917306 342347776 40582 33554432000 4194304 5787044 140734714839840 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=9263/tid=9267] ppid=9262 vsize=334324 CPUtime=102.23 cores=0-7
/proc/9263/task/9267/stat : 9267 (priss) R 9262 9262 9069 0 -1 4202560 10448 0 0 0 10217 6 0 0 25 0 5 0 910917306 342347776 40582 33554432000 4194304 5787044 140734714839840 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=9263/tid=9268] ppid=9262 vsize=334324 CPUtime=102.19 cores=0-7

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

/proc/9263/task/9266/stat : 9266 (priss) R 9262 9262 9069 0 -1 4202560 86360 0 0 0 472111 116 0 0 25 0 5 0 910917306 1640153088 353776 33554432000 4194304 5787044 140734714839840 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=9263/tid=9267] ppid=9262 vsize=1601712 CPUtime=4722.3 cores=0-7
/proc/9263/task/9267/stat : 9267 (priss) R 9262 9262 9069 0 -1 4202560 88288 0 0 0 472157 73 0 0 25 0 5 0 910917306 1640153088 353776 33554432000 4194304 5787044 140734714839840 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=9263/tid=9268] ppid=9262 vsize=1601712 CPUtime=4722.28 cores=0-7
/proc/9263/task/9268/stat : 9268 (priss) R 9262 9262 9069 0 -1 4202560 108822 0 0 0 472116 112 0 0 25 0 5 0 910917307 1640153088 353776 33554432000 4194304 5787044 140734714839840 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 18889.2
Current children cumulated vsize (KiB) 1610412

[startup+4782.3 s]
/proc/loadavg: 4.05 4.01 3.96 5/176 9408
/proc/meminfo: memFree=6010372/32950928 swapFree=67055948/67111528
[pid=9262] ppid=9260 vsize=8700 CPUtime=0 cores=0-7
/proc/9262/stat : 9262 (priss.sh) S 9260 9262 9069 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 910917303 8908800 252 33554432000 4194304 4922060 140736727781744 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9262/statm: 2175 252 211 178 0 68 0
[pid=9263] ppid=9262 vsize=1601856 CPUtime=19129.2 cores=0-7
/proc/9263/stat : 9263 (priss) S 9262 9262 9069 0 -1 4202496 383640 0 0 0 1912426 495 0 0 18 0 5 0 910917303 1640300544 358303 33554432000 4194304 5787044 140734714839840 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/9263/statm: 400464 358303 418 389 0 396214 0
[pid=9263/tid=9265] ppid=9262 vsize=1601856 CPUtime=4782.31 cores=0-7
/proc/9263/task/9265/stat : 9265 (priss) R 9262 9262 9069 0 -1 4202560 92854 0 0 0 478043 188 0 0 25 0 5 0 910917305 1640300544 358303 33554432000 4194304 5787044 140734714839840 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=9263/tid=9266] ppid=9262 vsize=1601856 CPUtime=4782.27 cores=0-7
/proc/9263/task/9266/stat : 9266 (priss) R 9262 9262 9069 0 -1 4202560 88684 0 0 0 478108 119 0 0 25 0 5 0 910917306 1640300544 358303 33554432000 4194304 5787044 140734714839840 18446744073709551615 5389088 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=9263/tid=9267] ppid=9262 vsize=1601856 CPUtime=4782.29 cores=0-7
/proc/9263/task/9267/stat : 9267 (priss) R 9262 9262 9069 0 -1 4202560 88300 0 0 0 478156 73 0 0 25 0 5 0 910917306 1640300544 358303 33554432000 4194304 5787044 140734714839840 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=9263/tid=9268] ppid=9262 vsize=1601856 CPUtime=4782.27 cores=0-7
/proc/9263/task/9268/stat : 9268 (priss) R 9262 9262 9069 0 -1 4202560 109924 0 0 0 478113 114 0 0 25 0 5 0 910917307 1640300544 358303 33554432000 4194304 5787044 140734714839840 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19129.2
Current children cumulated vsize (KiB) 1610556

[startup+4842.3 s]
/proc/loadavg: 4.02 4.01 3.96 5/176 9409
/proc/meminfo: memFree=5992380/32950928 swapFree=67055948/67111528
[pid=9262] ppid=9260 vsize=8700 CPUtime=0 cores=0-7
/proc/9262/stat : 9262 (priss.sh) S 9260 9262 9069 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 910917303 8908800 252 33554432000 4194304 4922060 140736727781744 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9262/statm: 2175 252 211 178 0 68 0
[pid=9263] ppid=9262 vsize=1602000 CPUtime=19369.2 cores=0-7
/proc/9263/stat : 9263 (priss) S 9262 9262 9069 0 -1 4202496 388110 0 0 0 1936420 502 0 0 18 0 5 0 910917303 1640448000 362773 33554432000 4194304 5787044 140734714839840 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/9263/statm: 400500 362773 418 389 0 396250 0
[pid=9263/tid=9265] ppid=9262 vsize=1602000 CPUtime=4842.31 cores=0-7
/proc/9263/task/9265/stat : 9265 (priss) R 9262 9262 9069 0 -1 4202560 94046 0 0 0 484040 191 0 0 25 0 5 0 910917305 1640448000 362773 33554432000 4194304 5787044 140734714839840 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=9263/tid=9266] ppid=9262 vsize=1602000 CPUtime=4842.28 cores=0-7
/proc/9263/task/9266/stat : 9266 (priss) R 9262 9262 9069 0 -1 4202560 89914 0 0 0 484107 121 0 0 25 0 5 0 910917306 1640448000 362773 33554432000 4194304 5787044 140734714839840 18446744073709551615 5590295 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=9263/tid=9267] ppid=9262 vsize=1602000 CPUtime=4842.29 cores=0-7
/proc/9263/task/9267/stat : 9267 (priss) R 9262 9262 9069 0 -1 4202560 88328 0 0 0 484156 73 0 0 25 0 5 0 910917306 1640448000 362773 33554432000 4194304 5787044 140734714839840 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=9263/tid=9268] ppid=9262 vsize=1602000 CPUtime=4842.28 cores=0-7
/proc/9263/task/9268/stat : 9268 (priss) R 9262 9262 9069 0 -1 4202560 111944 0 0 0 484113 115 0 0 25 0 5 0 910917307 1640448000 362773 33554432000 4194304 5787044 140734714839840 18446744073709551615 5527482 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19369.2
Current children cumulated vsize (KiB) 1610700

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/176 9411
/proc/meminfo: memFree=5970416/32950928 swapFree=67055948/67111528
[pid=9262] ppid=9260 vsize=8700 CPUtime=0 cores=0-7
/proc/9262/stat : 9262 (priss.sh) S 9260 9262 9069 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 910917303 8908800 252 33554432000 4194304 4922060 140736727781744 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9262/statm: 2175 252 211 178 0 68 0
[pid=9263] ppid=9262 vsize=1618576 CPUtime=19609.2 cores=0-7
/proc/9263/stat : 9263 (priss) S 9262 9262 9069 0 -1 4202496 398751 0 0 0 1960415 507 0 0 18 0 5 0 910917303 1657421824 368323 33554432000 4194304 5787044 140734714839840 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/9263/statm: 404644 368323 418 389 0 400394 0
[pid=9263/tid=9265] ppid=9262 vsize=1618576 CPUtime=4902.31 cores=0-7
/proc/9263/task/9265/stat : 9265 (priss) R 9262 9262 9069 0 -1 4202560 100280 0 0 0 490037 194 0 0 25 0 5 0 910917305 1657421824 368323 33554432000 4194304 5787044 140734714839840 18446744073709551615 5588664 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=9263/tid=9266] ppid=9262 vsize=1618576 CPUtime=4902.28 cores=0-7
/proc/9263/task/9266/stat : 9266 (priss) R 9262 9262 9069 0 -1 4202560 91140 0 0 0 490106 122 0 0 25 0 5 0 910917306 1657421824 368323 33554432000 4194304 5787044 140734714839840 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=9263/tid=9267] ppid=9262 vsize=1618576 CPUtime=4902.29 cores=0-7
/proc/9263/task/9267/stat : 9267 (priss) R 9262 9262 9069 0 -1 4202560 88367 0 0 0 490156 73 0 0 25 0 5 0 910917306 1657421824 368323 33554432000 4194304 5787044 140734714839840 18446744073709551615 5591727 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=9263/tid=9268] ppid=9262 vsize=1618576 CPUtime=4902.28 cores=0-7
/proc/9263/task/9268/stat : 9268 (priss) R 9262 9262 9069 0 -1 4202560 115086 0 0 0 490111 117 0 0 25 0 5 0 910917307 1657421824 368323 33554432000 4194304 5787044 140734714839840 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19609.2
Current children cumulated vsize (KiB) 1627276

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/176 9412
/proc/meminfo: memFree=5958996/32950928 swapFree=67055948/67111528
[pid=9262] ppid=9260 vsize=8700 CPUtime=0 cores=0-7
/proc/9262/stat : 9262 (priss.sh) S 9260 9262 9069 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 910917303 8908800 252 33554432000 4194304 4922060 140736727781744 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9262/statm: 2175 252 211 178 0 68 0
[pid=9263] ppid=9262 vsize=1618768 CPUtime=19849.2 cores=0-7
/proc/9263/stat : 9263 (priss) S 9262 9262 9069 0 -1 4202496 402589 0 0 0 1984410 511 0 0 18 0 5 0 910917303 1657618432 371168 33554432000 4194304 5787044 140734714839840 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/9263/statm: 404692 371168 418 389 0 400442 0
[pid=9263/tid=9265] ppid=9262 vsize=1618768 CPUtime=4962.3 cores=0-7
/proc/9263/task/9265/stat : 9265 (priss) R 9262 9262 9069 0 -1 4202560 100280 0 0 0 496036 194 0 0 25 0 5 0 910917305 1657618432 371168 33554432000 4194304 5787044 140734714839840 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=9263/tid=9266] ppid=9262 vsize=1618768 CPUtime=4962.27 cores=0-7
/proc/9263/task/9266/stat : 9266 (priss) R 9262 9262 9069 0 -1 4202560 92347 0 0 0 496103 124 0 0 25 0 5 0 910917306 1657618432 371168 33554432000 4194304 5787044 140734714839840 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=9263/tid=9267] ppid=9262 vsize=1618768 CPUtime=4962.29 cores=0-7
/proc/9263/task/9267/stat : 9267 (priss) R 9262 9262 9069 0 -1 4202560 88409 0 0 0 496156 73 0 0 25 0 5 0 910917306 1657618432 371168 33554432000 4194304 5787044 140734714839840 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=9263/tid=9268] ppid=9262 vsize=1618768 CPUtime=4962.27 cores=0-7
/proc/9263/task/9268/stat : 9268 (priss) R 9262 9262 9069 0 -1 4202560 117675 0 0 0 496109 118 0 0 25 0 5 0 910917307 1657618432 371168 33554432000 4194304 5787044 140734714839840 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19849.2
Current children cumulated vsize (KiB) 1627468

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/176 9414
/proc/meminfo: memFree=5953760/32950928 swapFree=67055948/67111528
[pid=9262] ppid=9260 vsize=8700 CPUtime=0 cores=0-7
/proc/9262/stat : 9262 (priss.sh) S 9260 9262 9069 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 910917303 8908800 252 33554432000 4194304 4922060 140736727781744 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9262/statm: 2175 252 211 178 0 68 0
[pid=9263] ppid=9262 vsize=1684608 CPUtime=20089.2 cores=0-7
/proc/9263/stat : 9263 (priss) S 9262 9262 9069 0 -1 4202496 403906 0 0 0 2008409 513 0 0 18 0 5 0 910917303 1725038592 372485 33554432000 4194304 5787044 140734714839840 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/9263/statm: 421152 372485 418 389 0 416902 0
[pid=9263/tid=9265] ppid=9262 vsize=1684608 CPUtime=5022.3 cores=0-7
/proc/9263/task/9265/stat : 9265 (priss) R 9262 9262 9069 0 -1 4202560 100281 0 0 0 502036 194 0 0 25 0 5 0 910917305 1725038592 372485 33554432000 4194304 5787044 140734714839840 18446744073709551615 4254546 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=9263/tid=9266] ppid=9262 vsize=1684608 CPUtime=5022.28 cores=0-7
/proc/9263/task/9266/stat : 9266 (priss) R 9262 9262 9069 0 -1 4202560 93597 0 0 0 502102 126 0 0 25 0 5 0 910917306 1725038592 372485 33554432000 4194304 5787044 140734714839840 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=9263/tid=9267] ppid=9262 vsize=1684608 CPUtime=5022.29 cores=0-7
/proc/9263/task/9267/stat : 9267 (priss) R 9262 9262 9069 0 -1 4202560 88475 0 0 0 502156 73 0 0 25 0 5 0 910917306 1725038592 372485 33554432000 4194304 5787044 140734714839840 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=9263/tid=9268] ppid=9262 vsize=1684608 CPUtime=5022.27 cores=0-7
/proc/9263/task/9268/stat : 9268 (priss) R 9262 9262 9069 0 -1 4202560 117675 0 0 0 502109 118 0 0 25 0 5 0 910917307 1725038592 372485 33554432000 4194304 5787044 140734714839840 18446744073709551615 5527024 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 20089.2
Current children cumulated vsize (KiB) 1693308

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/176 9416
/proc/meminfo: memFree=5949656/32950928 swapFree=67055948/67111528
[pid=9262] ppid=9260 vsize=8700 CPUtime=0 cores=0-7
/proc/9262/stat : 9262 (priss.sh) S 9260 9262 9069 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 910917303 8908800 252 33554432000 4194304 4922060 140736727781744 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9262/statm: 2175 252 211 178 0 68 0
[pid=9263] ppid=9262 vsize=1693120 CPUtime=20329.2 cores=0-7
/proc/9263/stat : 9263 (priss) S 9262 9262 9069 0 -1 4202496 406946 0 0 0 2032407 515 0 0 18 0 5 0 910917303 1733754880 373476 33554432000 4194304 5787044 140734714839840 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/9263/statm: 423280 373476 418 389 0 419030 0
[pid=9263/tid=9265] ppid=9262 vsize=1693120 CPUtime=5082.3 cores=0-7
/proc/9263/task/9265/stat : 9265 (priss) R 9262 9262 9069 0 -1 4202560 100281 0 0 0 508036 194 0 0 25 0 5 0 910917305 1733754880 373476 33554432000 4194304 5787044 140734714839840 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=9263/tid=9266] ppid=9262 vsize=1693120 CPUtime=5082.27 cores=0-7
/proc/9263/task/9266/stat : 9266 (priss) R 9262 9262 9069 0 -1 4202560 96578 0 0 0 508100 127 0 0 25 0 5 0 910917306 1733754880 373476 33554432000 4194304 5787044 140734714839840 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=9263/tid=9267] ppid=9262 vsize=1693120 CPUtime=5082.29 cores=0-7
/proc/9263/task/9267/stat : 9267 (priss) R 9262 9262 9069 0 -1 4202560 88534 0 0 0 508156 73 0 0 25 0 5 0 910917306 1733754880 373476 33554432000 4194304 5787044 140734714839840 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=9263/tid=9268] ppid=9262 vsize=1693120 CPUtime=5082.28 cores=0-7
/proc/9263/task/9268/stat : 9268 (priss) R 9262 9262 9069 0 -1 4202560 117675 0 0 0 508110 118 0 0 25 0 5 0 910917307 1733754880 373476 33554432000 4194304 5787044 140734714839840 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 20329.2
Current children cumulated vsize (KiB) 1701820



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 3.96 5/176 9416
/proc/meminfo: memFree=5943324/32950928 swapFree=67055948/67111528
[pid=9262] ppid=9260 vsize=8700 CPUtime=0 cores=0-7
/proc/9262/stat : 9262 (priss.sh) S 9260 9262 9069 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 910917303 8908800 252 33554432000 4194304 4922060 140736727781744 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9262/statm: 2175 252 211 178 0 68 0
[pid=9263] ppid=9262 vsize=1693280 CPUtime=20400.1 cores=0-7
/proc/9263/stat : 9263 (priss) S 9262 9262 9069 0 -1 4202496 409504 0 0 0 2039489 516 0 0 18 0 5 0 910917303 1733918720 375041 33554432000 4194304 5787044 140734714839840 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/9263/statm: 423320 375041 418 389 0 419070 0
[pid=9263/tid=9265] ppid=9262 vsize=1693280 CPUtime=5100.01 cores=0-7
/proc/9263/task/9265/stat : 9265 (priss) R 9262 9262 9069 0 -1 4202560 100281 0 0 0 509807 194 0 0 25 0 5 0 910917305 1733918720 375041 33554432000 4194304 5787044 140734714839840 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=9263/tid=9266] ppid=9262 vsize=1693280 CPUtime=5099.99 cores=0-7
/proc/9263/task/9266/stat : 9266 (priss) R 9262 9262 9069 0 -1 4202560 99086 0 0 0 509871 128 0 0 25 0 5 0 910917306 1733918720 375041 33554432000 4194304 5787044 140734714839840 18446744073709551615 208079930348 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=9263/tid=9267] ppid=9262 vsize=1693280 CPUtime=5100 cores=0-7
/proc/9263/task/9267/stat : 9267 (priss) R 9262 9262 9069 0 -1 4202560 88584 0 0 0 509927 73 0 0 25 0 5 0 910917306 1733918720 375041 33554432000 4194304 5787044 140734714839840 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=9263/tid=9268] ppid=9262 vsize=1693280 CPUtime=5099.98 cores=0-7
/proc/9263/task/9268/stat : 9268 (priss) R 9262 9262 9069 0 -1 4202560 117675 0 0 0 509880 118 0 0 25 0 5 0 910917307 1733918720 375041 33554432000 4194304 5787044 140734714839840 18446744073709551615 5527037 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 20400.1
Current children cumulated vsize (KiB) 1701980

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 9262 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 20400.1
#
# 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): 20394.9
CPU system time (s): 5.16
CPU usage (%): 400
Max. virtual memory (cumulated for all children) (KiB): 1701980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.000999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 332
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 2

runsolver used 7.38288 second user time and 18.8211 second system time

The end

Launcher Data

Begin job on node127 at 2011-06-13 21:26:16
IDJOB=3499237
IDBENCH=71540
IDSOLVER=1994
FILE ID=node127/3499237-1307993176
RUNJOBID= node127-1307989128-9083
PBS_JOBID= 13559817
Free space on /var/tmp= 2876 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v945c61409gyes7.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3499237-1307993176/watcher-3499237-1307993176 -o /var/tmp/evaluation-result-3499237-1307993176/solver-3499237-1307993176 -C 40000 -W 5100 -M 31000  HOME/priss.sh HOME HOME/instance-3499237-1307993176.cnf 1537140707 40000 31000 8

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

MD5SUM BENCH= 6200c727c8a5a324974090a1f9a6d7ab
RANDOM SEED=1537140707

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       7445580 kB
Buffers:        124340 kB
Cached:       24546336 kB
SwapCached:       9120 kB
Active:        9069328 kB
Inactive:     15619944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       7445580 kB
SwapTotal:    67111528 kB
SwapFree:     67055948 kB
Dirty:            2336 kB
Writeback:           0 kB
AnonPages:       16352 kB
Mapped:          12548 kB
Slab:           750588 kB
PageTables:       4084 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   188052 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= 2876 MiB
End job on node127 at 2011-06-13 22:51:18