Trace number 3288423

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 3505.4 877.822

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_kkb_unknown.cnf
MD5SUM254fcd4eae8129ad5842f186e24e0793
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark110.799
Satisfiable
(Un)Satisfiability was proved
Number of variables34510
Number of clauses701694
Sum of the clauses size2616281
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 252869
Number of clauses of size 384757
Number of clauses of size 4564068
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: 24422
0.00/0.22	c parsetime: 219811us
0.00/0.22	c parsed 701694 clauses with 34510 variables
0.00/0.26	c NW started thread 0 successfully (1109834048)
0.00/0.31	c NW started thread 1 successfully (1087113536)
0.00/0.36	c NW started thread 2 successfully (1097603392)
0.00/0.41	c NW started thread 3 successfully (1120323904)
35.80/9.20	c preprocessor returned 36510 variables
35.80/9.20	c preprocessing returned UNKNOWN
35.80/9.20	c PP set 0 variables
35.80/9.20	c pp time: 8759486us (8s)
35.80/9.21	c preprocessor returned 34810 variables
35.80/9.21	c preprocessing returned UNKNOWN
35.80/9.21	c PP set 0 variables
35.80/9.21	c pp time: 8939498us (8s)
35.80/9.23	c preprocessor returned 34810 variables
35.80/9.23	c preprocessing returned UNKNOWN
35.80/9.23	c PP set 0 variables
35.80/9.23	c pp time: 8910132us (8s)
35.80/9.25	c preprocessor returned 34810 variables
35.80/9.25	c preprocessing returned UNKNOWN
35.80/9.25	c PP set 0 variables
35.80/9.25	c pp time: 8887141us (8s)
1143.50/286.57	c added unsatisfied clause
1143.50/286.57	c failed to add network clauses
2629.86/658.60	c added unsatisfied clause
2629.86/658.60	c failed to add network clauses
3333.31/834.74	c added unsatisfied clause
3333.31/834.74	c failed to add network clauses
3393.66/849.81	c added unsatisfied clause
3393.66/849.81	c failed to add network clauses
3504.28/877.59	c ====================
3504.28/877.59	c implication/decision inf%(inf)
3504.28/877.59	c decisions:           1441729
3504.28/877.59	c last level:          0
3504.28/877.59	c conflicts:           1138633
3504.28/877.59	c restarts:            7551
3504.28/877.59	c rejected_restarts    0
3504.28/877.59	c removals:            20
3504.28/877.59	c removed clauses:     752795
3504.28/877.59	c oft clauses:         0
3505.08/877.75	c solvetime: 868528352us (868s)
3505.08/877.77	c sended clauses   | 59451 | 60010 | 45052 | 63849 |
3505.08/877.77	c received clauses | 0 | 17 | 56 | 42 |
3505.08/877.77	c join all other threads
3505.08/877.77	c joined thread 0
3505.08/877.77	c joined thread 1
3505.08/877.77	c joined thread 2
3505.08/877.79	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-3288423-1304052241/watcher-3288423-1304052241 -o /tmp/evaluation-result-3288423-1304052241/solver-3288423-1304052241 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3288423-1304052241.cnf 425844382 4800 15500 4 

running on 4 cores: 1,3,5,7

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: 8.04 8.05 8.00 5/182 24421
/proc/meminfo: memFree=14521140/32951124 swapFree=67111528/67111528
[pid=24421] ppid=24419 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/24421/stat : 24421 (priss.sh) S 24419 24421 22103 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497640028 8908800 251 33554432000 4194304 4922060 140734810140944 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24421/statm: 2175 251 211 178 0 68 0

