Trace number 3499505

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.0UNSAT 6840.86 1710.24

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-12_135.cnf
MD5SUMf20ed0313cfa494f86b5c8ef723973ee
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark39.165
Satisfiable
(Un)Satisfiability was proved
Number of variables135
Number of clauses5251
Sum of the clauses size22611
Maximum clause length12
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 34489
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5762

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: 25036
0.00/0.00	c parsetime: 1537us
0.00/0.00	c parsed 5251 clauses with 135 variables
0.00/0.00	c NW started thread 0 successfully (1092397376)
0.00/0.00	c NW started thread 1 successfully (1113618752)
0.00/0.00	c NW started thread 2 successfully (1124108608)
0.00/0.00	c NW started thread 3 successfully (1134598464)
13.96/3.52	c preprocessor returned 10014 variables
13.96/3.52	c preprocessing returned UNKNOWN
13.96/3.52	c PP set 0 variables
13.96/3.52	c pp time: 3520058us (3s)
13.96/3.53	c preprocessor returned 10014 variables
13.96/3.53	c preprocessing returned UNKNOWN
13.96/3.53	c PP set 0 variables
13.96/3.53	c pp time: 3522260us (3s)
13.96/3.53	c preprocessor returned 10014 variables
13.96/3.53	c preprocessing returned UNKNOWN
13.96/3.53	c PP set 0 variables
13.96/3.53	c pp time: 3524189us (3s)
250.76/62.75	c preprocessor returned 30009 variables
250.76/62.75	c preprocessing returned UNKNOWN
250.76/62.75	c PP set 0 variables
250.76/62.75	c pp time: 62747713us (62s)
6250.40/1562.60	c added unsatisfied clause
6250.40/1562.60	c failed to add network clauses
6478.81/1619.79	c added unsatisfied clause
6478.81/1619.79	c failed to add network clauses
6816.42/1704.13	c added unsatisfied clause
6816.42/1704.13	c failed to add network clauses
6832.02/1708.05	c added unsatisfied clause
6832.02/1708.05	c failed to add network clauses
6838.83/1709.79	c ====================
6838.83/1709.79	c implication/decision inf%(inf)
6838.83/1709.79	c decisions:           2797586
6838.83/1709.79	c last level:          0
6838.83/1709.79	c conflicts:           2186433
6838.83/1709.79	c restarts:            14493
6838.83/1709.79	c rejected_restarts    0
6838.83/1709.79	c removals:            22
6838.83/1709.79	c removed clauses:     1340874
6838.83/1709.79	c oft clauses:         0
6840.43/1710.20	c solvetime: 1706669070us (1706s)
6840.83/1710.20	c sended clauses   | 65119 | 68637 | 152 | 62905 |
6840.83/1710.20	c received clauses | 0 | 22 | 43 | 50 |
6840.83/1710.20	c join all other threads
6840.83/1710.22	c joined thread 0
6840.83/1710.22	c joined thread 1
6840.83/1710.22	c joined thread 2
6840.83/1710.22	c joined thread 3
6840.83/1710.22	c memory usage (vsize): 616 MB
6840.83/1710.22	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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-3499505-1308003444/watcher-3499505-1308003444 -o /var/tmp/evaluation-result-3499505-1308003444/solver-3499505-1308003444 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499505-1308003444.cnf 1886847053 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.95 1/170 25035
/proc/meminfo: memFree=15252476/32951124 swapFree=67054448/67111528
[pid=25035] ppid=25033 vsize=8700 CPUtime=0 cores=0-7
/proc/25035/stat : 25035 (priss.sh) S 25033 25035 24804 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 892760018 8908800 252 33554432000 4194304 4922060 140734263911712 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25035/statm: 2175 252 211 178 0 68 0

