Trace number 3288331

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 3698.13 926.149

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_fb_unknown.cnf
MD5SUM2385047c56f7801a7fd110b2ffe2f293
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark108.229
Satisfiable
(Un)Satisfiability was proved
Number of variables35819
Number of clauses773506
Sum of the clauses size2886709
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 255953
Number of clauses of size 395409
Number of clauses of size 4622144
Number of clauses of size 50
Number of clauses of size over 50

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: 24385
0.00/0.25	c parsetime: 246229us
0.00/0.25	c parsed 773506 clauses with 35819 variables
0.00/0.29	c NW started thread 0 successfully (1087093056)
0.00/0.34	c NW started thread 1 successfully (1097582912)
0.00/0.40	c NW started thread 2 successfully (1108072768)
0.00/0.47	c NW started thread 3 successfully (1118562624)
41.25/10.63	c preprocessor returned 36119 variables
41.25/10.63	c preprocessing returned UNKNOWN
41.25/10.63	c PP set 8 variables
41.25/10.63	c pp time: 10324760us (10s)
41.25/10.68	c preprocessor returned 37819 variables
41.25/10.68	c preprocessing returned UNKNOWN
41.25/10.68	c PP set 8 variables
41.25/10.68	c pp time: 10202772us (10s)
41.25/10.69	c preprocessor returned 36119 variables
41.25/10.69	c preprocessing returned UNKNOWN
41.25/10.69	c PP set 8 variables
41.25/10.69	c pp time: 10336616us (10s)
42.02/10.83	c preprocessor returned 36119 variables
42.02/10.83	c preprocessing returned UNKNOWN
42.02/10.83	c PP set 8 variables
42.02/10.83	c pp time: 10416051us (10s)
573.68/143.93	c added unsatisfied clause
573.68/143.93	c failed to add network clauses
3301.88/826.91	c added unsatisfied clause
3301.88/826.91	c failed to add network clauses
3612.27/904.62	c added unsatisfied clause
3612.27/904.62	c failed to add network clauses
3685.76/923.02	c added unsatisfied clause
3685.76/923.02	c failed to add network clauses
3696.97/925.81	c ====================
3696.97/925.81	c implication/decision inf%(inf)
3696.97/925.81	c decisions:           1457398
3696.97/925.81	c last level:          0
3696.97/925.81	c conflicts:           1153995
3696.97/925.81	c restarts:            7653
3696.97/925.81	c rejected_restarts    0
3696.97/925.81	c removals:            20
3696.97/925.81	c removed clauses:     752882
3696.97/925.81	c oft clauses:         0
3696.97/925.82	c ====================
3696.97/925.84	c ====================
3697.67/926.07	c solvetime: 915389236us (915s)
3698.04/926.10	c sended clauses   | 64444 | 65864 | 47328 | 66236 |
3698.04/926.10	c received clauses | 0 | 66 | 74 | 41 |
3698.04/926.10	c join all other threads
3698.04/926.10	c joined thread 0
3698.04/926.12	c joined thread 1
3698.04/926.12	c joined thread 2
3698.04/926.12	c joined thread 3
3698.04/926.12	c memory usage (vsize): 815 MB
3698.04/926.12	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.0 (svn: 935)

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 /tmp/evaluation-result-3288331-1304052090/watcher-3288331-1304052090 -o /tmp/evaluation-result-3288331-1304052090/solver-3288331-1304052090 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3288331-1304052090.cnf 1254655392 4800 15500 4 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.98 8.06 8.00 5/182 24384
/proc/meminfo: memFree=13994400/32951124 swapFree=67111528/67111528
[pid=24384] ppid=24382 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24384/stat : 24384 (priss.sh) S 24382 24384 22103 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 497624957 8908800 252 33554432000 4194304 4922060 140737279482128 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24384/statm: 2175 252 211 178 0 68 0