[startup+0.040595 s]
/proc/loadavg: 8.04 8.05 8.00 5/182 24421
/proc/meminfo: memFree=14521140/32951124 swapFree=67111528/67111528
[pid=24421] ppid=24419 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/24421/stat : 24421 (priss.sh) S 24419 24421 22103 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497640028 8908800 251 33554432000 4194304 4922060 140734810140944 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24421/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100586 s]
/proc/loadavg: 8.04 8.05 8.00 5/182 24421
/proc/meminfo: memFree=14521140/32951124 swapFree=67111528/67111528
[pid=24421] ppid=24419 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/24421/stat : 24421 (priss.sh) S 24419 24421 22103 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497640028 8908800 251 33554432000 4194304 4922060 140734810140944 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24421/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300517 s]
/proc/loadavg: 8.04 8.05 8.00 5/182 24421
/proc/meminfo: memFree=14521140/32951124 swapFree=67111528/67111528
[pid=24421] ppid=24419 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/24421/stat : 24421 (priss.sh) S 24419 24421 22103 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497640028 8908800 251 33554432000 4194304 4922060 140734810140944 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24421/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.18769 s]
/proc/loadavg: 8.04 8.05 8.00 5/182 24421
/proc/meminfo: memFree=14521140/32951124 swapFree=67111528/67111528
[pid=24421] ppid=24419 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/24421/stat : 24421 (priss.sh) S 24419 24421 22103 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497640028 8908800 251 33554432000 4194304 4922060 140734810140944 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24421/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5003 s]
/proc/loadavg: 8.04 8.05 8.00 5/182 24421
/proc/meminfo: memFree=14521140/32951124 swapFree=67111528/67111528
[pid=24421] ppid=24419 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/24421/stat : 24421 (priss.sh) S 24419 24421 22103 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497640028 8908800 251 33554432000 4194304 4922060 140734810140944 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24421/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10102 s]
/proc/loadavg: 8.12 8.07 8.01 9/188 24427
/proc/meminfo: memFree=14271676/32951124 swapFree=67111528/67111528
[pid=24421] ppid=24419 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/24421/stat : 24421 (priss.sh) S 24419 24421 22103 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497640028 8908800 251 33554432000 4194304 4922060 140734810140944 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24421/statm: 2175 251 211 178 0 68 0
[pid=24422] ppid=24421 vsize=448304 CPUtime=11.43 cores=1,3,5,7
/proc/24422/stat : 24422 (priss) S 24421 24421 22103 0 -1 4202496 69212 0 0 0 1131 12 0 0 18 0 5 0 497640028 459063296 62174 33554432000 4194304 5787044 140735665741952 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/24422/statm: 112076 62174 350 389 0 107826 0
[pid=24422/tid=24424] ppid=24421 vsize=448304 CPUtime=2.81 cores=1,3,5,7
/proc/24422/task/24424/stat : 24424 (priss) R 24421 24421 22103 0 -1 4202560 9588 0 0 0 280 1 0 0 23 0 5 0 497640055 459063296 62174 33554432000 4194304 5787044 140735665741952 18446744073709551615 18446744073699066034 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=24422/tid=24425] ppid=24421 vsize=448304 CPUtime=2.77 cores=1,3,5,7
/proc/24422/task/24425/stat : 24425 (priss) R 24421 24421 22103 0 -1 4202560 8990 0 0 0 276 1 0 0 23 0 5 0 497640059 459063296 62174 33554432000 4194304 5787044 140735665741952 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24422/tid=24426] ppid=24421 vsize=448304 CPUtime=2.73 cores=1,3,5,7
/proc/24422/task/24426/stat : 24426 (priss) R 24421 24421 22103 0 -1 4202560 8640 0 0 0 271 2 0 0 25 0 5 0 497640064 459063296 62174 33554432000 4194304 5787044 140735665741952 18446744073709551615 47914366558784 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24422/tid=24427] ppid=24421 vsize=448304 CPUtime=2.67 cores=1,3,5,7
/proc/24422/task/24427/stat : 24427 (priss) R 24421 24421 22103 0 -1 4202560 9446 0 0 0 266 1 0 0 22 0 5 0 497640069 459063296 62174 33554432000 4194304 5787044 140735665741952 18446744073709551615 4335747 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 11.43
Current children cumulated vsize (KiB) 457004

[startup+6.30044 s]
/proc/loadavg: 8.12 8.07 8.01 9/188 24427
/proc/meminfo: memFree=14259172/32951124 swapFree=67111528/67111528
[pid=24421] ppid=24419 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/24421/stat : 24421 (priss.sh) S 24419 24421 22103 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497640028 8908800 251 33554432000 4194304 4922060 140734810140944 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24421/statm: 2175 251 211 178 0 68 0
[pid=24422] ppid=24421 vsize=463364 CPUtime=24.21 cores=1,3,5,7
/proc/24422/stat : 24422 (priss) S 24421 24421 22103 0 -1 4202496 74827 0 0 0 2408 13 0 0 18 0 5 0 497640028 474484736 65045 33554432000 4194304 5787044 140735665741952 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/24422/statm: 115841 65045 352 389 0 111591 0
[pid=24422/tid=24424] ppid=24421 vsize=463364 CPUtime=5.99 cores=1,3,5,7
/proc/24422/task/24424/stat : 24424 (priss) R 24421 24421 22103 0 -1 4202560 10352 0 0 0 598 1 0 0 25 0 5 0 497640055 474484736 65045 33554432000 4194304 5787044 140735665741952 18446744073709551615 4336560 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=24422/tid=24425] ppid=24421 vsize=463364 CPUtime=5.97 cores=1,3,5,7
/proc/24422/task/24425/stat : 24425 (priss) R 24421 24421 22103 0 -1 4202560 9690 0 0 0 596 1 0 0 25 0 5 0 497640059 474484736 65045 33554432000 4194304 5787044 140735665741952 18446744073709551615 4336801 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24422/tid=24426] ppid=24421 vsize=463364 CPUtime=5.93 cores=1,3,5,7
/proc/24422/task/24426/stat : 24426 (priss) R 24421 24421 22103 0 -1 4202560 10198 0 0 0 591 2 0 0 25 0 5 0 497640064 474484736 65045 33554432000 4194304 5787044 140735665741952 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24422/tid=24427] ppid=24421 vsize=463364 CPUtime=5.87 cores=1,3,5,7
/proc/24422/task/24427/stat : 24427 (priss) R 24421 24421 22103 0 -1 4202560 12039 0 0 0 586 1 0 0 25 0 5 0 497640069 474484736 65045 33554432000 4194304 5787044 140735665741952 18446744073709551615 4278467 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.21
Current children cumulated vsize (KiB) 472064