[startup+0.053735 s]
/proc/loadavg: 4.00 4.00 3.95 1/170 25035
/proc/meminfo: memFree=15252476/32951124 swapFree=67054448/67111528
[pid=25035] ppid=25033 vsize=8700 CPUtime=0 cores=0-7
/proc/25035/stat : 25035 (priss.sh) S 25033 25035 24804 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 892760018 8908800 252 33554432000 4194304 4922060 140734263911712 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25035/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100732 s]
/proc/loadavg: 4.00 4.00 3.95 1/170 25035
/proc/meminfo: memFree=15252476/32951124 swapFree=67054448/67111528
[pid=25035] ppid=25033 vsize=8700 CPUtime=0 cores=0-7
/proc/25035/stat : 25035 (priss.sh) S 25033 25035 24804 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 892760018 8908800 252 33554432000 4194304 4922060 140734263911712 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25035/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300688 s]
/proc/loadavg: 4.00 4.00 3.95 1/170 25035
/proc/meminfo: memFree=15252476/32951124 swapFree=67054448/67111528
[pid=25035] ppid=25033 vsize=8700 CPUtime=0 cores=0-7
/proc/25035/stat : 25035 (priss.sh) S 25033 25035 24804 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 892760018 8908800 252 33554432000 4194304 4922060 140734263911712 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25035/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700619 s]
/proc/loadavg: 4.00 4.00 3.95 1/170 25035
/proc/meminfo: memFree=15252476/32951124 swapFree=67054448/67111528
[pid=25035] ppid=25033 vsize=8700 CPUtime=0 cores=0-7
/proc/25035/stat : 25035 (priss.sh) S 25033 25035 24804 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 892760018 8908800 252 33554432000 4194304 4922060 140734263911712 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25035/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50045 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 25041
/proc/meminfo: memFree=15232860/32951124 swapFree=67054448/67111528
[pid=25035] ppid=25033 vsize=8700 CPUtime=0 cores=0-7
/proc/25035/stat : 25035 (priss.sh) S 25033 25035 24804 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 892760018 8908800 252 33554432000 4194304 4922060 140734263911712 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25035/statm: 2175 252 211 178 0 68 0
[pid=25036] ppid=25035 vsize=272260 CPUtime=5.96 cores=0-7
/proc/25036/stat : 25036 (priss) S 25035 25035 24804 0 -1 4202496 5886 0 0 0 595 1 0 0 25 0 5 0 892760018 278794240 5264 33554432000 4194304 5787044 140734951077856 18446744073709551615 270350207409 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/25036/statm: 68065 5264 355 389 0 63815 0
[pid=25036/tid=25038] ppid=25035 vsize=272260 CPUtime=1.48 cores=0-7
/proc/25036/task/25038/stat : 25038 (priss) R 25035 25035 24804 0 -1 4202560 834 0 0 0 148 0 0 0 20 0 5 0 892760019 278794240 5264 33554432000 4194304 5787044 140734951077856 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=25036/tid=25039] ppid=25035 vsize=272260 CPUtime=1.48 cores=0-7
/proc/25036/task/25039/stat : 25039 (priss) R 25035 25035 24804 0 -1 4202560 824 0 0 0 148 0 0 0 19 0 5 0 892760019 278794240 5264 33554432000 4194304 5787044 140734951077856 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=25036/tid=25040] ppid=25035 vsize=272260 CPUtime=1.48 cores=0-7
/proc/25036/task/25040/stat : 25040 (priss) R 25035 25035 24804 0 -1 4202560 766 0 0 0 148 0 0 0 19 0 5 0 892760019 278794240 5264 33554432000 4194304 5787044 140734951077856 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=25036/tid=25041] ppid=25035 vsize=272260 CPUtime=1.48 cores=0-7
/proc/25036/task/25041/stat : 25041 (priss) R 25035 25035 24804 0 -1 4202560 1921 0 0 0 148 0 0 0 19 0 5 0 892760019 278794240 5264 33554432000 4194304 5787044 140734951077856 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 280960

[startup+3.10113 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 25041
/proc/meminfo: memFree=15232988/32951124 swapFree=67054448/67111528
[pid=25035] ppid=25033 vsize=8700 CPUtime=0 cores=0-7
/proc/25035/stat : 25035 (priss.sh) S 25033 25035 24804 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 892760018 8908800 252 33554432000 4194304 4922060 140734263911712 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25035/statm: 2175 252 211 178 0 68 0
[pid=25036] ppid=25035 vsize=272260 CPUtime=12.36 cores=0-7
/proc/25036/stat : 25036 (priss) S 25035 25035 24804 0 -1 4202496 5886 0 0 0 1235 1 0 0 25 0 5 0 892760018 278794240 5264 33554432000 4194304 5787044 140734951077856 18446744073709551615 270350207409 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/25036/statm: 68065 5264 355 389 0 63815 0
[pid=25036/tid=25038] ppid=25035 vsize=272260 CPUtime=3.09 cores=0-7
/proc/25036/task/25038/stat : 25038 (priss) R 25035 25035 24804 0 -1 4202560 834 0 0 0 309 0 0 0 25 0 5 0 892760019 278794240 5264 33554432000 4194304 5787044 140734951077856 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=25036/tid=25039] ppid=25035 vsize=272260 CPUtime=3.08 cores=0-7
/proc/25036/task/25039/stat : 25039 (priss) R 25035 25035 24804 0 -1 4202560 824 0 0 0 308 0 0 0 24 0 5 0 892760019 278794240 5264 33554432000 4194304 5787044 140734951077856 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=25036/tid=25040] ppid=25035 vsize=272260 CPUtime=3.08 cores=0-7
/proc/25036/task/25040/stat : 25040 (priss) R 25035 25035 24804 0 -1 4202560 766 0 0 0 308 0 0 0 25 0 5 0 892760019 278794240 5264 33554432000 4194304 5787044 140734951077856 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=25036/tid=25041] ppid=25035 vsize=272260 CPUtime=3.08 cores=0-7
/proc/25036/task/25041/stat : 25041 (priss) R 25035 25035 24804 0 -1 4202560 1921 0 0 0 308 0 0 0 25 0 5 0 892760019 278794240 5264 33554432000 4194304 5787044 140734951077856 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 280960