[startup+0.031512 s]
/proc/loadavg: 7.98 8.06 8.00 5/182 24384
/proc/meminfo: memFree=13994400/32951124 swapFree=67111528/67111528
[pid=24384] ppid=24382 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24384/stat : 24384 (priss.sh) S 24382 24384 22103 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 497624957 8908800 252 33554432000 4194304 4922060 140737279482128 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24384/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.10054 s]
/proc/loadavg: 7.98 8.06 8.00 5/182 24384
/proc/meminfo: memFree=13994400/32951124 swapFree=67111528/67111528
[pid=24384] ppid=24382 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24384/stat : 24384 (priss.sh) S 24382 24384 22103 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 497624957 8908800 252 33554432000 4194304 4922060 140737279482128 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24384/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300491 s]
/proc/loadavg: 7.98 8.06 8.00 5/182 24384
/proc/meminfo: memFree=13994400/32951124 swapFree=67111528/67111528
[pid=24384] ppid=24382 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24384/stat : 24384 (priss.sh) S 24382 24384 22103 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 497624957 8908800 252 33554432000 4194304 4922060 140737279482128 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24384/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.45822 s]
/proc/loadavg: 7.98 8.06 8.00 5/182 24384
/proc/meminfo: memFree=13994400/32951124 swapFree=67111528/67111528
[pid=24384] ppid=24382 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24384/stat : 24384 (priss.sh) S 24382 24384 22103 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 497624957 8908800 252 33554432000 4194304 4922060 140737279482128 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24384/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50021 s]
/proc/loadavg: 7.98 8.06 8.00 5/182 24384
/proc/meminfo: memFree=13994400/32951124 swapFree=67111528/67111528
[pid=24384] ppid=24382 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24384/stat : 24384 (priss.sh) S 24382 24384 22103 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 497624957 8908800 252 33554432000 4194304 4922060 140737279482128 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24384/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10092 s]
/proc/loadavg: 7.98 8.06 8.00 10/188 24390
/proc/meminfo: memFree=13726948/32951124 swapFree=67111528/67111528
[pid=24384] ppid=24382 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24384/stat : 24384 (priss.sh) S 24382 24384 22103 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 497624957 8908800 252 33554432000 4194304 4922060 140737279482128 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24384/statm: 2175 252 211 178 0 68 0
[pid=24385] ppid=24384 vsize=459172 CPUtime=11.26 cores=0,2,4,6
/proc/24385/stat : 24385 (priss) S 24384 24384 22103 0 -1 4202496 75314 0 0 0 1112 14 0 0 18 0 5 0 497624957 470192128 66869 33554432000 4194304 5787044 140737478293040 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/24385/statm: 114793 66869 350 389 0 110543 0
[pid=24385/tid=24387] ppid=24384 vsize=459172 CPUtime=2.78 cores=0,2,4,6
/proc/24385/task/24387/stat : 24387 (priss) R 24384 24384 22103 0 -1 4202560 10538 0 0 0 276 2 0 0 22 0 5 0 497624987 470192128 66869 33554432000 4194304 5787044 140737478293040 18446744073709551615 4336020 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=24385/tid=24388] ppid=24384 vsize=459172 CPUtime=2.72 cores=0,2,4,6
/proc/24385/task/24388/stat : 24388 (priss) R 24384 24384 22103 0 -1 4202560 9805 0 0 0 270 2 0 0 23 0 5 0 497624992 470192128 66869 33554432000 4194304 5787044 140737478293040 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=24385/tid=24389] ppid=24384 vsize=459172 CPUtime=2.66 cores=0,2,4,6
/proc/24385/task/24389/stat : 24389 (priss) R 24384 24384 22103 0 -1 4202560 8671 0 0 0 264 2 0 0 22 0 5 0 497624997 470192128 66869 33554432000 4194304 5787044 140737478293040 18446744073709551615 233509955313 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24385/tid=24390] ppid=24384 vsize=459172 CPUtime=2.61 cores=0,2,4,6
/proc/24385/task/24390/stat : 24390 (priss) R 24384 24384 22103 0 -1 4202560 10328 0 0 0 259 2 0 0 22 0 5 0 497625004 470192128 66869 33554432000 4194304 5787044 140737478293040 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11.26
Current children cumulated vsize (KiB) 467872

[startup+6.30035 s]
/proc/loadavg: 7.98 8.06 8.00 10/188 24390
/proc/meminfo: memFree=13722840/32951124 swapFree=67111528/67111528
[pid=24384] ppid=24382 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24384/stat : 24384 (priss.sh) S 24382 24384 22103 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 497624957 8908800 252 33554432000 4194304 4922060 140737279482128 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24384/statm: 2175 252 211 178 0 68 0
[pid=24385] ppid=24384 vsize=471252 CPUtime=24.05 cores=0,2,4,6
/proc/24385/stat : 24385 (priss) S 24384 24384 22103 0 -1 4202496 78370 0 0 0 2390 15 0 0 18 0 5 0 497624957 482562048 66901 33554432000 4194304 5787044 140737478293040 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/24385/statm: 117813 66901 350 389 0 113563 0
[pid=24385/tid=24387] ppid=24384 vsize=471252 CPUtime=5.98 cores=0,2,4,6
/proc/24385/task/24387/stat : 24387 (priss) R 24384 24384 22103 0 -1 4202560 11302 0 0 0 596 2 0 0 25 0 5 0 497624987 482562048 66901 33554432000 4194304 5787044 140737478293040 18446744073709551615 4336744 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=24385/tid=24388] ppid=24384 vsize=471252 CPUtime=5.92 cores=0,2,4,6
/proc/24385/task/24388/stat : 24388 (priss) R 24384 24384 22103 0 -1 4202560 10569 0 0 0 590 2 0 0 25 0 5 0 497624992 482562048 66901 33554432000 4194304 5787044 140737478293040 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=24385/tid=24389] ppid=24384 vsize=471252 CPUtime=5.85 cores=0,2,4,6
/proc/24385/task/24389/stat : 24389 (priss) R 24384 24384 22103 0 -1 4202560 9435 0 0 0 583 2 0 0 25 0 5 0 497624997 482562048 66901 33554432000 4194304 5787044 140737478293040 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24385/tid=24390] ppid=24384 vsize=471252 CPUtime=5.81 cores=0,2,4,6
/proc/24385/task/24390/stat : 24390 (priss) R 24384 24384 22103 0 -1 4202560 11092 0 0 0 579 2 0 0 25 0 5 0 497625004 482562048 66901 33554432000 4194304 5787044 140737478293040 18446744073709551615 4336781 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 24.05
Current children cumulated vsize (KiB) 479952