[startup+12.7073 s]
/proc/loadavg: 8.10 8.07 8.00 9/188 24427
/proc/meminfo: memFree=14186216/32951124 swapFree=67111528/67111528
[pid=24421] ppid=24419 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/24421/stat : 24421 (priss.sh) S 24419 24421 22103 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497640028 8908800 251 33554432000 4194304 4922060 140734810140944 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24421/statm: 2175 251 211 178 0 68 0
[pid=24422] ppid=24421 vsize=484424 CPUtime=49.8 cores=1,3,5,7
/proc/24422/stat : 24422 (priss) S 24421 24421 22103 0 -1 4202496 98675 0 0 0 4960 20 0 0 18 0 5 0 497640028 496050176 83267 33554432000 4194304 5787044 140735665741952 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/24422/statm: 121106 83267 417 389 0 116856 0
[pid=24422/tid=24424] ppid=24421 vsize=484424 CPUtime=12.36 cores=1,3,5,7
/proc/24422/task/24424/stat : 24424 (priss) R 24421 24421 22103 0 -1 4202560 14790 0 0 0 1234 2 0 0 25 0 5 0 497640055 496050176 83267 33554432000 4194304 5787044 140735665741952 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=24422/tid=24425] ppid=24421 vsize=484424 CPUtime=12.38 cores=1,3,5,7
/proc/24422/task/24425/stat : 24425 (priss) R 24421 24421 22103 0 -1 4202560 16306 0 0 0 1235 3 0 0 25 0 5 0 497640059 496050176 83267 33554432000 4194304 5787044 140735665741952 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24422/tid=24426] ppid=24421 vsize=484424 CPUtime=12.33 cores=1,3,5,7
/proc/24422/task/24426/stat : 24426 (priss) R 24421 24421 22103 0 -1 4202560 18965 0 0 0 1228 5 0 0 25 0 5 0 497640064 496050176 83267 33554432000 4194304 5787044 140735665741952 18446744073709551615 5590671 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24422/tid=24427] ppid=24421 vsize=484424 CPUtime=12.29 cores=1,3,5,7
/proc/24422/task/24427/stat : 24427 (priss) R 24421 24421 22103 0 -1 4202560 16066 0 0 0 1226 3 0 0 25 0 5 0 497640069 496050176 83267 33554432000 4194304 5787044 140735665741952 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 49.8
Current children cumulated vsize (KiB) 493124

[startup+25.501 s]
/proc/loadavg: 8.08 8.06 8.00 9/188 24427
/proc/meminfo: memFree=14171764/32951124 swapFree=67111528/67111528
[pid=24421] ppid=24419 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/24421/stat : 24421 (priss.sh) S 24419 24421 22103 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497640028 8908800 251 33554432000 4194304 4922060 140734810140944 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24421/statm: 2175 251 211 178 0 68 0
[pid=24422] ppid=24421 vsize=486628 CPUtime=100.9 cores=1,3,5,7
/proc/24422/stat : 24422 (priss) S 24421 24421 22103 0 -1 4202496 100846 0 0 0 10067 23 0 0 18 0 5 0 497640028 498307072 85438 33554432000 4194304 5787044 140735665741952 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/24422/statm: 121657 85438 418 389 0 117407 0
[pid=24422/tid=24424] ppid=24421 vsize=486628 CPUtime=25.09 cores=1,3,5,7
/proc/24422/task/24424/stat : 24424 (priss) R 24421 24421 22103 0 -1 4202560 15351 0 0 0 2506 3 0 0 25 0 5 0 497640055 498307072 85438 33554432000 4194304 5787044 140735665741952 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=24422/tid=24425] ppid=24421 vsize=486628 CPUtime=25.17 cores=1,3,5,7
/proc/24422/task/24425/stat : 24425 (priss) R 24421 24421 22103 0 -1 4202560 16855 0 0 0 2513 4 0 0 25 0 5 0 497640059 498307072 85438 33554432000 4194304 5787044 140735665741952 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24422/tid=24426] ppid=24421 vsize=486628 CPUtime=25.13 cores=1,3,5,7
/proc/24422/task/24426/stat : 24426 (priss) R 24421 24421 22103 0 -1 4202560 19553 0 0 0 2507 6 0 0 25 0 5 0 497640064 498307072 85438 33554432000 4194304 5787044 140735665741952 18446744073709551615 5591289 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24422/tid=24427] ppid=24421 vsize=486628 CPUtime=25.07 cores=1,3,5,7
/proc/24422/task/24427/stat : 24427 (priss) R 24421 24421 22103 0 -1 4202560 16539 0 0 0 2504 3 0 0 25 0 5 0 497640069 498307072 85438 33554432000 4194304 5787044 140735665741952 18446744073709551615 5527716 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 100.9
Current children cumulated vsize (KiB) 495328