[startup+6.30049 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 25041
/proc/meminfo: memFree=15225044/32951124 swapFree=67054448/67111528
[pid=25035] ppid=25033 vsize=8700 CPUtime=0 cores=0-7
/proc/25035/stat : 25035 (priss.sh) S 25033 25035 24804 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 892760018 8908800 252 33554432000 4194304 4922060 140734263911712 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25035/statm: 2175 252 211 178 0 68 0
[pid=25036] ppid=25035 vsize=275328 CPUtime=25.16 cores=0-7
/proc/25036/stat : 25036 (priss) S 25035 25035 24804 0 -1 4202496 8420 0 0 0 2512 4 0 0 25 0 5 0 892760018 281935872 7637 33554432000 4194304 5787044 140734951077856 18446744073709551615 270350207409 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/25036/statm: 68832 7637 404 389 0 64582 0
[pid=25036/tid=25038] ppid=25035 vsize=275328 CPUtime=6.28 cores=0-7
/proc/25036/task/25038/stat : 25038 (priss) R 25035 25035 24804 0 -1 4202560 1475 0 0 0 628 0 0 0 19 0 5 0 892760019 281935872 7637 33554432000 4194304 5787044 140734951077856 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=25036/tid=25039] ppid=25035 vsize=275328 CPUtime=6.28 cores=0-7
/proc/25036/task/25039/stat : 25039 (priss) R 25035 25035 24804 0 -1 4202560 1657 0 0 0 626 2 0 0 18 0 5 0 892760019 281935872 7637 33554432000 4194304 5787044 140734951077856 18446744073709551615 5585354 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=25036/tid=25040] ppid=25035 vsize=275328 CPUtime=6.28 cores=0-7
/proc/25036/task/25040/stat : 25040 (priss) R 25035 25035 24804 0 -1 4202560 1826 0 0 0 627 1 0 0 18 0 5 0 892760019 281935872 7637 33554432000 4194304 5787044 140734951077856 18446744073709551615 5588249 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=25036/tid=25041] ppid=25035 vsize=275328 CPUtime=6.28 cores=0-7
/proc/25036/task/25041/stat : 25041 (priss) R 25035 25035 24804 0 -1 4202560 1921 0 0 0 628 0 0 0 25 0 5 0 892760019 281935872 7637 33554432000 4194304 5787044 140734951077856 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 284028

[startup+12.7012 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 25041
/proc/meminfo: memFree=15214916/32951124 swapFree=67054448/67111528
[pid=25035] ppid=25033 vsize=8700 CPUtime=0 cores=0-7
/proc/25035/stat : 25035 (priss.sh) S 25033 25035 24804 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 892760018 8908800 252 33554432000 4194304 4922060 140734263911712 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25035/statm: 2175 252 211 178 0 68 0
[pid=25036] ppid=25035 vsize=281596 CPUtime=50.76 cores=0-7
/proc/25036/stat : 25036 (priss) S 25035 25035 24804 0 -1 4202496 10975 0 0 0 5070 6 0 0 25 0 5 0 892760018 288354304 10192 33554432000 4194304 5787044 140734951077856 18446744073709551615 270350207409 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/25036/statm: 70399 10192 404 389 0 66149 0
[pid=25036/tid=25038] ppid=25035 vsize=281596 CPUtime=12.68 cores=0-7
/proc/25036/task/25038/stat : 25038 (priss) R 25035 25035 24804 0 -1 4202560 2996 0 0 0 1268 0 0 0 25 0 5 0 892760019 288354304 10192 33554432000 4194304 5787044 140734951077856 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=25036/tid=25039] ppid=25035 vsize=281596 CPUtime=12.68 cores=0-7
/proc/25036/task/25039/stat : 25039 (priss) R 25035 25035 24804 0 -1 4202560 2154 0 0 0 1265 3 0 0 19 0 5 0 892760019 288354304 10192 33554432000 4194304 5787044 140734951077856 18446744073709551615 5591579 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=25036/tid=25040] ppid=25035 vsize=281596 CPUtime=12.68 cores=0-7
/proc/25036/task/25040/stat : 25040 (priss) R 25035 25035 24804 0 -1 4202560 2363 0 0 0 1267 1 0 0 18 0 5 0 892760019 288354304 10192 33554432000 4194304 5787044 140734951077856 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=25036/tid=25041] ppid=25035 vsize=281596 CPUtime=12.68 cores=0-7
/proc/25036/task/25041/stat : 25041 (priss) R 25035 25035 24804 0 -1 4202560 1921 0 0 0 1268 0 0 0 25 0 5 0 892760019 288354304 10192 33554432000 4194304 5787044 140734951077856 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 290296

[startup+25.5007 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 25041
/proc/meminfo: memFree=15206764/32951124 swapFree=67054448/67111528
[pid=25035] ppid=25033 vsize=8700 CPUtime=0 cores=0-7
/proc/25035/stat : 25035 (priss.sh) S 25033 25035 24804 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 892760018 8908800 252 33554432000 4194304 4922060 140734263911712 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25035/statm: 2175 252 211 178 0 68 0
[pid=25036] ppid=25035 vsize=284824 CPUtime=101.95 cores=0-7
/proc/25036/stat : 25036 (priss) S 25035 25035 24804 0 -1 4202496 13106 0 0 0 10187 8 0 0 25 0 5 0 892760018 291659776 12321 33554432000 4194304 5787044 140734951077856 18446744073709551615 270350207409 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/25036/statm: 71206 12321 404 389 0 66956 0
[pid=25036/tid=25038] ppid=25035 vsize=284824 CPUtime=25.48 cores=0-7
/proc/25036/task/25038/stat : 25038 (priss) R 25035 25035 24804 0 -1 4202560 3703 0 0 0 2547 1 0 0 25 0 5 0 892760019 291659776 12321 33554432000 4194304 5787044 140734951077856 18446744073709551615 5586846 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=25036/tid=25039] ppid=25035 vsize=284824 CPUtime=25.48 cores=0-7
/proc/25036/task/25039/stat : 25039 (priss) R 25035 25035 24804 0 -1 4202560 2841 0 0 0 2544 4 0 0 25 0 5 0 892760019 291659776 12321 33554432000 4194304 5787044 140734951077856 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=25036/tid=25040] ppid=25035 vsize=284824 CPUtime=25.48 cores=0-7
/proc/25036/task/25040/stat : 25040 (priss) R 25035 25035 24804 0 -1 4202560 3100 0 0 0 2546 2 0 0 19 0 5 0 892760019 291659776 12321 33554432000 4194304 5787044 140734951077856 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=25036/tid=25041] ppid=25035 vsize=284824 CPUtime=25.48 cores=0-7
/proc/25036/task/25041/stat : 25041 (priss) R 25035 25035 24804 0 -1 4202560 1921 0 0 0 2548 0 0 0 25 0 5 0 892760019 291659776 12321 33554432000 4194304 5787044 140734951077856 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.95
Current children cumulated vsize (KiB) 293524