[startup+12.7012 s]
/proc/loadavg: 7.98 8.05 8.00 10/188 24390
/proc/meminfo: memFree=13631348/32951124 swapFree=67111528/67111528
[pid=24384] ppid=24382 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24384/stat : 24384 (priss.sh) S 24382 24384 22103 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 497624957 8908800 252 33554432000 4194304 4922060 140737279482128 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24384/statm: 2175 252 211 178 0 68 0
[pid=24385] ppid=24384 vsize=577308 CPUtime=49.63 cores=0,2,4,6
/proc/24385/stat : 24385 (priss) S 24384 24384 22103 0 -1 4202496 108765 0 0 0 4943 20 0 0 18 0 5 0 497624957 591163392 89434 33554432000 4194304 5787044 140737478293040 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/24385/statm: 144327 89434 418 389 0 140077 0
[pid=24385/tid=24387] ppid=24384 vsize=577308 CPUtime=12.39 cores=0,2,4,6
/proc/24385/task/24387/stat : 24387 (priss) R 24384 24384 22103 0 -1 4202560 18327 0 0 0 1235 4 0 0 25 0 5 0 497624987 591163392 89434 33554432000 4194304 5787044 140737478293040 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=24385/tid=24388] ppid=24384 vsize=577308 CPUtime=12.33 cores=0,2,4,6
/proc/24385/task/24388/stat : 24388 (priss) R 24384 24384 22103 0 -1 4202560 18185 0 0 0 1229 4 0 0 25 0 5 0 497624992 591163392 89434 33554432000 4194304 5787044 140737478293040 18446744073709551615 5588298 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=24385/tid=24389] ppid=24384 vsize=577308 CPUtime=12.22 cores=0,2,4,6
/proc/24385/task/24389/stat : 24389 (priss) R 24384 24384 22103 0 -1 4202560 17297 0 0 0 1219 3 0 0 25 0 5 0 497624997 591163392 89434 33554432000 4194304 5787044 140737478293040 18446744073709551615 5591219 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24385/tid=24390] ppid=24384 vsize=577308 CPUtime=12.22 cores=0,2,4,6
/proc/24385/task/24390/stat : 24390 (priss) R 24384 24384 22103 0 -1 4202560 18984 0 0 0 1219 3 0 0 25 0 5 0 497625004 591163392 89434 33554432000 4194304 5787044 140737478293040 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 49.63
Current children cumulated vsize (KiB) 586008

[startup+25.5009 s]
/proc/loadavg: 7.98 8.05 8.00 10/188 24390
/proc/meminfo: memFree=13617584/32951124 swapFree=67111528/67111528
[pid=24384] ppid=24382 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24384/stat : 24384 (priss.sh) S 24382 24384 22103 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 497624957 8908800 252 33554432000 4194304 4922060 140737279482128 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24384/statm: 2175 252 211 178 0 68 0
[pid=24385] ppid=24384 vsize=579564 CPUtime=100.74 cores=0,2,4,6
/proc/24385/stat : 24385 (priss) S 24384 24384 22103 0 -1 4202496 110893 0 0 0 10051 23 0 0 18 0 5 0 497624957 593473536 91562 33554432000 4194304 5787044 140737478293040 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/24385/statm: 144891 91562 418 389 0 140641 0
[pid=24385/tid=24387] ppid=24384 vsize=579564 CPUtime=25.18 cores=0,2,4,6
/proc/24385/task/24387/stat : 24387 (priss) R 24384 24384 22103 0 -1 4202560 18859 0 0 0 2513 5 0 0 25 0 5 0 497624987 593473536 91562 33554432000 4194304 5787044 140737478293040 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=24385/tid=24388] ppid=24384 vsize=579564 CPUtime=25.12 cores=0,2,4,6
/proc/24385/task/24388/stat : 24388 (priss) R 24384 24384 22103 0 -1 4202560 18731 0 0 0 2508 4 0 0 25 0 5 0 497624992 593473536 91562 33554432000 4194304 5787044 140737478293040 18446744073709551615 233509958282 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=24385/tid=24389] ppid=24384 vsize=579564 CPUtime=24.94 cores=0,2,4,6
/proc/24385/task/24389/stat : 24389 (priss) R 24384 24384 22103 0 -1 4202560 17893 0 0 0 2491 3 0 0 25 0 5 0 497624997 593473536 91562 33554432000 4194304 5787044 140737478293040 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24385/tid=24390] ppid=24384 vsize=579564 CPUtime=25.02 cores=0,2,4,6
/proc/24385/task/24390/stat : 24390 (priss) R 24384 24384 22103 0 -1 4202560 19438 0 0 0 2498 4 0 0 25 0 5 0 497625004 593473536 91562 33554432000 4194304 5787044 140737478293040 18446744073709551615 5527212 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 100.74
Current children cumulated vsize (KiB) 588264