[startup+51.1004 s]
/proc/loadavg: 8.06 8.06 8.00 9/188 24428
/proc/meminfo: memFree=14144716/32951124 swapFree=67111528/67111528
[pid=24421] ppid=24419 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/24421/stat : 24421 (priss.sh) S 24419 24421 22103 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497640028 8908800 251 33554432000 4194304 4922060 140734810140944 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24421/statm: 2175 251 211 178 0 68 0
[pid=24422] ppid=24421 vsize=490248 CPUtime=203.18 cores=1,3,5,7
/proc/24422/stat : 24422 (priss) S 24421 24421 22103 0 -1 4202496 104064 0 0 0 20289 29 0 0 18 0 5 0 497640028 502013952 88656 33554432000 4194304 5787044 140735665741952 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/24422/statm: 122562 88656 419 389 0 118312 0
[pid=24422/tid=24424] ppid=24421 vsize=490248 CPUtime=50.55 cores=1,3,5,7
/proc/24422/task/24424/stat : 24424 (priss) R 24421 24421 22103 0 -1 4202560 16219 0 0 0 5051 4 0 0 25 0 5 0 497640055 502013952 88656 33554432000 4194304 5787044 140735665741952 18446744073709551615 5591217 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=24422/tid=24425] ppid=24421 vsize=490248 CPUtime=50.78 cores=1,3,5,7
/proc/24422/task/24425/stat : 24425 (priss) R 24421 24421 22103 0 -1 4202560 17692 0 0 0 5072 6 0 0 25 0 5 0 497640059 502013952 88656 33554432000 4194304 5787044 140735665741952 18446744073709551615 233522123445 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24422/tid=24426] ppid=24421 vsize=490248 CPUtime=50.73 cores=1,3,5,7
/proc/24422/task/24426/stat : 24426 (priss) R 24421 24421 22103 0 -1 4202560 20228 0 0 0 5066 7 0 0 25 0 5 0 497640064 502013952 88656 33554432000 4194304 5787044 140735665741952 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24422/tid=24427] ppid=24421 vsize=490248 CPUtime=50.68 cores=1,3,5,7
/proc/24422/task/24427/stat : 24427 (priss) R 24421 24421 22103 0 -1 4202560 17377 0 0 0 5063 5 0 0 25 0 5 0 497640069 502013952 88656 33554432000 4194304 5787044 140735665741952 18446744073709551615 5527449 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.18
Current children cumulated vsize (KiB) 498948

[startup+102.301 s]
/proc/loadavg: 8.02 8.05 8.00 9/188 24429
/proc/meminfo: memFree=14114360/32951124 swapFree=67111528/67111528
[pid=24421] ppid=24419 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/24421/stat : 24421 (priss.sh) S 24419 24421 22103 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497640028 8908800 251 33554432000 4194304 4922060 140734810140944 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24421/statm: 2175 251 211 178 0 68 0
[pid=24422] ppid=24421 vsize=564260 CPUtime=407.68 cores=1,3,5,7
/proc/24422/stat : 24422 (priss) S 24421 24421 22103 0 -1 4202496 109289 0 0 0 40729 39 0 0 18 0 5 0 497640028 577802240 93875 33554432000 4194304 5787044 140735665741952 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/24422/statm: 141065 93875 419 389 0 136815 0
[pid=24422/tid=24424] ppid=24421 vsize=564260 CPUtime=101.47 cores=1,3,5,7
/proc/24422/task/24424/stat : 24424 (priss) R 24421 24421 22103 0 -1 4202560 17279 0 0 0 10142 5 0 0 25 0 5 0 497640055 577802240 93875 33554432000 4194304 5787044 140735665741952 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=24422/tid=24425] ppid=24421 vsize=564260 CPUtime=101.97 cores=1,3,5,7
/proc/24422/task/24425/stat : 24425 (priss) R 24421 24421 22103 0 -1 4202560 18766 0 0 0 10189 8 0 0 25 0 5 0 497640059 577802240 93875 33554432000 4194304 5787044 140735665741952 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24422/tid=24426] ppid=24421 vsize=564260 CPUtime=101.92 cores=1,3,5,7
/proc/24422/task/24426/stat : 24426 (priss) R 24421 24421 22103 0 -1 4202560 21229 0 0 0 10182 10 0 0 25 0 5 0 497640064 577802240 93875 33554432000 4194304 5787044 140735665741952 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24422/tid=24427] ppid=24421 vsize=564260 CPUtime=101.87 cores=1,3,5,7
/proc/24422/task/24427/stat : 24427 (priss) R 24421 24421 22103 0 -1 4202560 19467 0 0 0 10179 8 0 0 25 0 5 0 497640069 577802240 93875 33554432000 4194304 5787044 140735665741952 18446744073709551615 4220508 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 407.68
Current children cumulated vsize (KiB) 572960

[startup+162.308 s]
/proc/loadavg: 8.01 8.04 8.00 9/188 24431
/proc/meminfo: memFree=14072160/32951124 swapFree=67111528/67111528
[pid=24421] ppid=24419 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/24421/stat : 24421 (priss.sh) S 24419 24421 22103 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497640028 8908800 251 33554432000 4194304 4922060 140734810140944 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24421/statm: 2175 251 211 178 0 68 0
[pid=24422] ppid=24421 vsize=637364 CPUtime=647.38 cores=1,3,5,7

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