[startup+51.1006 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 25042
/proc/meminfo: memFree=15190484/32951124 swapFree=67054448/67111528
[pid=25035] ppid=25033 vsize=8700 CPUtime=0 cores=0-7
/proc/25035/stat : 25035 (priss.sh) S 25033 25035 24804 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 892760018 8908800 252 33554432000 4194304 4922060 140734263911712 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25035/statm: 2175 252 211 178 0 68 0
[pid=25036] ppid=25035 vsize=293404 CPUtime=204.34 cores=0-7
/proc/25036/stat : 25036 (priss) S 25035 25035 24804 0 -1 4202496 17188 0 0 0 20422 12 0 0 25 0 5 0 892760018 300445696 16378 33554432000 4194304 5787044 140734951077856 18446744073709551615 270350207409 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/25036/statm: 73351 16378 404 389 0 69101 0
[pid=25036/tid=25038] ppid=25035 vsize=293404 CPUtime=51.07 cores=0-7
/proc/25036/task/25038/stat : 25038 (priss) R 25035 25035 24804 0 -1 4202560 4814 0 0 0 5106 1 0 0 25 0 5 0 892760019 300445696 16378 33554432000 4194304 5787044 140734951077856 18446744073709551615 4220936 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=25036/tid=25039] ppid=25035 vsize=293404 CPUtime=51.07 cores=0-7
/proc/25036/task/25039/stat : 25039 (priss) R 25035 25035 24804 0 -1 4202560 4976 0 0 0 5100 7 0 0 19 0 5 0 892760019 300445696 16378 33554432000 4194304 5787044 140734951077856 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=25036/tid=25040] ppid=25035 vsize=293404 CPUtime=51.08 cores=0-7
/proc/25036/task/25040/stat : 25040 (priss) R 25035 25035 24804 0 -1 4202560 3936 0 0 0 5105 3 0 0 21 0 5 0 892760019 300445696 16378 33554432000 4194304 5787044 140734951077856 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=25036/tid=25041] ppid=25035 vsize=293404 CPUtime=51.08 cores=0-7
/proc/25036/task/25041/stat : 25041 (priss) R 25035 25035 24804 0 -1 4202560 1921 0 0 0 5108 0 0 0 25 0 5 0 892760019 300445696 16378 33554432000 4194304 5787044 140734951077856 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 204.34
Current children cumulated vsize (KiB) 302104

[startup+102.306 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 25044
/proc/meminfo: memFree=15156864/32951124 swapFree=67054448/67111528
[pid=25035] ppid=25033 vsize=8700 CPUtime=0 cores=0-7
/proc/25035/stat : 25035 (priss.sh) S 25033 25035 24804 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 892760018 8908800 252 33554432000 4194304 4922060 140734263911712 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25035/statm: 2175 252 211 178 0 68 0
[pid=25036] ppid=25035 vsize=305772 CPUtime=409.14 cores=0-7
/proc/25036/stat : 25036 (priss) S 25035 25035 24804 0 -1 4202496 26454 0 0 0 40891 23 0 0 25 0 5 0 892760018 313110528 24648 33554432000 4194304 5787044 140734951077856 18446744073709551615 270350207409 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/25036/statm: 76443 24648 417 389 0 72193 0
[pid=25036/tid=25038] ppid=25035 vsize=305772 CPUtime=102.28 cores=0-7
/proc/25036/task/25038/stat : 25038 (priss) R 25035 25035 24804 0 -1 4202560 7757 0 0 0 10225 3 0 0 25 0 5 0 892760019 313110528 24648 33554432000 4194304 5787044 140734951077856 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=25036/tid=25039] ppid=25035 vsize=305772 CPUtime=102.25 cores=0-7
/proc/25036/task/25039/stat : 25039 (priss) R 25035 25035 24804 0 -1 4202560 6198 0 0 0 10215 10 0 0 25 0 5 0 892760019 313110528 24648 33554432000 4194304 5787044 140734951077856 18446744073709551615 5591666 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=25036/tid=25040] ppid=25035 vsize=305772 CPUtime=102.28 cores=0-7
/proc/25036/task/25040/stat : 25040 (priss) R 25035 25035 24804 0 -1 4202560 5428 0 0 0 10224 4 0 0 19 0 5 0 892760019 313110528 24648 33554432000 4194304 5787044 140734951077856 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=25036/tid=25041] ppid=25035 vsize=305772 CPUtime=102.28 cores=0-7

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