[startup+51.1003 s]
/proc/loadavg: 8.06 8.06 8.00 10/188 24391
/proc/meminfo: memFree=13593148/32951124 swapFree=67111528/67111528
[pid=24384] ppid=24382 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24384/stat : 24384 (priss.sh) S 24382 24384 22103 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 497624957 8908800 252 33554432000 4194304 4922060 140737279482128 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24384/statm: 2175 252 211 178 0 68 0
[pid=24385] ppid=24384 vsize=583328 CPUtime=203 cores=0,2,4,6
/proc/24385/stat : 24385 (priss) S 24384 24384 22103 0 -1 4202496 114196 0 0 0 20272 28 0 0 18 0 5 0 497624957 597327872 94865 33554432000 4194304 5787044 140737478293040 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/24385/statm: 145832 94865 418 389 0 141582 0
[pid=24385/tid=24387] ppid=24384 vsize=583328 CPUtime=50.78 cores=0,2,4,6
/proc/24385/task/24387/stat : 24387 (priss) R 24384 24384 22103 0 -1 4202560 19747 0 0 0 5072 6 0 0 25 0 5 0 497624987 597327872 94865 33554432000 4194304 5787044 140737478293040 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=24385/tid=24388] ppid=24384 vsize=583328 CPUtime=50.72 cores=0,2,4,6
/proc/24385/task/24388/stat : 24388 (priss) R 24384 24384 22103 0 -1 4202560 19633 0 0 0 5067 5 0 0 25 0 5 0 497624992 597327872 94865 33554432000 4194304 5787044 140737478293040 18446744073709551615 5590976 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=24385/tid=24389] ppid=24384 vsize=583328 CPUtime=50.41 cores=0,2,4,6
/proc/24385/task/24389/stat : 24389 (priss) R 24384 24384 22103 0 -1 4202560 18592 0 0 0 5036 5 0 0 25 0 5 0 497624997 597327872 94865 33554432000 4194304 5787044 140737478293040 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24385/tid=24390] ppid=24384 vsize=583328 CPUtime=50.61 cores=0,2,4,6
/proc/24385/task/24390/stat : 24390 (priss) R 24384 24384 22103 0 -1 4202560 20252 0 0 0 5056 5 0 0 25 0 5 0 497625004 597327872 94865 33554432000 4194304 5787044 140737478293040 18446744073709551615 5527590 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203
Current children cumulated vsize (KiB) 592028

[startup+102.301 s]
/proc/loadavg: 8.11 8.07 8.01 10/188 24392
/proc/meminfo: memFree=13550108/32951124 swapFree=67111528/67111528
[pid=24384] ppid=24382 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24384/stat : 24384 (priss.sh) S 24382 24384 22103 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 497624957 8908800 252 33554432000 4194304 4922060 140737279482128 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24384/statm: 2175 252 211 178 0 68 0
[pid=24385] ppid=24384 vsize=591860 CPUtime=407.52 cores=0,2,4,6
/proc/24385/stat : 24385 (priss) S 24384 24384 22103 0 -1 4202496 119579 0 0 0 40717 35 0 0 18 0 5 0 497624957 606064640 100243 33554432000 4194304 5787044 140737478293040 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/24385/statm: 147965 100243 419 389 0 143715 0
[pid=24385/tid=24387] ppid=24384 vsize=591860 CPUtime=101.97 cores=0,2,4,6
/proc/24385/task/24387/stat : 24387 (priss) R 24384 24384 22103 0 -1 4202560 20883 0 0 0 10190 7 0 0 25 0 5 0 497624987 606064640 100243 33554432000 4194304 5787044 140737478293040 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=24385/tid=24388] ppid=24384 vsize=591860 CPUtime=101.93 cores=0,2,4,6
/proc/24385/task/24388/stat : 24388 (priss) R 24384 24384 22103 0 -1 4202560 20699 0 0 0 10186 7 0 0 25 0 5 0 497624992 606064640 100243 33554432000 4194304 5787044 140737478293040 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=24385/tid=24389] ppid=24384 vsize=591860 CPUtime=101.32 cores=0,2,4,6
/proc/24385/task/24389/stat : 24389 (priss) R 24384 24384 22103 0 -1 4202560 20589 0 0 0 10126 6 0 0 25 0 5 0 497624997 606064640 100243 33554432000 4194304 5787044 140737478293040 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24385/tid=24390] ppid=24384 vsize=591860 CPUtime=101.82 cores=0,2,4,6
/proc/24385/task/24390/stat : 24390 (priss) R 24384 24384 22103 0 -1 4202560 21436 0 0 0 10174 8 0 0 25 0 5 0 497625004 606064640 100243 33554432000 4194304 5787044 140737478293040 18446744073709551615 5527057 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 407.52
Current children cumulated vsize (KiB) 600560

[startup+162.3 s]
/proc/loadavg: 8.11 8.07 8.00 9/188 24427
/proc/meminfo: memFree=14187084/32951124 swapFree=67111528/67111528
[pid=24384] ppid=24382 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24384/stat : 24384 (priss.sh) S 24382 24384 22103 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 497624957 8908800 252 33554432000 4194304 4922060 140737279482128 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24384/statm: 2175 252 211 178 0 68 0
[pid=24385] ppid=24384 vsize=603420 CPUtime=647.19 cores=0,2,4,6

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

[pid=24385/tid=24387] ppid=24384 vsize=862900 CPUtime=892.54 cores=0,2,4,6
/proc/24385/task/24387/stat : 24387 (priss) R 24384 24384 22103 0 -1 4202560 30304 0 0 0 89234 20 0 0 25 0 5 0 497624987 883609600 143136 33554432000 4194304 5787044 140737478293040 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24385/tid=24388] ppid=24384 vsize=862900 CPUtime=896.2 cores=0,2,4,6
/proc/24385/task/24388/stat : 24388 (priss) R 24384 24384 22103 0 -1 4202560 32947 0 0 0 89605 15 0 0 25 0 5 0 497624992 883609600 143136 33554432000 4194304 5787044 140737478293040 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=24385/tid=24389] ppid=24384 vsize=862900 CPUtime=895.01 cores=0,2,4,6
/proc/24385/task/24389/stat : 24389 (priss) R 24384 24384 22103 0 -1 4202560 30171 0 0 0 89480 21 0 0 25 0 5 0 497624997 883609600 143136 33554432000 4194304 5787044 140737478293040 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24385/tid=24390] ppid=24384 vsize=862900 CPUtime=896.07 cores=0,2,4,6
/proc/24385/task/24390/stat : 24390 (priss) R 24384 24384 22103 0 -1 4202560 33969 0 0 0 89585 22 0 0 25 0 5 0 497625004 883609600 143136 33554432000 4194304 5787044 140737478293040 18446744073709551615 5527218 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3580.31
Current children cumulated vsize (KiB) 871600