/proc/loadavg: 5.24 7.20 7.72 5/177 24466
/proc/meminfo: memFree=14423376/32951124 swapFree=67111528/67111528
[pid=24421] ppid=24419 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/24421/stat : 24421 (priss.sh) S 24419 24421 22103 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497640028 8908800 251 33554432000 4194304 4922060 140734810140944 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24421/statm: 2175 251 211 178 0 68 0
[pid=24422] ppid=24421 vsize=769396 CPUtime=3375.68 cores=1,3,5,7
/proc/24422/stat : 24422 (priss) S 24421 24421 22103 0 -1 4202496 152603 0 0 0 337459 109 0 0 18 0 5 0 497640028 787861504 136297 33554432000 4194304 5787044 140735665741952 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/24422/statm: 192349 136297 419 389 0 188099 0
[pid=24422/tid=24424] ppid=24421 vsize=769396 CPUtime=840.43 cores=1,3,5,7
/proc/24422/task/24424/stat : 24424 (priss) R 24421 24421 22103 0 -1 4202560 28349 0 0 0 84027 16 0 0 25 0 5 0 497640055 787861504 136297 33554432000 4194304 5787044 140735665741952 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=24422/tid=24425] ppid=24421 vsize=769396 CPUtime=844.99 cores=1,3,5,7
/proc/24422/task/24425/stat : 24425 (priss) R 24421 24421 22103 0 -1 4202560 32104 0 0 0 84473 26 0 0 25 0 5 0 497640059 787861504 136297 33554432000 4194304 5787044 140735665741952 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24422/tid=24426] ppid=24421 vsize=769396 CPUtime=844.94 cores=1,3,5,7
/proc/24422/task/24426/stat : 24426 (priss) R 24421 24421 22103 0 -1 4202560 30815 0 0 0 84462 32 0 0 25 0 5 0 497640064 787861504 136297 33554432000 4194304 5787044 140735665741952 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24422/tid=24427] ppid=24421 vsize=769396 CPUtime=844.88 cores=1,3,5,7
/proc/24422/task/24427/stat : 24427 (priss) R 24421 24421 22103 0 -1 4202560 28787 0 0 0 84460 28 0 0 25 0 5 0 497640069 787861504 136297 33554432000 4194304 5787044 140735665741952 18446744073709551615 5527716 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3375.68
Current children cumulated vsize (KiB) 778096

[startup+858.101 s]
/proc/loadavg: 4.97 7.04 7.66 5/177 24466
/proc/meminfo: memFree=14423248/32951124 swapFree=67111528/67111528
[pid=24421] ppid=24419 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/24421/stat : 24421 (priss.sh) S 24419 24421 22103 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497640028 8908800 251 33554432000 4194304 4922060 140734810140944 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24421/statm: 2175 251 211 178 0 68 0
[pid=24422] ppid=24421 vsize=769396 CPUtime=3426.79 cores=1,3,5,7
/proc/24422/stat : 24422 (priss) S 24421 24421 22103 0 -1 4202496 152661 0 0 0 342570 109 0 0 18 0 5 0 497640028 787861504 136355 33554432000 4194304 5787044 140735665741952 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/24422/statm: 192349 136355 419 389 0 188099 0
[pid=24422/tid=24424] ppid=24421 vsize=769396 CPUtime=853.16 cores=1,3,5,7
/proc/24422/task/24424/stat : 24424 (priss) R 24421 24421 22103 0 -1 4202560 28358 0 0 0 85300 16 0 0 25 0 5 0 497640055 787861504 136355 33554432000 4194304 5787044 140735665741952 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=24422/tid=24425] ppid=24421 vsize=769396 CPUtime=857.78 cores=1,3,5,7
/proc/24422/task/24425/stat : 24425 (priss) R 24421 24421 22103 0 -1 4202560 32132 0 0 0 85752 26 0 0 25 0 5 0 497640059 787861504 136355 33554432000 4194304 5787044 140735665741952 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24422/tid=24426] ppid=24421 vsize=769396 CPUtime=857.73 cores=1,3,5,7
/proc/24422/task/24426/stat : 24426 (priss) R 24421 24421 22103 0 -1 4202560 30815 0 0 0 85741 32 0 0 25 0 5 0 497640064 787861504 136355 33554432000 4194304 5787044 140735665741952 18446744073709551615 5591727 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24422/tid=24427] ppid=24421 vsize=769396 CPUtime=857.68 cores=1,3,5,7
/proc/24422/task/24427/stat : 24427 (priss) R 24421 24421 22103 0 -1 4202560 28808 0 0 0 85740 28 0 0 25 0 5 0 497640069 787861504 136355 33554432000 4194304 5787044 140735665741952 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3426.79
Current children cumulated vsize (KiB) 778096