[pid=25036/tid=25038] ppid=25035 vsize=640868 CPUtime=1663.92 cores=0-7
/proc/25036/task/25038/stat : 25038 (priss) R 25035 25035 24804 0 -1 4202560 24756 0 0 0 166378 14 0 0 25 0 5 0 892760019 656248832 94007 33554432000 4194304 5787044 140734951077856 18446744073709551615 5591083 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=25036/tid=25039] ppid=25035 vsize=640868 CPUtime=1663.82 cores=0-7
/proc/25036/task/25039/stat : 25039 (priss) R 25035 25035 24804 0 -1 4202560 25156 0 0 0 166342 40 0 0 25 0 5 0 892760019 656248832 94007 33554432000 4194304 5787044 140734951077856 18446744073709551615 5586739 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=25036/tid=25040] ppid=25035 vsize=640868 CPUtime=1663.91 cores=0-7
/proc/25036/task/25040/stat : 25040 (priss) R 25035 25035 24804 0 -1 4202560 23411 0 0 0 166364 27 0 0 25 0 5 0 892760019 656248832 94007 33554432000 4194304 5787044 140734951077856 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=25036/tid=25041] ppid=25035 vsize=640868 CPUtime=1663.93 cores=0-7
/proc/25036/task/25041/stat : 25041 (priss) R 25035 25035 24804 0 -1 4202560 23023 0 0 0 166370 23 0 0 25 0 5 0 892760019 656248832 94007 33554432000 4194304 5787044 140734951077856 18446744073709551615 5527607 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6655.61
Current children cumulated vsize (KiB) 649568

[startup+1689.5 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 25089
/proc/meminfo: memFree=14870680/32951124 swapFree=67054448/67111528
[pid=25035] ppid=25033 vsize=8700 CPUtime=0 cores=0-7
/proc/25035/stat : 25035 (priss.sh) S 25033 25035 24804 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 892760018 8908800 252 33554432000 4194304 4922060 140734263911712 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25035/statm: 2175 252 211 178 0 68 0
[pid=25036] ppid=25035 vsize=645496 CPUtime=6758.05 cores=0-7
/proc/25036/stat : 25036 (priss) S 25035 25035 24804 0 -1 4202496 99622 0 0 0 675697 108 0 0 25 0 5 0 892760018 660987904 95742 33554432000 4194304 5787044 140734951077856 18446744073709551615 270350207409 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/25036/statm: 161374 95742 419 389 0 157124 0
[pid=25036/tid=25038] ppid=25035 vsize=645496 CPUtime=1689.52 cores=0-7
/proc/25036/task/25038/stat : 25038 (priss) R 25035 25035 24804 0 -1 4202560 24944 0 0 0 168938 14 0 0 25 0 5 0 892760019 660987904 95742 33554432000 4194304 5787044 140734951077856 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=25036/tid=25039] ppid=25035 vsize=645496 CPUtime=1689.43 cores=0-7
/proc/25036/task/25039/stat : 25039 (priss) R 25035 25035 24804 0 -1 4202560 26405 0 0 0 168902 41 0 0 18 0 5 0 892760019 660987904 95742 33554432000 4194304 5787044 140734951077856 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=25036/tid=25040] ppid=25035 vsize=645496 CPUtime=1689.52 cores=0-7
/proc/25036/task/25040/stat : 25040 (priss) R 25035 25035 24804 0 -1 4202560 23411 0 0 0 168925 27 0 0 25 0 5 0 892760019 660987904 95742 33554432000 4194304 5787044 140734951077856 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=25036/tid=25041] ppid=25035 vsize=645496 CPUtime=1689.53 cores=0-7
/proc/25036/task/25041/stat : 25041 (priss) R 25035 25035 24804 0 -1 4202560 23321 0 0 0 168930 23 0 0 25 0 5 0 892760019 660987904 95742 33554432000 4194304 5787044 140734951077856 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6758.05
Current children cumulated vsize (KiB) 654196

[startup+1702.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 25089
/proc/meminfo: memFree=14869172/32951124 swapFree=67054448/67111528
[pid=25035] ppid=25033 vsize=8700 CPUtime=0 cores=0-7
/proc/25035/stat : 25035 (priss.sh) S 25033 25035 24804 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 892760018 8908800 252 33554432000 4194304 4922060 140734263911712 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25035/statm: 2175 252 211 178 0 68 0
[pid=25036] ppid=25035 vsize=645892 CPUtime=6809.23 cores=0-7
/proc/25036/stat : 25036 (priss) S 25035 25035 24804 0 -1 4202496 99958 0 0 0 680814 109 0 0 25 0 5 0 892760018 661393408 96078 33554432000 4194304 5787044 140734951077856 18446744073709551615 270350207409 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/25036/statm: 161473 96078 419 389 0 157223 0
[pid=25036/tid=25038] ppid=25035 vsize=645892 CPUtime=1702.33 cores=0-7
/proc/25036/task/25038/stat : 25038 (priss) R 25035 25035 24804 0 -1 4202560 25053 0 0 0 170218 15 0 0 25 0 5 0 892760019 661393408 96078 33554432000 4194304 5787044 140734951077856 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=25036/tid=25039] ppid=25035 vsize=645892 CPUtime=1702.23 cores=0-7
/proc/25036/task/25039/stat : 25039 (priss) R 25035 25035 24804 0 -1 4202560 26499 0 0 0 170181 42 0 0 25 0 5 0 892760019 661393408 96078 33554432000 4194304 5787044 140734951077856 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=25036/tid=25040] ppid=25035 vsize=645892 CPUtime=1702.31 cores=0-7
/proc/25036/task/25040/stat : 25040 (priss) R 25035 25035 24804 0 -1 4202560 23411 0 0 0 170204 27 0 0 25 0 5 0 892760019 661393408 96078 33554432000 4194304 5787044 140734951077856 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=25036/tid=25041] ppid=25035 vsize=645892 CPUtime=1702.32 cores=0-7
/proc/25036/task/25041/stat : 25041 (priss) R 25035 25035 24804 0 -1 4202560 23454 0 0 0 170209 23 0 0 25 0 5 0 892760019 661393408 96078 33554432000 4194304 5787044 140734951077856 18446744073709551615 5527168 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6809.23
Current children cumulated vsize (KiB) 654592