[startup+909.401 s]
/proc/loadavg: 8.00 8.05 8.01 10/188 24447
/proc/meminfo: memFree=13818168/32951124 swapFree=67111528/67111528
[pid=24384] ppid=24382 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24384/stat : 24384 (priss.sh) S 24382 24384 22103 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 497624957 8908800 252 33554432000 4194304 4922060 140737279482128 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24384/statm: 2175 252 211 178 0 68 0
[pid=24385] ppid=24384 vsize=867932 CPUtime=3631.44 cores=0,2,4,6
/proc/24385/stat : 24385 (priss) S 24384 24384 22103 0 -1 4202496 165049 0 0 0 363058 86 0 0 18 0 5 0 497624957 888762368 144822 33554432000 4194304 5787044 140737478293040 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/24385/statm: 216983 144822 419 389 0 212733 0
[pid=24385/tid=24387] ppid=24384 vsize=867932 CPUtime=905.27 cores=0,2,4,6
/proc/24385/task/24387/stat : 24387 (priss) R 24384 24384 22103 0 -1 4202560 30503 0 0 0 90507 20 0 0 25 0 5 0 497624987 888762368 144822 33554432000 4194304 5787044 140737478293040 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24385/tid=24388] ppid=24384 vsize=867932 CPUtime=909 cores=0,2,4,6
/proc/24385/task/24388/stat : 24388 (priss) R 24384 24384 22103 0 -1 4202560 33166 0 0 0 90885 15 0 0 25 0 5 0 497624992 888762368 144822 33554432000 4194304 5787044 140737478293040 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=24385/tid=24389] ppid=24384 vsize=867932 CPUtime=907.81 cores=0,2,4,6
/proc/24385/task/24389/stat : 24389 (priss) R 24384 24384 22103 0 -1 4202560 31196 0 0 0 90760 21 0 0 25 0 5 0 497624997 888762368 144822 33554432000 4194304 5787044 140737478293040 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24385/tid=24390] ppid=24384 vsize=867932 CPUtime=908.86 cores=0,2,4,6
/proc/24385/task/24390/stat : 24390 (priss) R 24384 24384 22103 0 -1 4202560 34212 0 0 0 90864 22 0 0 25 0 5 0 497625004 888762368 144822 33554432000 4194304 5787044 140737478293040 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3631.44
Current children cumulated vsize (KiB) 876632

[startup+915.8 s]
/proc/loadavg: 8.00 8.05 8.01 9/188 24447
/proc/meminfo: memFree=13816912/32951124 swapFree=67111528/67111528
[pid=24384] ppid=24382 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24384/stat : 24384 (priss.sh) S 24382 24384 22103 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 497624957 8908800 252 33554432000 4194304 4922060 140737279482128 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24384/statm: 2175 252 211 178 0 68 0
[pid=24385] ppid=24384 vsize=868328 CPUtime=3657.01 cores=0,2,4,6
/proc/24385/stat : 24385 (priss) S 24384 24384 22103 0 -1 4202496 165401 0 0 0 365615 86 0 0 18 0 5 0 497624957 889167872 145174 33554432000 4194304 5787044 140737478293040 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/24385/statm: 217082 145174 419 389 0 212832 0
[pid=24385/tid=24387] ppid=24384 vsize=868328 CPUtime=911.64 cores=0,2,4,6
/proc/24385/task/24387/stat : 24387 (priss) R 24384 24384 22103 0 -1 4202560 30630 0 0 0 91143 21 0 0 25 0 5 0 497624987 889167872 145174 33554432000 4194304 5787044 140737478293040 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24385/tid=24388] ppid=24384 vsize=868328 CPUtime=915.41 cores=0,2,4,6
/proc/24385/task/24388/stat : 24388 (priss) R 24384 24384 22103 0 -1 4202560 33272 0 0 0 91526 15 0 0 25 0 5 0 497624992 889167872 145174 33554432000 4194304 5787044 140737478293040 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=24385/tid=24389] ppid=24384 vsize=868328 CPUtime=914.22 cores=0,2,4,6
/proc/24385/task/24389/stat : 24389 (priss) R 24384 24384 22103 0 -1 4202560 31196 0 0 0 91401 21 0 0 25 0 5 0 497624997 889167872 145174 33554432000 4194304 5787044 140737478293040 18446744073709551615 5591730 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24385/tid=24390] ppid=24384 vsize=868328 CPUtime=915.27 cores=0,2,4,6
/proc/24385/task/24390/stat : 24390 (priss) R 24384 24384 22103 0 -1 4202560 34331 0 0 0 91504 23 0 0 25 0 5 0 497625004 889167872 145174 33554432000 4194304 5787044 140737478293040 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3657.01
Current children cumulated vsize (KiB) 877028