[startup+870.901 s]
/proc/loadavg: 4.82 6.94 7.62 5/177 24467
/proc/meminfo: memFree=14422256/32951124 swapFree=67111528/67111528
[pid=24421] ppid=24419 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/24421/stat : 24421 (priss.sh) S 24419 24421 22103 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497640028 8908800 251 33554432000 4194304 4922060 140734810140944 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24421/statm: 2175 251 211 178 0 68 0
[pid=24422] ppid=24421 vsize=769396 CPUtime=3477.91 cores=1,3,5,7
/proc/24422/stat : 24422 (priss) S 24421 24421 22103 0 -1 4202496 152912 0 0 0 347681 110 0 0 18 0 5 0 497640028 787861504 136606 33554432000 4194304 5787044 140735665741952 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/24422/statm: 192349 136606 419 389 0 188099 0
[pid=24422/tid=24424] ppid=24421 vsize=769396 CPUtime=865.93 cores=1,3,5,7
/proc/24422/task/24424/stat : 24424 (priss) R 24421 24421 22103 0 -1 4202560 28377 0 0 0 86577 16 0 0 25 0 5 0 497640055 787861504 136606 33554432000 4194304 5787044 140735665741952 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=24422/tid=24425] ppid=24421 vsize=769396 CPUtime=870.59 cores=1,3,5,7
/proc/24422/task/24425/stat : 24425 (priss) R 24421 24421 22103 0 -1 4202560 32352 0 0 0 87031 28 0 0 25 0 5 0 497640059 787861504 136606 33554432000 4194304 5787044 140735665741952 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24422/tid=24426] ppid=24421 vsize=769396 CPUtime=870.49 cores=1,3,5,7
/proc/24422/task/24426/stat : 24426 (priss) R 24421 24421 22103 0 -1 4202560 30815 0 0 0 87017 32 0 0 25 0 5 0 497640064 787861504 136606 33554432000 4194304 5787044 140735665741952 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=24422/tid=24427] ppid=24421 vsize=769396 CPUtime=870.48 cores=1,3,5,7
/proc/24422/task/24427/stat : 24427 (priss) R 24421 24421 22103 0 -1 4202560 28820 0 0 0 87020 28 0 0 25 0 5 0 497640069 787861504 136606 33554432000 4194304 5787044 140735665741952 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3477.91
Current children cumulated vsize (KiB) 778096

[startup+874.101 s]
/proc/loadavg: 4.75 6.89 7.60 5/177 24467
/proc/meminfo: memFree=14422008/32951124 swapFree=67111528/67111528
[pid=24421] ppid=24419 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/24421/stat : 24421 (priss.sh) S 24419 24421 22103 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497640028 8908800 251 33554432000 4194304 4922060 140734810140944 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24421/statm: 2175 251 211 178 0 68 0
[pid=24422] ppid=24421 vsize=769396 CPUtime=3490.69 cores=1,3,5,7
/proc/24422/stat : 24422 (priss) S 24421 24421 22103 0 -1 4202496 152983 0 0 0 348959 110 0 0 18 0 5 0 497640028 787861504 136677 33554432000 4194304 5787044 140735665741952 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/24422/statm: 192349 136677 419 389 0 188099 0
[pid=24422/tid=24424] ppid=24421 vsize=769396 CPUtime=869.13 cores=1,3,5,7
/proc/24422/task/24424/stat : 24424 (priss) R 24421 24421 22103 0 -1 4202560 28377 0 0 0 86897 16 0 0 25 0 5 0 497640055 787861504 136677 33554432000 4194304 5787044 140735665741952 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=24422/tid=24425] ppid=24421 vsize=769396 CPUtime=873.78 cores=1,3,5,7
/proc/24422/task/24425/stat : 24425 (priss) R 24421 24421 22103 0 -1 4202560 32406 0 0 0 87350 28 0 0 25 0 5 0 497640059 787861504 136677 33554432000 4194304 5787044 140735665741952 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24422/tid=24426] ppid=24421 vsize=769396 CPUtime=873.67 cores=1,3,5,7
/proc/24422/task/24426/stat : 24426 (priss) R 24421 24421 22103 0 -1 4202560 30825 0 0 0 87335 32 0 0 25 0 5 0 497640064 787861504 136677 33554432000 4194304 5787044 140735665741952 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=24422/tid=24427] ppid=24421 vsize=769396 CPUtime=873.68 cores=1,3,5,7
/proc/24422/task/24427/stat : 24427 (priss) R 24421 24421 22103 0 -1 4202560 28827 0 0 0 87340 28 0 0 25 0 5 0 497640069 787861504 136677 33554432000 4194304 5787044 140735665741952 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3490.69
Current children cumulated vsize (KiB) 778096

[startup+875.701 s]
/proc/loadavg: 4.75 6.89 7.60 5/177 24467
/proc/meminfo: memFree=14421884/32951124 swapFree=67111528/67111528
[pid=24421] ppid=24419 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/24421/stat : 24421 (priss.sh) S 24419 24421 22103 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497640028 8908800 251 33554432000 4194304 4922060 140734810140944 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24421/statm: 2175 251 211 178 0 68 0
[pid=24422] ppid=24421 vsize=769396 CPUtime=3497.09 cores=1,3,5,7
/proc/24422/stat : 24422 (priss) S 24421 24421 22103 0 -1 4202496 153023 0 0 0 349599 110 0 0 18 0 5 0 497640028 787861504 136717 33554432000 4194304 5787044 140735665741952 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/24422/statm: 192349 136717 419 389 0 188099 0
[pid=24422/tid=24424] ppid=24421 vsize=769396 CPUtime=870.73 cores=1,3,5,7
/proc/24422/task/24424/stat : 24424 (priss) R 24421 24421 22103 0 -1 4202560 28380 0 0 0 87057 16 0 0 25 0 5 0 497640055 787861504 136717 33554432000 4194304 5787044 140735665741952 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=24422/tid=24425] ppid=24421 vsize=769396 CPUtime=875.38 cores=1,3,5,7
/proc/24422/task/24425/stat : 24425 (priss) R 24421 24421 22103 0 -1 4202560 32441 0 0 0 87510 28 0 0 25 0 5 0 497640059 787861504 136717 33554432000 4194304 5787044 140735665741952 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24422/tid=24426] ppid=24421 vsize=769396 CPUtime=875.26 cores=1,3,5,7
/proc/24422/task/24426/stat : 24426 (priss) R 24421 24421 22103 0 -1 4202560 30827 0 0 0 87494 32 0 0 25 0 5 0 497640064 787861504 136717 33554432000 4194304 5787044 140735665741952 18446744073709551615 5591219 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=24422/tid=24427] ppid=24421 vsize=769396 CPUtime=875.28 cores=1,3,5,7
/proc/24422/task/24427/stat : 24427 (priss) R 24421 24421 22103 0 -1 4202560 28827 0 0 0 87500 28 0 0 25 0 5 0 497640069 787861504 136717 33554432000 4194304 5787044 140735665741952 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3497.09
Current children cumulated vsize (KiB) 778096