[startup+1705.5 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 25089
/proc/meminfo: memFree=14868800/32951124 swapFree=67054448/67111528
[pid=25035] ppid=25033 vsize=8700 CPUtime=0 cores=0-7
/proc/25035/stat : 25035 (priss.sh) S 25033 25035 24804 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 892760018 8908800 252 33554432000 4194304 4922060 140734263911712 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25035/statm: 2175 252 211 178 0 68 0
[pid=25036] ppid=25035 vsize=646024 CPUtime=6822.03 cores=0-7
/proc/25036/stat : 25036 (priss) S 25035 25035 24804 0 -1 4202496 100045 0 0 0 682094 109 0 0 25 0 5 0 892760018 661528576 96165 33554432000 4194304 5787044 140734951077856 18446744073709551615 270350207409 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/25036/statm: 161506 96165 419 389 0 157256 0
[pid=25036/tid=25038] ppid=25035 vsize=646024 CPUtime=1705.53 cores=0-7
/proc/25036/task/25038/stat : 25038 (priss) R 25035 25035 24804 0 -1 4202560 25083 0 0 0 170538 15 0 0 25 0 5 0 892760019 661528576 96165 33554432000 4194304 5787044 140734951077856 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=25036/tid=25039] ppid=25035 vsize=646024 CPUtime=1705.43 cores=0-7
/proc/25036/task/25039/stat : 25039 (priss) R 25035 25035 24804 0 -1 4202560 26523 0 0 0 170501 42 0 0 25 0 5 0 892760019 661528576 96165 33554432000 4194304 5787044 140734951077856 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=25036/tid=25040] ppid=25035 vsize=646024 CPUtime=1705.51 cores=0-7
/proc/25036/task/25040/stat : 25040 (priss) R 25035 25035 24804 0 -1 4202560 23411 0 0 0 170524 27 0 0 25 0 5 0 892760019 661528576 96165 33554432000 4194304 5787044 140734951077856 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=25036/tid=25041] ppid=25035 vsize=646024 CPUtime=1705.52 cores=0-7
/proc/25036/task/25041/stat : 25041 (priss) R 25035 25035 24804 0 -1 4202560 23487 0 0 0 170529 23 0 0 25 0 5 0 892760019 661528576 96165 33554432000 4194304 5787044 140734951077856 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6822.03
Current children cumulated vsize (KiB) 654724

[startup+1708.7 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 25089
/proc/meminfo: memFree=14868412/32951124 swapFree=67054448/67111528
[pid=25035] ppid=25033 vsize=8700 CPUtime=0 cores=0-7
/proc/25035/stat : 25035 (priss.sh) S 25033 25035 24804 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 892760018 8908800 252 33554432000 4194304 4922060 140734263911712 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25035/statm: 2175 252 211 178 0 68 0
[pid=25036] ppid=25035 vsize=646156 CPUtime=6834.82 cores=0-7
/proc/25036/stat : 25036 (priss) S 25035 25035 24804 0 -1 4202496 100129 0 0 0 683373 109 0 0 25 0 5 0 892760018 661663744 96249 33554432000 4194304 5787044 140734951077856 18446744073709551615 270350207409 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/25036/statm: 161539 96249 419 389 0 157289 0
[pid=25036/tid=25038] ppid=25035 vsize=646156 CPUtime=1708.72 cores=0-7
/proc/25036/task/25038/stat : 25038 (priss) R 25035 25035 24804 0 -1 4202560 25111 0 0 0 170857 15 0 0 25 0 5 0 892760019 661663744 96249 33554432000 4194304 5787044 140734951077856 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=25036/tid=25039] ppid=25035 vsize=646156 CPUtime=1708.63 cores=0-7
/proc/25036/task/25039/stat : 25039 (priss) R 25035 25035 24804 0 -1 4202560 26544 0 0 0 170821 42 0 0 25 0 5 0 892760019 661663744 96249 33554432000 4194304 5787044 140734951077856 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=25036/tid=25040] ppid=25035 vsize=646156 CPUtime=1708.71 cores=0-7
/proc/25036/task/25040/stat : 25040 (priss) R 25035 25035 24804 0 -1 4202560 23411 0 0 0 170844 27 0 0 25 0 5 0 892760019 661663744 96249 33554432000 4194304 5787044 140734951077856 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=25036/tid=25041] ppid=25035 vsize=646156 CPUtime=1708.72 cores=0-7
/proc/25036/task/25041/stat : 25041 (priss) R 25035 25035 24804 0 -1 4202560 23522 0 0 0 170849 23 0 0 25 0 5 0 892760019 661663744 96249 33554432000 4194304 5787044 140734951077856 18446744073709551615 5527037 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6834.82
Current children cumulated vsize (KiB) 654856