[startup+922.2 s]
/proc/loadavg: 8.00 8.05 8.01 9/188 24447
/proc/meminfo: memFree=13815548/32951124 swapFree=67111528/67111528
[pid=24384] ppid=24382 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24384/stat : 24384 (priss.sh) S 24382 24384 22103 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 497624957 8908800 252 33554432000 4194304 4922060 140737279482128 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24384/statm: 2175 252 211 178 0 68 0
[pid=24385] ppid=24384 vsize=868732 CPUtime=3682.56 cores=0,2,4,6
/proc/24385/stat : 24385 (priss) S 24384 24384 22103 0 -1 4202496 165733 0 0 0 368169 87 0 0 18 0 5 0 497624957 889581568 145506 33554432000 4194304 5787044 140737478293040 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/24385/statm: 217183 145506 419 389 0 212933 0
[pid=24385/tid=24387] ppid=24384 vsize=868732 CPUtime=918 cores=0,2,4,6
/proc/24385/task/24387/stat : 24387 (priss) R 24384 24384 22103 0 -1 4202560 30734 0 0 0 91779 21 0 0 25 0 5 0 497624987 889581568 145506 33554432000 4194304 5787044 140737478293040 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24385/tid=24388] ppid=24384 vsize=868732 CPUtime=921.8 cores=0,2,4,6
/proc/24385/task/24388/stat : 24388 (priss) R 24384 24384 22103 0 -1 4202560 33399 0 0 0 92165 15 0 0 25 0 5 0 497624992 889581568 145506 33554432000 4194304 5787044 140737478293040 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=24385/tid=24389] ppid=24384 vsize=868732 CPUtime=920.61 cores=0,2,4,6
/proc/24385/task/24389/stat : 24389 (priss) R 24384 24384 22103 0 -1 4202560 31196 0 0 0 92040 21 0 0 25 0 5 0 497624997 889581568 145506 33554432000 4194304 5787044 140737478293040 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24385/tid=24390] ppid=24384 vsize=868732 CPUtime=921.66 cores=0,2,4,6
/proc/24385/task/24390/stat : 24390 (priss) R 24384 24384 22103 0 -1 4202560 34432 0 0 0 92143 23 0 0 25 0 5 0 497625004 889581568 145506 33554432000 4194304 5787044 140737478293040 18446744073709551615 5527101 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3682.56
Current children cumulated vsize (KiB) 877432

[startup+923.801 s]
/proc/loadavg: 8.00 8.05 8.01 9/188 24447
/proc/meminfo: memFree=13815296/32951124 swapFree=67111528/67111528
[pid=24384] ppid=24382 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24384/stat : 24384 (priss.sh) S 24382 24384 22103 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 497624957 8908800 252 33554432000 4194304 4922060 140737279482128 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24384/statm: 2175 252 211 178 0 68 0
[pid=24385] ppid=24384 vsize=868864 CPUtime=3688.95 cores=0,2,4,6
/proc/24385/stat : 24385 (priss) S 24384 24384 22103 0 -1 4202496 165819 0 0 0 368808 87 0 0 18 0 5 0 497624957 889716736 145592 33554432000 4194304 5787044 140737478293040 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/24385/statm: 217216 145592 419 389 0 212966 0
[pid=24385/tid=24387] ppid=24384 vsize=868864 CPUtime=919.59 cores=0,2,4,6
/proc/24385/task/24387/stat : 24387 (priss) R 24384 24384 22103 0 -1 4202560 30765 0 0 0 91938 21 0 0 25 0 5 0 497624987 889716736 145592 33554432000 4194304 5787044 140737478293040 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24385/tid=24388] ppid=24384 vsize=868864 CPUtime=923.4 cores=0,2,4,6
/proc/24385/task/24388/stat : 24388 (priss) R 24384 24384 22103 0 -1 4202560 33424 0 0 0 92325 15 0 0 25 0 5 0 497624992 889716736 145592 33554432000 4194304 5787044 140737478293040 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=24385/tid=24389] ppid=24384 vsize=868864 CPUtime=922.21 cores=0,2,4,6
/proc/24385/task/24389/stat : 24389 (priss) R 24384 24384 22103 0 -1 4202560 31196 0 0 0 92200 21 0 0 25 0 5 0 497624997 889716736 145592 33554432000 4194304 5787044 140737478293040 18446744073709551615 233509964802 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24385/tid=24390] ppid=24384 vsize=868864 CPUtime=923.26 cores=0,2,4,6
/proc/24385/task/24390/stat : 24390 (priss) R 24384 24384 22103 0 -1 4202560 34462 0 0 0 92303 23 0 0 25 0 5 0 497625004 889716736 145592 33554432000 4194304 5787044 140737478293040 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3688.95
Current children cumulated vsize (KiB) 877564