[startup+876.501 s]
/proc/loadavg: 4.75 6.89 7.60 5/177 24467
/proc/meminfo: memFree=14421880/32951124 swapFree=67111528/67111528
[pid=24421] ppid=24419 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/24421/stat : 24421 (priss.sh) S 24419 24421 22103 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497640028 8908800 251 33554432000 4194304 4922060 140734810140944 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24421/statm: 2175 251 211 178 0 68 0
[pid=24422] ppid=24421 vsize=769396 CPUtime=3500.28 cores=1,3,5,7
/proc/24422/stat : 24422 (priss) S 24421 24421 22103 0 -1 4202496 153047 0 0 0 349918 110 0 0 18 0 5 0 497640028 787861504 136741 33554432000 4194304 5787044 140735665741952 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/24422/statm: 192349 136741 419 389 0 188099 0
[pid=24422/tid=24424] ppid=24421 vsize=769396 CPUtime=871.53 cores=1,3,5,7
/proc/24422/task/24424/stat : 24424 (priss) R 24421 24421 22103 0 -1 4202560 28383 0 0 0 87137 16 0 0 25 0 5 0 497640055 787861504 136741 33554432000 4194304 5787044 140735665741952 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=24422/tid=24425] ppid=24421 vsize=769396 CPUtime=876.18 cores=1,3,5,7
/proc/24422/task/24425/stat : 24425 (priss) R 24421 24421 22103 0 -1 4202560 32461 0 0 0 87590 28 0 0 25 0 5 0 497640059 787861504 136741 33554432000 4194304 5787044 140735665741952 18446744073709551615 5591603 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24422/tid=24426] ppid=24421 vsize=769396 CPUtime=876.06 cores=1,3,5,7
/proc/24422/task/24426/stat : 24426 (priss) R 24421 24421 22103 0 -1 4202560 30827 0 0 0 87574 32 0 0 25 0 5 0 497640064 787861504 136741 33554432000 4194304 5787044 140735665741952 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=24422/tid=24427] ppid=24421 vsize=769396 CPUtime=876.08 cores=1,3,5,7
/proc/24422/task/24427/stat : 24427 (priss) R 24421 24421 22103 0 -1 4202560 28828 0 0 0 87580 28 0 0 25 0 5 0 497640069 787861504 136741 33554432000 4194304 5787044 140735665741952 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3500.28
Current children cumulated vsize (KiB) 778096

[startup+877.306 s]
/proc/loadavg: 4.69 6.84 7.58 5/177 24467
/proc/meminfo: memFree=14421756/32951124 swapFree=67111528/67111528
[pid=24421] ppid=24419 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/24421/stat : 24421 (priss.sh) S 24419 24421 22103 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497640028 8908800 251 33554432000 4194304 4922060 140734810140944 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24421/statm: 2175 251 211 178 0 68 0
[pid=24422] ppid=24421 vsize=769396 CPUtime=3503.5 cores=1,3,5,7
/proc/24422/stat : 24422 (priss) S 24421 24421 22103 0 -1 4202496 153058 0 0 0 350240 110 0 0 18 0 5 0 497640028 787861504 136752 33554432000 4194304 5787044 140735665741952 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/24422/statm: 192349 136752 419 389 0 188099 0
[pid=24422/tid=24424] ppid=24421 vsize=769396 CPUtime=872.34 cores=1,3,5,7
/proc/24422/task/24424/stat : 24424 (priss) R 24421 24421 22103 0 -1 4202560 28383 0 0 0 87218 16 0 0 25 0 5 0 497640055 787861504 136752 33554432000 4194304 5787044 140735665741952 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=24422/tid=24425] ppid=24421 vsize=769396 CPUtime=876.99 cores=1,3,5,7
/proc/24422/task/24425/stat : 24425 (priss) R 24421 24421 22103 0 -1 4202560 32472 0 0 0 87671 28 0 0 25 0 5 0 497640059 787861504 136752 33554432000 4194304 5787044 140735665741952 18446744073709551615 5591592 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24422/tid=24426] ppid=24421 vsize=769396 CPUtime=876.86 cores=1,3,5,7
/proc/24422/task/24426/stat : 24426 (priss) R 24421 24421 22103 0 -1 4202560 30827 0 0 0 87654 32 0 0 25 0 5 0 497640064 787861504 136752 33554432000 4194304 5787044 140735665741952 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=24422/tid=24427] ppid=24421 vsize=769396 CPUtime=876.88 cores=1,3,5,7
/proc/24422/task/24427/stat : 24427 (priss) R 24421 24421 22103 0 -1 4202560 28828 0 0 0 87660 28 0 0 25 0 5 0 497640069 787861504 136752 33554432000 4194304 5787044 140735665741952 18446744073709551615 5534180 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3503.5
Current children cumulated vsize (KiB) 778096