[startup+1709.5 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 25089
/proc/meminfo: memFree=14868412/32951124 swapFree=67054448/67111528
[pid=25035] ppid=25033 vsize=8700 CPUtime=0 cores=0-7
/proc/25035/stat : 25035 (priss.sh) S 25033 25035 24804 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 892760018 8908800 252 33554432000 4194304 4922060 140734263911712 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25035/statm: 2175 252 211 178 0 68 0
[pid=25036] ppid=25035 vsize=646156 CPUtime=6838.03 cores=0-7
/proc/25036/stat : 25036 (priss) S 25035 25035 24804 0 -1 4202496 100149 0 0 0 683694 109 0 0 25 0 5 0 892760018 661663744 96269 33554432000 4194304 5787044 140734951077856 18446744073709551615 270350207409 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/25036/statm: 161539 96269 419 389 0 157289 0
[pid=25036/tid=25038] ppid=25035 vsize=646156 CPUtime=1709.53 cores=0-7
/proc/25036/task/25038/stat : 25038 (priss) R 25035 25035 24804 0 -1 4202560 25118 0 0 0 170938 15 0 0 25 0 5 0 892760019 661663744 96269 33554432000 4194304 5787044 140734951077856 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=25036/tid=25039] ppid=25035 vsize=646156 CPUtime=1709.43 cores=0-7
/proc/25036/task/25039/stat : 25039 (priss) R 25035 25035 24804 0 -1 4202560 26548 0 0 0 170901 42 0 0 25 0 5 0 892760019 661663744 96269 33554432000 4194304 5787044 140734951077856 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=25036/tid=25040] ppid=25035 vsize=646156 CPUtime=1709.51 cores=0-7
/proc/25036/task/25040/stat : 25040 (priss) R 25035 25035 24804 0 -1 4202560 23411 0 0 0 170924 27 0 0 25 0 5 0 892760019 661663744 96269 33554432000 4194304 5787044 140734951077856 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=25036/tid=25041] ppid=25035 vsize=646156 CPUtime=1709.52 cores=0-7
/proc/25036/task/25041/stat : 25041 (priss) R 25035 25035 24804 0 -1 4202560 23531 0 0 0 170929 23 0 0 18 0 5 0 892760019 661663744 96269 33554432000 4194304 5787044 140734951077856 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6838.03
Current children cumulated vsize (KiB) 654856

[startup+1709.9 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 25089
/proc/meminfo: memFree=14868412/32951124 swapFree=67054448/67111528
[pid=25035] ppid=25033 vsize=8700 CPUtime=0 cores=0-7
/proc/25035/stat : 25035 (priss.sh) S 25033 25035 24804 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 892760018 8908800 252 33554432000 4194304 4922060 140734263911712 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25035/statm: 2175 252 211 178 0 68 0
[pid=25036] ppid=25035 vsize=646156 CPUtime=6839.63 cores=0-7
/proc/25036/stat : 25036 (priss) S 25035 25035 24804 0 -1 4202496 100168 0 0 0 683854 109 0 0 25 0 5 0 892760018 661663744 96288 33554432000 4194304 5787044 140734951077856 18446744073709551615 270350207409 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/25036/statm: 161539 96288 431 389 0 157289 0
[pid=25036/tid=25038] ppid=25035 vsize=646156 CPUtime=1709.93 cores=0-7
/proc/25036/task/25038/stat : 25038 (priss) R 25035 25035 24804 0 -1 4202560 25121 0 0 0 170978 15 0 0 25 0 5 0 892760019 661663744 96288 33554432000 4194304 5787044 140734951077856 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=25036/tid=25039] ppid=25035 vsize=646156 CPUtime=1709.83 cores=0-7
/proc/25036/task/25039/stat : 25039 (priss) R 25035 25035 24804 0 -1 4202560 26561 0 0 0 170941 42 0 0 18 0 5 0 892760019 661663744 96288 33554432000 4194304 5787044 140734951077856 18446744073709551615 270350209717 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=25036/tid=25040] ppid=25035 vsize=646156 CPUtime=1709.91 cores=0-7
/proc/25036/task/25040/stat : 25040 (priss) R 25035 25035 24804 0 -1 4202560 23411 0 0 0 170964 27 0 0 25 0 5 0 892760019 661663744 96288 33554432000 4194304 5787044 140734951077856 18446744073709551615 270350209717 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=25036/tid=25041] ppid=25035 vsize=646156 CPUtime=1709.92 cores=0-7
/proc/25036/task/25041/stat : 25041 (priss) R 25035 25035 24804 0 -1 4202560 23534 0 0 0 170969 23 0 0 18 0 5 0 892760019 661663744 96288 33554432000 4194304 5787044 140734951077856 18446744073709551615 4228797 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6839.63
Current children cumulated vsize (KiB) 654856