[startup+925.401 s]
/proc/loadavg: 8.00 8.05 8.01 9/188 24447
/proc/meminfo: memFree=13814924/32951124 swapFree=67111528/67111528
[pid=24384] ppid=24382 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24384/stat : 24384 (priss.sh) S 24382 24384 22103 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 497624957 8908800 252 33554432000 4194304 4922060 140737279482128 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24384/statm: 2175 252 211 178 0 68 0
[pid=24385] ppid=24384 vsize=868996 CPUtime=3695.35 cores=0,2,4,6
/proc/24385/stat : 24385 (priss) S 24384 24384 22103 0 -1 4202496 165909 0 0 0 369447 88 0 0 18 0 5 0 497624957 889851904 145682 33554432000 4194304 5787044 140737478293040 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/24385/statm: 217249 145682 419 389 0 212999 0
[pid=24385/tid=24387] ppid=24384 vsize=868996 CPUtime=921.18 cores=0,2,4,6
/proc/24385/task/24387/stat : 24387 (priss) R 24384 24384 22103 0 -1 4202560 30800 0 0 0 92097 21 0 0 25 0 5 0 497624987 889851904 145682 33554432000 4194304 5787044 140737478293040 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24385/tid=24388] ppid=24384 vsize=868996 CPUtime=925 cores=0,2,4,6
/proc/24385/task/24388/stat : 24388 (priss) R 24384 24384 22103 0 -1 4202560 33449 0 0 0 92485 15 0 0 25 0 5 0 497624992 889851904 145682 33554432000 4194304 5787044 140737478293040 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=24385/tid=24389] ppid=24384 vsize=868996 CPUtime=923.81 cores=0,2,4,6
/proc/24385/task/24389/stat : 24389 (priss) R 24384 24384 22103 0 -1 4202560 31196 0 0 0 92360 21 0 0 25 0 5 0 497624997 889851904 145682 33554432000 4194304 5787044 140737478293040 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24385/tid=24390] ppid=24384 vsize=868996 CPUtime=924.86 cores=0,2,4,6
/proc/24385/task/24390/stat : 24390 (priss) R 24384 24384 22103 0 -1 4202560 34492 0 0 0 92463 23 0 0 25 0 5 0 497625004 889851904 145682 33554432000 4194304 5787044 140737478293040 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3695.35
Current children cumulated vsize (KiB) 877696

[startup+925.807 s]
/proc/loadavg: 8.00 8.05 8.01 9/188 24447
/proc/meminfo: memFree=13814676/32951124 swapFree=67111528/67111528
[pid=24384] ppid=24382 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24384/stat : 24384 (priss.sh) S 24382 24384 22103 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 497624957 8908800 252 33554432000 4194304 4922060 140737279482128 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24384/statm: 2175 252 211 178 0 68 0
[pid=24385] ppid=24384 vsize=868996 CPUtime=3696.97 cores=0,2,4,6
/proc/24385/stat : 24385 (priss) S 24384 24384 22103 0 -1 4202496 165934 0 0 0 369609 88 0 0 18 0 5 0 497624957 889851904 145707 33554432000 4194304 5787044 140737478293040 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/24385/statm: 217249 145707 419 389 0 212999 0
[pid=24385/tid=24387] ppid=24384 vsize=868996 CPUtime=921.58 cores=0,2,4,6
/proc/24385/task/24387/stat : 24387 (priss) R 24384 24384 22103 0 -1 4202560 30814 0 0 0 92137 21 0 0 25 0 5 0 497624987 889851904 145707 33554432000 4194304 5787044 140737478293040 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24385/tid=24388] ppid=24384 vsize=868996 CPUtime=925.41 cores=0,2,4,6
/proc/24385/task/24388/stat : 24388 (priss) R 24384 24384 22103 0 -1 4202560 33455 0 0 0 92526 15 0 0 25 0 5 0 497624992 889851904 145707 33554432000 4194304 5787044 140737478293040 18446744073709551615 5591573 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=24385/tid=24389] ppid=24384 vsize=868996 CPUtime=924.22 cores=0,2,4,6
/proc/24385/task/24389/stat : 24389 (priss) R 24384 24384 22103 0 -1 4202560 31196 0 0 0 92401 21 0 0 25 0 5 0 497624997 889851904 145707 33554432000 4194304 5787044 140737478293040 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24385/tid=24390] ppid=24384 vsize=868996 CPUtime=925.26 cores=0,2,4,6
/proc/24385/task/24390/stat : 24390 (priss) R 24384 24384 22103 0 -1 4202560 34497 0 0 0 92503 23 0 0 25 0 5 0 497625004 889851904 145707 33554432000 4194304 5787044 140737478293040 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3696.97
Current children cumulated vsize (KiB) 877696