[startup+877.7 s]
/proc/loadavg: 4.69 6.84 7.58 5/177 24467
/proc/meminfo: memFree=14421756/32951124 swapFree=67111528/67111528
[pid=24421] ppid=24419 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/24421/stat : 24421 (priss.sh) S 24419 24421 22103 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497640028 8908800 251 33554432000 4194304 4922060 140734810140944 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24421/statm: 2175 251 211 178 0 68 0
[pid=24422] ppid=24421 vsize=769396 CPUtime=3505.08 cores=1,3,5,7
/proc/24422/stat : 24422 (priss) S 24421 24421 22103 0 -1 4202496 154043 0 0 0 350397 111 0 0 18 0 5 0 497640028 787861504 137737 33554432000 4194304 5787044 140735665741952 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/24422/statm: 192349 137737 431 389 0 188099 0
[pid=24422/tid=24424] ppid=24421 vsize=769396 CPUtime=872.73 cores=1,3,5,7
/proc/24422/task/24424/stat : 24424 (priss) R 24421 24421 22103 0 -1 4202560 28383 0 0 0 87257 16 0 0 25 0 5 0 497640055 787861504 137737 33554432000 4194304 5787044 140735665741952 18446744073709551615 5590446 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=24422/tid=24425] ppid=24421 vsize=769396 CPUtime=877.38 cores=1,3,5,7
/proc/24422/task/24425/stat : 24425 (priss) R 24421 24421 22103 0 -1 4202560 32491 0 0 0 87710 28 0 0 25 0 5 0 497640059 787861504 137737 33554432000 4194304 5787044 140735665741952 18446744073709551615 233509946456 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24422/tid=24426] ppid=24421 vsize=769396 CPUtime=877.25 cores=1,3,5,7
/proc/24422/task/24426/stat : 24426 (priss) R 24421 24421 22103 0 -1 4202560 30827 0 0 0 87693 32 0 0 25 0 5 0 497640064 787861504 137737 33554432000 4194304 5787044 140735665741952 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=24422/tid=24427] ppid=24421 vsize=769396 CPUtime=877.27 cores=1,3,5,7
/proc/24422/task/24427/stat : 24427 (priss) R 24421 24421 22103 0 -1 4202560 29794 0 0 0 87699 28 0 0 25 0 5 0 497640069 787861504 137737 33554432000 4194304 5787044 140735665741952 18446744073709551615 4350276 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3505.08
Current children cumulated vsize (KiB) 778096

[startup+877.8 s]
/proc/loadavg: 4.69 6.84 7.58 5/177 24467
/proc/meminfo: memFree=14421756/32951124 swapFree=67111528/67111528
[pid=24421] ppid=24419 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/24421/stat : 24421 (priss.sh) S 24419 24421 22103 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497640028 8908800 251 33554432000 4194304 4922060 140734810140944 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24421/statm: 2175 251 211 178 0 68 0
[pid=24422] ppid=24421 vsize=662916 CPUtime=3505.37 cores=1,3,5,7
/proc/24422/stat : 24422 (priss) R 24421 24421 22103 0 -1 4202496 155059 0 0 0 350426 111 0 0 17 0 1 0 497640028 678825984 113571 33554432000 4194304 5787044 140735665741952 18446744073709551615 233510340743 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/24422/statm: 165729 113571 484 389 0 161479 0
Current children cumulated CPU time (s) 3505.37
Current children cumulated vsize (KiB) 671616

Child status: 20
Real time (s): 877.822
CPU time (s): 3505.4
CPU user time (s): 3504.26
CPU system time (s): 1.14083
CPU usage (%): 399.329
Max. virtual memory (cumulated for all children) (KiB): 778096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3504.26
system time used= 1.14083
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 155397
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= 5613
involuntary context switches= 24018

runsolver used 1.06984 second user time and 3.71843 second system time

The end

Launcher Data

Begin job on node145 at 2011-04-29 06:44:02
IDJOB=3288423
IDBENCH=82496
IDSOLVER=1603
FILE ID=node145/3288423-1304052241
RUNJOBID= node145-1304036411-22122
PBS_JOBID= 13170354
Free space on /tmp= 72168 MiB

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

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

MD5SUM BENCH= 254fcd4eae8129ad5842f186e24e0793
RANDOM SEED=425844382

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:      14521420 kB
Buffers:       2099804 kB
Cached:       15263036 kB
SwapCached:          0 kB
Active:        5651056 kB
Inactive:     12206284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14521420 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           18668 kB
Writeback:           0 kB
AnonPages:      494220 kB
Mapped:          15624 kB
Slab:           508972 kB
PageTables:       5452 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   720868 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= 72188 MiB
End job on node145 at 2011-04-29 06:58:40