[startup+1710.1 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 25089
/proc/meminfo: memFree=14868412/32951124 swapFree=67054448/67111528
[pid=25035] ppid=25033 vsize=8700 CPUtime=0 cores=0-7
/proc/25035/stat : 25035 (priss.sh) S 25033 25035 24804 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 892760018 8908800 252 33554432000 4194304 4922060 140734263911712 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25035/statm: 2175 252 211 178 0 68 0
[pid=25036] ppid=25035 vsize=642056 CPUtime=6840.43 cores=0-7
/proc/25036/stat : 25036 (priss) S 25035 25035 24804 0 -1 4202496 100171 0 0 0 683933 110 0 0 25 0 5 0 892760018 657465344 95465 33554432000 4194304 5787044 140734951077856 18446744073709551615 270350207409 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/25036/statm: 160514 95465 431 389 0 156264 0
[pid=25036/tid=25038] ppid=25035 vsize=642056 CPUtime=1710.13 cores=0-7
/proc/25036/task/25038/stat : 25038 (priss) R 25035 25035 24804 0 -1 4202560 25123 0 0 0 170998 15 0 0 25 0 5 0 892760019 657465344 95465 33554432000 4194304 5787044 140734951077856 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=25036/tid=25039] ppid=25035 vsize=642056 CPUtime=1710.02 cores=0-7
/proc/25036/task/25039/stat : 25039 (priss) R 25035 25035 24804 0 -1 4202560 26561 0 0 0 170960 42 0 0 18 0 5 0 892760019 657465344 95465 33554432000 4194304 5787044 140734951077856 18446744073709551615 270338032737 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=25036/tid=25040] ppid=25035 vsize=642056 CPUtime=1710.12 cores=0-7
/proc/25036/task/25040/stat : 25040 (priss) R 25035 25035 24804 0 -1 4202560 23411 0 0 0 170984 28 0 0 18 0 5 0 892760019 657465344 95465 33554432000 4194304 5787044 140734951077856 18446744073709551615 5591488 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=25036/tid=25041] ppid=25035 vsize=642056 CPUtime=1710.12 cores=0-7
/proc/25036/task/25041/stat : 25041 (priss) R 25035 25035 24804 0 -1 4202560 23535 0 0 0 170989 23 0 0 18 0 5 0 892760019 657465344 95465 33554432000 4194304 5787044 140734951077856 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6840.43
Current children cumulated vsize (KiB) 650756

[startup+1710.2 s]
/proc/loadavg: 4.00 4.00 3.95 5/176 25089
/proc/meminfo: memFree=14868412/32951124 swapFree=67054448/67111528
[pid=25035] ppid=25033 vsize=8700 CPUtime=0 cores=0-7
/proc/25035/stat : 25035 (priss.sh) S 25033 25035 24804 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 892760018 8908800 252 33554432000 4194304 4922060 140734263911712 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25035/statm: 2175 252 211 178 0 68 0
[pid=25036] ppid=25035 vsize=642056 CPUtime=6840.83 cores=0-7
/proc/25036/stat : 25036 (priss) S 25035 25035 24804 0 -1 4202496 100172 0 0 0 683973 110 0 0 25 0 5 0 892760018 657465344 95466 33554432000 4194304 5787044 140734951077856 18446744073709551615 270350207409 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/25036/statm: 160514 95466 431 389 0 156264 0
[pid=25036/tid=25038] ppid=25035 vsize=642056 CPUtime=1710.23 cores=0-7
/proc/25036/task/25038/stat : 25038 (priss) R 25035 25035 24804 0 -1 4202560 25123 0 0 0 171008 15 0 0 25 0 5 0 892760019 657465344 95466 33554432000 4194304 5787044 140734951077856 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=25036/tid=25039] ppid=25035 vsize=642056 CPUtime=1710.12 cores=0-7
/proc/25036/task/25039/stat : 25039 (priss) R 25035 25035 24804 0 -1 4202560 26561 0 0 0 170970 42 0 0 18 0 5 0 892760019 657465344 95466 33554432000 4194304 5787044 140734951077856 18446744073709551615 270338383803 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=25036/tid=25040] ppid=25035 vsize=642056 CPUtime=1710.22 cores=0-7
/proc/25036/task/25040/stat : 25040 (priss) R 25035 25035 24804 0 -1 4202560 23411 0 0 0 170994 28 0 0 18 0 5 0 892760019 657465344 95466 33554432000 4194304 5787044 140734951077856 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=25036/tid=25041] ppid=25035 vsize=642056 CPUtime=1710.22 cores=0-7
/proc/25036/task/25041/stat : 25041 (priss) R 25035 25035 24804 0 -1 4202560 23536 0 0 0 170999 23 0 0 18 0 5 0 892760019 657465344 95466 33554432000 4194304 5787044 140734951077856 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6840.83
Current children cumulated vsize (KiB) 650756

Child status: 20
Real time (s): 1710.24
CPU time (s): 6840.86
CPU user time (s): 6839.74
CPU system time (s): 1.12483
CPU usage (%): 399.993
Max. virtual memory (cumulated for all children) (KiB): 654856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6839.74
system time used= 1.12483
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 100543
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7952
involuntary context switches= 27052

runsolver used 2.55561 second user time and 6.73597 second system time

The end

Launcher Data

Begin job on node143 at 2011-06-14 00:17:24
IDJOB=3499505
IDBENCH=83361
IDSOLVER=1994
FILE ID=node143/3499505-1308003444
RUNJOBID= node143-1307998341-24818
PBS_JOBID= 13559827
Free space on /var/tmp= 2916 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden3k/VanDerWaerden_2-3-12_135.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3499505-1308003444/watcher-3499505-1308003444 -o /var/tmp/evaluation-result-3499505-1308003444/solver-3499505-1308003444 -C 40000 -W 5100 -M 31000  HOME/priss.sh HOME HOME/instance-3499505-1308003444.cnf 1886847053 40000 31000 8

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

MD5SUM BENCH= f20ed0313cfa494f86b5c8ef723973ee
RANDOM SEED=1886847053

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15252788 kB
Buffers:        122524 kB
Cached:       16941796 kB
SwapCached:       9580 kB
Active:        1493500 kB
Inactive:     15588592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15252788 kB
SwapTotal:    67111528 kB
SwapFree:     67054448 kB
Dirty:            1608 kB
Writeback:           0 kB
AnonPages:       16164 kB
Mapped:          12532 kB
Slab:           551824 kB
PageTables:       4344 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   184160 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= 2912 MiB
End job on node143 at 2011-06-14 00:45:54