[startup+926.001 s]
/proc/loadavg: 8.00 8.05 8.01 9/188 24447
/proc/meminfo: memFree=13814676/32951124 swapFree=67111528/67111528
[pid=24384] ppid=24382 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24384/stat : 24384 (priss.sh) S 24382 24384 22103 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 497624957 8908800 252 33554432000 4194304 4922060 140737279482128 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24384/statm: 2175 252 211 178 0 68 0
[pid=24385] ppid=24384 vsize=868996 CPUtime=3697.67 cores=0,2,4,6
/proc/24385/stat : 24385 (priss) S 24384 24384 22103 0 -1 4202496 165950 0 0 0 369661 106 0 0 18 0 5 0 497624957 889851904 145723 33554432000 4194304 5787044 140737478293040 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/24385/statm: 217249 145723 431 389 0 212999 0
[pid=24385/tid=24387] ppid=24384 vsize=868996 CPUtime=921.78 cores=0,2,4,6
/proc/24385/task/24387/stat : 24387 (priss) R 24384 24384 22103 0 -1 4202560 30818 0 0 0 92157 21 0 0 25 0 5 0 497624987 889851904 145723 33554432000 4194304 5787044 140737478293040 18446744073709551615 5591727 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24385/tid=24388] ppid=24384 vsize=868996 CPUtime=925.59 cores=0,2,4,6
/proc/24385/task/24388/stat : 24388 (priss) R 24384 24384 22103 0 -1 4202560 33455 0 0 0 92540 19 0 0 18 0 5 0 497624992 889851904 145723 33554432000 4194304 5787044 140737478293040 18446744073709551615 233522123445 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=24385/tid=24389] ppid=24384 vsize=868996 CPUtime=924.39 cores=0,2,4,6
/proc/24385/task/24389/stat : 24389 (priss) S 24384 24384 22103 0 -1 4202560 31196 0 0 0 92410 29 0 0 18 0 5 0 497624997 889851904 145723 33554432000 4194304 5787044 140737478293040 18446744073709551615 233522123124 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24385/tid=24390] ppid=24384 vsize=868996 CPUtime=925.43 cores=0,2,4,6
/proc/24385/task/24390/stat : 24390 (priss) R 24384 24384 22103 0 -1 4202560 34509 0 0 0 92513 30 0 0 18 0 5 0 497625004 889851904 145723 33554432000 4194304 5787044 140737478293040 18446744073709551615 233522123445 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3697.67
Current children cumulated vsize (KiB) 877696

[startup+926.101 s]
/proc/loadavg: 8.00 8.05 8.01 9/188 24447
/proc/meminfo: memFree=13814676/32951124 swapFree=67111528/67111528
[pid=24384] ppid=24382 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24384/stat : 24384 (priss.sh) S 24382 24384 22103 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 497624957 8908800 252 33554432000 4194304 4922060 140737279482128 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24384/statm: 2175 252 211 178 0 68 0
[pid=24385] ppid=24384 vsize=864516 CPUtime=3698.04 cores=0,2,4,6
/proc/24385/stat : 24385 (priss) S 24384 24384 22103 0 -1 4202496 165951 0 0 0 369696 108 0 0 18 0 5 0 497624957 885264384 144990 33554432000 4194304 5787044 140737478293040 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/24385/statm: 216129 144990 431 389 0 211879 0
[pid=24385/tid=24387] ppid=24384 vsize=864516 CPUtime=921.88 cores=0,2,4,6
/proc/24385/task/24387/stat : 24387 (priss) R 24384 24384 22103 0 -1 4202560 30819 0 0 0 92167 21 0 0 25 0 5 0 497624987 885264384 144990 33554432000 4194304 5787044 140737478293040 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24385/tid=24388] ppid=24384 vsize=864516 CPUtime=925.69 cores=0,2,4,6
/proc/24385/task/24388/stat : 24388 (priss) R 24384 24384 22103 0 -1 4202560 33455 0 0 0 92549 20 0 0 18 0 5 0 497624992 885264384 144990 33554432000 4194304 5787044 140737478293040 18446744073709551615 233510402591 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=24385/tid=24389] ppid=24384 vsize=864516 CPUtime=924.48 cores=0,2,4,6
/proc/24385/task/24389/stat : 24389 (priss) R 24384 24384 22103 0 -1 4202560 31196 0 0 0 92418 30 0 0 17 0 5 0 497624997 885264384 144990 33554432000 4194304 5787044 140737478293040 18446744073709551615 233509953543 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24385/tid=24390] ppid=24384 vsize=864516 CPUtime=925.52 cores=0,2,4,6
/proc/24385/task/24390/stat : 24390 (priss) R 24384 24384 22103 0 -1 4202560 34509 0 0 0 92521 31 0 0 18 0 5 0 497625004 885264384 144990 33554432000 4194304 5787044 140737478293040 18446744073709551615 233510402591 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3698.04
Current children cumulated vsize (KiB) 873216

Child status: 20
Real time (s): 926.149
CPU time (s): 3698.13
CPU user time (s): 3697.01
CPU system time (s): 1.12483
CPU usage (%): 399.302
Max. virtual memory (cumulated for all children) (KiB): 877696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3697.01
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= 166323
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= 20964
involuntary context switches= 17264

runsolver used 1.45178 second user time and 3.60245 second system time

The end

Launcher Data

Begin job on node145 at 2011-04-29 06:41:31
IDJOB=3288331
IDBENCH=82494
IDSOLVER=1603
FILE ID=node145/3288331-1304052090
RUNJOBID= node145-1304036411-22121
PBS_JOBID= 13170354
Free space on /tmp= 72176 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/application/manthey/traffic/traffic_fb_unknown.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3288331-1304052090/watcher-3288331-1304052090 -o /tmp/evaluation-result-3288331-1304052090/solver-3288331-1304052090 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3288331-1304052090.cnf 1254655392 4800 15500 4

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 2385047c56f7801a7fd110b2ffe2f293
RANDOM SEED=1254655392

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13994796 kB
Buffers:       2099776 kB
Cached:       15258256 kB
SwapCached:          0 kB
Active:        6174596 kB
Inactive:     12206372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13994796 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           20508 kB
Writeback:           0 kB
AnonPages:     1022368 kB
Mapped:          15508 kB
Slab:           509972 kB
PageTables:       6724 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1247932 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 /tmp at the end= 72168 MiB
End job on node145 at 2011-04-29 06:56:57