Trace number 3265948

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 2284.72 571.988

General information on the benchmark

NameSAT05/crafted/sorge05/QG7/
dead-dnd003.shuffled-as.sat05-3109.cnf
MD5SUMd6a882056a7d77e09b3b073fbf028602
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark132.756
Satisfiable
(Un)Satisfiability was proved
Number of variables468
Number of clauses11753
Sum of the clauses size40843
Maximum clause length13
Minimum clause length1
Number of clauses of size 142
Number of clauses of size 21122
Number of clauses of size 38729
Number of clauses of size 4277
Number of clauses of size 5279
Number of clauses of size over 51304

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: 23779
0.00/0.00	c parsetime: 3826us
0.00/0.00	c parsed 11753 clauses with 468 variables
0.00/0.00	c NW started thread 0 successfully (1109260608)
0.00/0.01	c NW started thread 1 successfully (1087011136)
0.00/0.01	c NW started thread 2 successfully (1119750464)
0.00/0.01	c NW started thread 3 successfully (1130240320)
0.00/0.67	c preprocessor returned 10026 variables
0.00/0.67	c preprocessing returned UNKNOWN
0.00/0.67	c PP set 56 variables
0.00/0.67	c pp time: 659379us (0s)
0.00/0.67	c preprocessor returned 10026 variables
0.00/0.67	c preprocessing returned UNKNOWN
0.00/0.67	c PP set 56 variables
0.00/0.67	c pp time: 657863us (0s)
0.00/0.67	c preprocessor returned 10026 variables
0.00/0.67	c preprocessing returned UNKNOWN
0.00/0.67	c PP set 56 variables
0.00/0.67	c pp time: 658175us (0s)
32.70/8.30	c preprocessor returned 30013 variables
32.70/8.30	c preprocessing returned UNKNOWN
32.70/8.30	c PP set 56 variables
32.70/8.30	c pp time: 8284401us (8s)
2283.99/571.86	c ====================
2283.99/571.86	c implication/decision inf%(inf)
2283.99/571.86	c decisions:           1102848
2283.99/571.86	c last level:          0
2283.99/571.86	c conflicts:           816043
2283.99/571.86	c restarts:            5408
2283.99/571.86	c rejected_restarts    0
2283.99/571.86	c removals:            19
2283.99/571.86	c removed clauses:     560225
2283.99/571.86	c oft clauses:         0
2284.39/571.97	c solvetime: 571305343us (571s)
2284.39/571.97	c sended clauses   | 9288 | 10418 | 16345 | 8547 |
2284.39/571.97	c received clauses | 0 | 4 | 8 | 6 |
2284.39/571.97	c join all other threads
2284.39/571.97	c joined thread 0
2284.39/571.97	c joined thread 1
2284.39/571.97	c joined thread 2
2284.39/571.97	c joined thread 3
2284.39/571.97	c memory usage (vsize): 326 MB
2284.39/571.97	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: 977)

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-3265948-1307647761/watcher-3265948-1307647761 -o /tmp/evaluation-result-3265948-1307647761/solver-3265948-1307647761 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3265948-1307647761.cnf 739065608 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: 7.70 8.02 8.06 6/182 23778
/proc/meminfo: memFree=31804528/32951124 swapFree=67056304/67111528
[pid=23778] ppid=23776 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23778/stat : 23778 (priss.sh) S 23776 23778 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 955006706 8908800 251 33554432000 4194304 4922060 140735109651744 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23778/statm: 2175 251 211 178 0 68 0

[startup+0.130273 s]
/proc/loadavg: 7.70 8.02 8.06 6/182 23778
/proc/meminfo: memFree=31804528/32951124 swapFree=67056304/67111528
[pid=23778] ppid=23776 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23778/stat : 23778 (priss.sh) S 23776 23778 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 955006706 8908800 251 33554432000 4194304 4922060 140735109651744 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23778/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.235089 s]
/proc/loadavg: 7.70 8.02 8.06 6/182 23778
/proc/meminfo: memFree=31804528/32951124 swapFree=67056304/67111528
[pid=23778] ppid=23776 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23778/stat : 23778 (priss.sh) S 23776 23778 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 955006706 8908800 251 33554432000 4194304 4922060 140735109651744 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23778/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301077 s]
/proc/loadavg: 7.70 8.02 8.06 6/182 23778
/proc/meminfo: memFree=31804528/32951124 swapFree=67056304/67111528
[pid=23778] ppid=23776 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23778/stat : 23778 (priss.sh) S 23776 23778 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 955006706 8908800 251 33554432000 4194304 4922060 140735109651744 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23778/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701005 s]
/proc/loadavg: 7.70 8.02 8.06 6/182 23778
/proc/meminfo: memFree=31804528/32951124 swapFree=67056304/67111528
[pid=23778] ppid=23776 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23778/stat : 23778 (priss.sh) S 23776 23778 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 955006706 8908800 251 33554432000 4194304 4922060 140735109651744 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23778/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50086 s]
/proc/loadavg: 7.70 8.02 8.06 10/188 23784
/proc/meminfo: memFree=31778712/32951124 swapFree=67056304/67111528
[pid=23778] ppid=23776 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23778/stat : 23778 (priss.sh) S 23776 23778 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 955006706 8908800 251 33554432000 4194304 4922060 140735109651744 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23778/statm: 2175 251 211 178 0 68 0
[pid=23779] ppid=23778 vsize=275120 CPUtime=5.94 cores=1,3,5,7
/proc/23779/stat : 23779 (priss) S 23778 23778 21841 0 -1 4202496 8390 0 0 0 591 3 0 0 18 0 5 0 955006706 281722880 7188 33554432000 4194304 5787044 140734562170336 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/23779/statm: 68780 7188 405 389 0 64530 0
[pid=23779/tid=23781] ppid=23778 vsize=275120 CPUtime=1.48 cores=1,3,5,7
/proc/23779/task/23781/stat : 23781 (priss) R 23778 23778 21841 0 -1 4202560 1267 0 0 0 147 1 0 0 19 0 5 0 955006707 281722880 7188 33554432000 4194304 5787044 140734562170336 18446744073709551615 4254966 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23779/tid=23782] ppid=23778 vsize=275120 CPUtime=1.48 cores=1,3,5,7
/proc/23779/task/23782/stat : 23782 (priss) R 23778 23778 21841 0 -1 4202560 1692 0 0 0 147 1 0 0 20 0 5 0 955006707 281722880 7188 33554432000 4194304 5787044 140734562170336 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23779/tid=23783] ppid=23778 vsize=275120 CPUtime=1.48 cores=1,3,5,7
/proc/23779/task/23783/stat : 23783 (priss) R 23778 23778 21841 0 -1 4202560 1687 0 0 0 147 1 0 0 19 0 5 0 955006707 281722880 7188 33554432000 4194304 5787044 140734562170336 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23779/tid=23784] ppid=23778 vsize=275120 CPUtime=1.48 cores=1,3,5,7
/proc/23779/task/23784/stat : 23784 (priss) R 23778 23778 21841 0 -1 4202560 2153 0 0 0 148 0 0 0 23 0 5 0 955006707 281722880 7188 33554432000 4194304 5787044 140734562170336 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 283820

[startup+3.10056 s]
/proc/loadavg: 7.70 8.02 8.06 9/188 23784
/proc/meminfo: memFree=31774700/32951124 swapFree=67056304/67111528
[pid=23778] ppid=23776 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23778/stat : 23778 (priss.sh) S 23776 23778 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 955006706 8908800 251 33554432000 4194304 4922060 140735109651744 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23778/statm: 2175 251 211 178 0 68 0
[pid=23779] ppid=23778 vsize=276184 CPUtime=12.33 cores=1,3,5,7
/proc/23779/stat : 23779 (priss) S 23778 23778 21841 0 -1 4202496 9288 0 0 0 1229 4 0 0 18 0 5 0 955006706 282812416 8086 33554432000 4194304 5787044 140734562170336 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/23779/statm: 69046 8086 405 389 0 64796 0
[pid=23779/tid=23781] ppid=23778 vsize=276184 CPUtime=3.08 cores=1,3,5,7
/proc/23779/task/23781/stat : 23781 (priss) R 23778 23778 21841 0 -1 4202560 1537 0 0 0 307 1 0 0 25 0 5 0 955006707 282812416 8086 33554432000 4194304 5787044 140734562170336 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23779/tid=23782] ppid=23778 vsize=276184 CPUtime=3.07 cores=1,3,5,7
/proc/23779/task/23782/stat : 23782 (priss) R 23778 23778 21841 0 -1 4202560 2026 0 0 0 306 1 0 0 25 0 5 0 955006707 282812416 8086 33554432000 4194304 5787044 140734562170336 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23779/tid=23783] ppid=23778 vsize=276184 CPUtime=3.08 cores=1,3,5,7
/proc/23779/task/23783/stat : 23783 (priss) R 23778 23778 21841 0 -1 4202560 1981 0 0 0 307 1 0 0 20 0 5 0 955006707 282812416 8086 33554432000 4194304 5787044 140734562170336 18446744073709551615 4234919 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23779/tid=23784] ppid=23778 vsize=276184 CPUtime=3.08 cores=1,3,5,7
/proc/23779/task/23784/stat : 23784 (priss) R 23778 23778 21841 0 -1 4202560 2153 0 0 0 308 0 0 0 25 0 5 0 955006707 282812416 8086 33554432000 4194304 5787044 140734562170336 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 284884

[startup+6.30096 s]
/proc/loadavg: 7.72 8.02 8.06 9/188 23784
/proc/meminfo: memFree=31769988/32951124 swapFree=67056304/67111528
[pid=23778] ppid=23776 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23778/stat : 23778 (priss.sh) S 23776 23778 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 955006706 8908800 251 33554432000 4194304 4922060 140735109651744 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23778/statm: 2175 251 211 178 0 68 0
[pid=23779] ppid=23778 vsize=281480 CPUtime=25.12 cores=1,3,5,7
/proc/23779/stat : 23779 (priss) S 23778 23778 21841 0 -1 4202496 11383 0 0 0 2507 5 0 0 18 0 5 0 955006706 288235520 10181 33554432000 4194304 5787044 140734562170336 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/23779/statm: 70370 10181 405 389 0 66120 0
[pid=23779/tid=23781] ppid=23778 vsize=281480 CPUtime=6.28 cores=1,3,5,7
/proc/23779/task/23781/stat : 23781 (priss) R 23778 23778 21841 0 -1 4202560 1844 0 0 0 627 1 0 0 25 0 5 0 955006707 288235520 10181 33554432000 4194304 5787044 140734562170336 18446744073709551615 4238736 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23779/tid=23782] ppid=23778 vsize=281480 CPUtime=6.25 cores=1,3,5,7
/proc/23779/task/23782/stat : 23782 (priss) R 23778 23778 21841 0 -1 4202560 3427 0 0 0 624 1 0 0 25 0 5 0 955006707 288235520 10181 33554432000 4194304 5787044 140734562170336 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23779/tid=23783] ppid=23778 vsize=281480 CPUtime=6.28 cores=1,3,5,7
/proc/23779/task/23783/stat : 23783 (priss) R 23778 23778 21841 0 -1 4202560 2368 0 0 0 627 1 0 0 25 0 5 0 955006707 288235520 10181 33554432000 4194304 5787044 140734562170336 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23779/tid=23784] ppid=23778 vsize=281480 CPUtime=6.28 cores=1,3,5,7
/proc/23779/task/23784/stat : 23784 (priss) R 23778 23778 21841 0 -1 4202560 2153 0 0 0 628 0 0 0 25 0 5 0 955006707 288235520 10181 33554432000 4194304 5787044 140734562170336 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 290180

[startup+12.7008 s]
/proc/loadavg: 7.75 8.02 8.06 9/188 23784
/proc/meminfo: memFree=31752236/32951124 swapFree=67056304/67111528
[pid=23778] ppid=23776 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23778/stat : 23778 (priss.sh) S 23776 23778 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 955006706 8908800 251 33554432000 4194304 4922060 140735109651744 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23778/statm: 2175 251 211 178 0 68 0
[pid=23779] ppid=23778 vsize=284044 CPUtime=50.68 cores=1,3,5,7
/proc/23779/stat : 23779 (priss) S 23778 23778 21841 0 -1 4202496 15247 0 0 0 5062 6 0 0 18 0 5 0 955006706 290861056 13139 33554432000 4194304 5787044 140734562170336 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/23779/statm: 71011 13139 419 389 0 66761 0
[pid=23779/tid=23781] ppid=23778 vsize=284044 CPUtime=12.67 cores=1,3,5,7
/proc/23779/task/23781/stat : 23781 (priss) R 23778 23778 21841 0 -1 4202560 2439 0 0 0 1266 1 0 0 25 0 5 0 955006707 290861056 13139 33554432000 4194304 5787044 140734562170336 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23779/tid=23782] ppid=23778 vsize=284044 CPUtime=12.62 cores=1,3,5,7
/proc/23779/task/23782/stat : 23782 (priss) R 23778 23778 21841 0 -1 4202560 3881 0 0 0 1260 2 0 0 25 0 5 0 955006707 290861056 13139 33554432000 4194304 5787044 140734562170336 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23779/tid=23783] ppid=23778 vsize=284044 CPUtime=12.67 cores=1,3,5,7
/proc/23779/task/23783/stat : 23783 (priss) R 23778 23778 21841 0 -1 4202560 2893 0 0 0 1266 1 0 0 25 0 5 0 955006707 290861056 13139 33554432000 4194304 5787044 140734562170336 18446744073709551615 4220688 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23779/tid=23784] ppid=23778 vsize=284044 CPUtime=12.67 cores=1,3,5,7
/proc/23779/task/23784/stat : 23784 (priss) R 23778 23778 21841 0 -1 4202560 4443 0 0 0 1267 0 0 0 25 0 5 0 955006707 290861056 13139 33554432000 4194304 5787044 140734562170336 18446744073709551615 5528404 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 292744

[startup+25.5004 s]
/proc/loadavg: 7.80 8.02 8.06 9/188 23784
/proc/meminfo: memFree=31737120/32951124 swapFree=67056304/67111528
[pid=23778] ppid=23776 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23778/stat : 23778 (priss.sh) S 23776 23778 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 955006706 8908800 251 33554432000 4194304 4922060 140735109651744 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23778/statm: 2175 251 211 178 0 68 0
[pid=23779] ppid=23778 vsize=290772 CPUtime=101.81 cores=1,3,5,7
/proc/23779/stat : 23779 (priss) S 23778 23778 21841 0 -1 4202496 19123 0 0 0 10170 11 0 0 18 0 5 0 955006706 297750528 17015 33554432000 4194304 5787044 140734562170336 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/23779/statm: 72693 17015 419 389 0 68443 0
[pid=23779/tid=23781] ppid=23778 vsize=290772 CPUtime=25.47 cores=1,3,5,7
/proc/23779/task/23781/stat : 23781 (priss) R 23778 23778 21841 0 -1 4202560 3094 0 0 0 2545 2 0 0 25 0 5 0 955006707 297750528 17015 33554432000 4194304 5787044 140734562170336 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23779/tid=23782] ppid=23778 vsize=290772 CPUtime=25.35 cores=1,3,5,7
/proc/23779/task/23782/stat : 23782 (priss) R 23778 23778 21841 0 -1 4202560 4521 0 0 0 2532 3 0 0 25 0 5 0 955006707 297750528 17015 33554432000 4194304 5787044 140734562170336 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23779/tid=23783] ppid=23778 vsize=290772 CPUtime=25.48 cores=1,3,5,7
/proc/23779/task/23783/stat : 23783 (priss) R 23778 23778 21841 0 -1 4202560 4483 0 0 0 2545 3 0 0 25 0 5 0 955006707 297750528 17015 33554432000 4194304 5787044 140734562170336 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23779/tid=23784] ppid=23778 vsize=290772 CPUtime=25.47 cores=1,3,5,7
/proc/23779/task/23784/stat : 23784 (priss) R 23778 23778 21841 0 -1 4202560 5434 0 0 0 2546 1 0 0 25 0 5 0 955006707 297750528 17015 33554432000 4194304 5787044 140734562170336 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 299472

[startup+51.1006 s]
/proc/loadavg: 7.93 8.03 8.06 9/188 23785
/proc/meminfo: memFree=31721684/32951124 swapFree=67056304/67111528
[pid=23778] ppid=23776 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23778/stat : 23778 (priss.sh) S 23776 23778 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 955006706 8908800 251 33554432000 4194304 4922060 140735109651744 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23778/statm: 2175 251 211 178 0 68 0
[pid=23779] ppid=23778 vsize=295768 CPUtime=204.07 cores=1,3,5,7
/proc/23779/stat : 23779 (priss) S 23778 23778 21841 0 -1 4202496 23014 0 0 0 20390 17 0 0 18 0 5 0 955006706 302866432 20904 33554432000 4194304 5787044 140734562170336 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/23779/statm: 73942 20904 419 389 0 69692 0
[pid=23779/tid=23781] ppid=23778 vsize=295768 CPUtime=51.08 cores=1,3,5,7
/proc/23779/task/23781/stat : 23781 (priss) R 23778 23778 21841 0 -1 4202560 4277 0 0 0 5105 3 0 0 25 0 5 0 955006707 302866432 20904 33554432000 4194304 5787044 140734562170336 18446744073709551615 4229360 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23779/tid=23782] ppid=23778 vsize=295768 CPUtime=50.8 cores=1,3,5,7
/proc/23779/task/23782/stat : 23782 (priss) R 23778 23778 21841 0 -1 4202560 5652 0 0 0 5075 5 0 0 25 0 5 0 955006707 302866432 20904 33554432000 4194304 5787044 140734562170336 18446744073709551615 5591356 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23779/tid=23783] ppid=23778 vsize=295768 CPUtime=51.07 cores=1,3,5,7
/proc/23779/task/23783/stat : 23783 (priss) R 23778 23778 21841 0 -1 4202560 5389 0 0 0 5103 4 0 0 25 0 5 0 955006707 302866432 20904 33554432000 4194304 5787044 140734562170336 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23779/tid=23784] ppid=23778 vsize=295768 CPUtime=51.07 cores=1,3,5,7
/proc/23779/task/23784/stat : 23784 (priss) R 23778 23778 21841 0 -1 4202560 6105 0 0 0 5105 2 0 0 25 0 5 0 955006707 302866432 20904 33554432000 4194304 5787044 140734562170336 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 204.07
Current children cumulated vsize (KiB) 304468

[startup+102.301 s]
/proc/loadavg: 8.04 8.04 8.06 9/188 23786
/proc/meminfo: memFree=31695976/32951124 swapFree=67056304/67111528
[pid=23778] ppid=23776 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23778/stat : 23778 (priss.sh) S 23776 23778 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 955006706 8908800 251 33554432000 4194304 4922060 140735109651744 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23778/statm: 2175 251 211 178 0 68 0
[pid=23779] ppid=23778 vsize=304064 CPUtime=408.6 cores=1,3,5,7
/proc/23779/stat : 23779 (priss) S 23778 23778 21841 0 -1 4202496 29279 0 0 0 40833 27 0 0 18 0 5 0 955006706 311361536 27121 33554432000 4194304 5787044 140734562170336 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/23779/statm: 76016 27121 419 389 0 71766 0
[pid=23779/tid=23781] ppid=23778 vsize=304064 CPUtime=102.28 cores=1,3,5,7
/proc/23779/task/23781/stat : 23781 (priss) R 23778 23778 21841 0 -1 4202560 5351 0 0 0 10224 4 0 0 25 0 5 0 955006707 311361536 27121 33554432000 4194304 5787044 140734562170336 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23779/tid=23782] ppid=23778 vsize=304064 CPUtime=101.72 cores=1,3,5,7
/proc/23779/task/23782/stat : 23782 (priss) R 23778 23778 21841 0 -1 4202560 6789 0 0 0 10164 8 0 0 25 0 5 0 955006707 311361536 27121 33554432000 4194304 5787044 140734562170336 18446744073709551615 5591219 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23779/tid=23783] ppid=23778 vsize=304064 CPUtime=102.27 cores=1,3,5,7
/proc/23779/task/23783/stat : 23783 (priss) R 23778 23778 21841 0 -1 4202560 6721 0 0 0 10220 7 0 0 25 0 5 0 955006707 311361536 27121 33554432000 4194304 5787044 140734562170336 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23779/tid=23784] ppid=23778 vsize=304064 CPUtime=102.29 cores=1,3,5,7

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

[pid=23779/tid=23781] ppid=23778 vsize=346456 CPUtime=537.58 cores=1,3,5,7
/proc/23779/task/23781/stat : 23781 (priss) R 23778 23778 21841 0 -1 4202560 12432 0 0 0 53749 9 0 0 25 0 5 0 955006707 354770944 52832 33554432000 4194304 5787044 140734562170336 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23779/tid=23782] ppid=23778 vsize=346456 CPUtime=534.66 cores=1,3,5,7
/proc/23779/task/23782/stat : 23782 (priss) R 23778 23778 21841 0 -1 4202560 13302 0 0 0 53450 16 0 0 25 0 5 0 955006707 354770944 52832 33554432000 4194304 5787044 140734562170336 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23779/tid=23783] ppid=23778 vsize=346456 CPUtime=537.52 cores=1,3,5,7
/proc/23779/task/23783/stat : 23783 (priss) R 23778 23778 21841 0 -1 4202560 12004 0 0 0 53736 16 0 0 25 0 5 0 955006707 354770944 52832 33554432000 4194304 5787044 140734562170336 18446744073709551615 4254531 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23779/tid=23784] ppid=23778 vsize=346456 CPUtime=537.58 cores=1,3,5,7
/proc/23779/task/23784/stat : 23784 (priss) R 23778 23778 21841 0 -1 4202560 16122 0 0 0 53743 15 0 0 25 0 5 0 955006707 354770944 52832 33554432000 4194304 5787044 140734562170336 18446744073709551615 4254652 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2147.38
Current children cumulated vsize (KiB) 355156

[startup+550.401 s]
/proc/loadavg: 8.12 8.08 8.06 9/188 23842
/proc/meminfo: memFree=31398108/32951124 swapFree=67056304/67111528
[pid=23778] ppid=23776 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23778/stat : 23778 (priss.sh) S 23776 23778 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 955006706 8908800 251 33554432000 4194304 4922060 140735109651744 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23778/statm: 2175 251 211 178 0 68 0
[pid=23779] ppid=23778 vsize=346456 CPUtime=2198.51 cores=1,3,5,7
/proc/23779/stat : 23779 (priss) S 23778 23778 21841 0 -1 4202496 55479 0 0 0 219794 57 0 0 18 0 5 0 955006706 354770944 52860 33554432000 4194304 5787044 140734562170336 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/23779/statm: 86614 52860 419 389 0 82364 0
[pid=23779/tid=23781] ppid=23778 vsize=346456 CPUtime=550.38 cores=1,3,5,7
/proc/23779/task/23781/stat : 23781 (priss) R 23778 23778 21841 0 -1 4202560 12455 0 0 0 55029 9 0 0 25 0 5 0 955006707 354770944 52860 33554432000 4194304 5787044 140734562170336 18446744073709551615 5586602 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23779/tid=23782] ppid=23778 vsize=346456 CPUtime=547.39 cores=1,3,5,7
/proc/23779/task/23782/stat : 23782 (priss) R 23778 23778 21841 0 -1 4202560 13305 0 0 0 54723 16 0 0 25 0 5 0 955006707 354770944 52860 33554432000 4194304 5787044 140734562170336 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23779/tid=23783] ppid=23778 vsize=346456 CPUtime=550.32 cores=1,3,5,7
/proc/23779/task/23783/stat : 23783 (priss) R 23778 23778 21841 0 -1 4202560 12006 0 0 0 55016 16 0 0 25 0 5 0 955006707 354770944 52860 33554432000 4194304 5787044 140734562170336 18446744073709551615 5591564 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23779/tid=23784] ppid=23778 vsize=346456 CPUtime=550.38 cores=1,3,5,7
/proc/23779/task/23784/stat : 23784 (priss) R 23778 23778 21841 0 -1 4202560 16122 0 0 0 55023 15 0 0 25 0 5 0 955006707 354770944 52860 33554432000 4194304 5787044 140734562170336 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2198.51
Current children cumulated vsize (KiB) 355156

[startup+563.201 s]
/proc/loadavg: 8.09 8.08 8.06 9/188 23843
/proc/meminfo: memFree=31397960/32951124 swapFree=67056304/67111528
[pid=23778] ppid=23776 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23778/stat : 23778 (priss.sh) S 23776 23778 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 955006706 8908800 251 33554432000 4194304 4922060 140735109651744 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23778/statm: 2175 251 211 178 0 68 0
[pid=23779] ppid=23778 vsize=346616 CPUtime=2249.66 cores=1,3,5,7
/proc/23779/stat : 23779 (priss) S 23778 23778 21841 0 -1 4202496 55501 0 0 0 224909 57 0 0 18 0 5 0 955006706 354934784 52882 33554432000 4194304 5787044 140734562170336 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/23779/statm: 86654 52882 419 389 0 82404 0
[pid=23779/tid=23781] ppid=23778 vsize=346616 CPUtime=563.19 cores=1,3,5,7
/proc/23779/task/23781/stat : 23781 (priss) R 23778 23778 21841 0 -1 4202560 12475 0 0 0 56310 9 0 0 25 0 5 0 955006707 354934784 52882 33554432000 4194304 5787044 140734562170336 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23779/tid=23782] ppid=23778 vsize=346616 CPUtime=560.12 cores=1,3,5,7
/proc/23779/task/23782/stat : 23782 (priss) R 23778 23778 21841 0 -1 4202560 13305 0 0 0 55996 16 0 0 25 0 5 0 955006707 354934784 52882 33554432000 4194304 5787044 140734562170336 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23779/tid=23783] ppid=23778 vsize=346616 CPUtime=563.13 cores=1,3,5,7
/proc/23779/task/23783/stat : 23783 (priss) R 23778 23778 21841 0 -1 4202560 12007 0 0 0 56297 16 0 0 25 0 5 0 955006707 354934784 52882 33554432000 4194304 5787044 140734562170336 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23779/tid=23784] ppid=23778 vsize=346616 CPUtime=563.19 cores=1,3,5,7
/proc/23779/task/23784/stat : 23784 (priss) R 23778 23778 21841 0 -1 4202560 16123 0 0 0 56304 15 0 0 25 0 5 0 955006707 354934784 52882 33554432000 4194304 5787044 140734562170336 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2249.66
Current children cumulated vsize (KiB) 355316

[startup+566.401 s]
/proc/loadavg: 8.09 8.08 8.06 9/188 23843
/proc/meminfo: memFree=31397960/32951124 swapFree=67056304/67111528
[pid=23778] ppid=23776 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23778/stat : 23778 (priss.sh) S 23776 23778 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 955006706 8908800 251 33554432000 4194304 4922060 140735109651744 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23778/statm: 2175 251 211 178 0 68 0
[pid=23779] ppid=23778 vsize=346616 CPUtime=2262.42 cores=1,3,5,7
/proc/23779/stat : 23779 (priss) S 23778 23778 21841 0 -1 4202496 55506 0 0 0 226185 57 0 0 18 0 5 0 955006706 354934784 52887 33554432000 4194304 5787044 140734562170336 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/23779/statm: 86654 52887 419 389 0 82404 0
[pid=23779/tid=23781] ppid=23778 vsize=346616 CPUtime=566.38 cores=1,3,5,7
/proc/23779/task/23781/stat : 23781 (priss) R 23778 23778 21841 0 -1 4202560 12475 0 0 0 56629 9 0 0 25 0 5 0 955006707 354934784 52887 33554432000 4194304 5787044 140734562170336 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23779/tid=23782] ppid=23778 vsize=346616 CPUtime=563.3 cores=1,3,5,7
/proc/23779/task/23782/stat : 23782 (priss) R 23778 23778 21841 0 -1 4202560 13305 0 0 0 56314 16 0 0 25 0 5 0 955006707 354934784 52887 33554432000 4194304 5787044 140734562170336 18446744073709551615 5591298 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23779/tid=23783] ppid=23778 vsize=346616 CPUtime=566.32 cores=1,3,5,7
/proc/23779/task/23783/stat : 23783 (priss) R 23778 23778 21841 0 -1 4202560 12012 0 0 0 56616 16 0 0 25 0 5 0 955006707 354934784 52887 33554432000 4194304 5787044 140734562170336 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23779/tid=23784] ppid=23778 vsize=346616 CPUtime=566.38 cores=1,3,5,7
/proc/23779/task/23784/stat : 23784 (priss) R 23778 23778 21841 0 -1 4202560 16123 0 0 0 56623 15 0 0 25 0 5 0 955006707 354934784 52887 33554432000 4194304 5787044 140734562170336 18446744073709551615 260020054759 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2262.42
Current children cumulated vsize (KiB) 355316

[startup+569.6 s]
/proc/loadavg: 8.08 8.08 8.06 9/188 23845
/proc/meminfo: memFree=31397588/32951124 swapFree=67056304/67111528
[pid=23778] ppid=23776 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23778/stat : 23778 (priss.sh) S 23776 23778 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 955006706 8908800 251 33554432000 4194304 4922060 140735109651744 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23778/statm: 2175 251 211 178 0 68 0
[pid=23779] ppid=23778 vsize=346616 CPUtime=2275.2 cores=1,3,5,7
/proc/23779/stat : 23779 (priss) S 23778 23778 21841 0 -1 4202496 55507 0 0 0 227463 57 0 0 18 0 5 0 955006706 354934784 52888 33554432000 4194304 5787044 140734562170336 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/23779/statm: 86654 52888 419 389 0 82404 0
[pid=23779/tid=23781] ppid=23778 vsize=346616 CPUtime=569.58 cores=1,3,5,7
/proc/23779/task/23781/stat : 23781 (priss) R 23778 23778 21841 0 -1 4202560 12476 0 0 0 56949 9 0 0 25 0 5 0 955006707 354934784 52888 33554432000 4194304 5787044 140734562170336 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23779/tid=23782] ppid=23778 vsize=346616 CPUtime=566.48 cores=1,3,5,7
/proc/23779/task/23782/stat : 23782 (priss) R 23778 23778 21841 0 -1 4202560 13305 0 0 0 56632 16 0 0 25 0 5 0 955006707 354934784 52888 33554432000 4194304 5787044 140734562170336 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23779/tid=23783] ppid=23778 vsize=346616 CPUtime=569.52 cores=1,3,5,7
/proc/23779/task/23783/stat : 23783 (priss) R 23778 23778 21841 0 -1 4202560 12012 0 0 0 56936 16 0 0 25 0 5 0 955006707 354934784 52888 33554432000 4194304 5787044 140734562170336 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23779/tid=23784] ppid=23778 vsize=346616 CPUtime=569.58 cores=1,3,5,7
/proc/23779/task/23784/stat : 23784 (priss) R 23778 23778 21841 0 -1 4202560 16123 0 0 0 56943 15 0 0 25 0 5 0 955006707 354934784 52888 33554432000 4194304 5787044 140734562170336 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2275.2
Current children cumulated vsize (KiB) 355316

[startup+571.201 s]
/proc/loadavg: 8.08 8.08 8.06 9/188 23845
/proc/meminfo: memFree=31397464/32951124 swapFree=67056304/67111528
[pid=23778] ppid=23776 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23778/stat : 23778 (priss.sh) S 23776 23778 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 955006706 8908800 251 33554432000 4194304 4922060 140735109651744 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23778/statm: 2175 251 211 178 0 68 0
[pid=23779] ppid=23778 vsize=346872 CPUtime=2281.6 cores=1,3,5,7
/proc/23779/stat : 23779 (priss) S 23778 23778 21841 0 -1 4202496 55540 0 0 0 228103 57 0 0 18 0 5 0 955006706 355196928 52921 33554432000 4194304 5787044 140734562170336 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/23779/statm: 86718 52921 419 389 0 82468 0
[pid=23779/tid=23781] ppid=23778 vsize=346872 CPUtime=571.19 cores=1,3,5,7
/proc/23779/task/23781/stat : 23781 (priss) R 23778 23778 21841 0 -1 4202560 12509 0 0 0 57110 9 0 0 25 0 5 0 955006707 355196928 52921 33554432000 4194304 5787044 140734562170336 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23779/tid=23782] ppid=23778 vsize=346872 CPUtime=568.07 cores=1,3,5,7
/proc/23779/task/23782/stat : 23782 (priss) R 23778 23778 21841 0 -1 4202560 13305 0 0 0 56791 16 0 0 25 0 5 0 955006707 355196928 52921 33554432000 4194304 5787044 140734562170336 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23779/tid=23783] ppid=23778 vsize=346872 CPUtime=571.12 cores=1,3,5,7
/proc/23779/task/23783/stat : 23783 (priss) R 23778 23778 21841 0 -1 4202560 12012 0 0 0 57096 16 0 0 25 0 5 0 955006707 355196928 52921 33554432000 4194304 5787044 140734562170336 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23779/tid=23784] ppid=23778 vsize=346872 CPUtime=571.19 cores=1,3,5,7
/proc/23779/task/23784/stat : 23784 (priss) R 23778 23778 21841 0 -1 4202560 16123 0 0 0 57104 15 0 0 25 0 5 0 955006707 355196928 52921 33554432000 4194304 5787044 140734562170336 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2281.6
Current children cumulated vsize (KiB) 355572

[startup+571.601 s]
/proc/loadavg: 8.08 8.08 8.06 9/188 23845
/proc/meminfo: memFree=31397464/32951124 swapFree=67056304/67111528
[pid=23778] ppid=23776 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23778/stat : 23778 (priss.sh) S 23776 23778 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 955006706 8908800 251 33554432000 4194304 4922060 140735109651744 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23778/statm: 2175 251 211 178 0 68 0
[pid=23779] ppid=23778 vsize=346872 CPUtime=2283.19 cores=1,3,5,7
/proc/23779/stat : 23779 (priss) S 23778 23778 21841 0 -1 4202496 55540 0 0 0 228262 57 0 0 18 0 5 0 955006706 355196928 52921 33554432000 4194304 5787044 140734562170336 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/23779/statm: 86718 52921 419 389 0 82468 0
[pid=23779/tid=23781] ppid=23778 vsize=346872 CPUtime=571.59 cores=1,3,5,7
/proc/23779/task/23781/stat : 23781 (priss) R 23778 23778 21841 0 -1 4202560 12509 0 0 0 57150 9 0 0 25 0 5 0 955006707 355196928 52921 33554432000 4194304 5787044 140734562170336 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23779/tid=23782] ppid=23778 vsize=346872 CPUtime=568.47 cores=1,3,5,7
/proc/23779/task/23782/stat : 23782 (priss) R 23778 23778 21841 0 -1 4202560 13305 0 0 0 56831 16 0 0 25 0 5 0 955006707 355196928 52921 33554432000 4194304 5787044 140734562170336 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23779/tid=23783] ppid=23778 vsize=346872 CPUtime=571.52 cores=1,3,5,7
/proc/23779/task/23783/stat : 23783 (priss) R 23778 23778 21841 0 -1 4202560 12012 0 0 0 57136 16 0 0 25 0 5 0 955006707 355196928 52921 33554432000 4194304 5787044 140734562170336 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23779/tid=23784] ppid=23778 vsize=346872 CPUtime=571.59 cores=1,3,5,7
/proc/23779/task/23784/stat : 23784 (priss) R 23778 23778 21841 0 -1 4202560 16123 0 0 0 57144 15 0 0 25 0 5 0 955006707 355196928 52921 33554432000 4194304 5787044 140734562170336 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2283.19
Current children cumulated vsize (KiB) 355572

[startup+571.801 s]
/proc/loadavg: 8.08 8.08 8.06 9/188 23845
/proc/meminfo: memFree=31397464/32951124 swapFree=67056304/67111528
[pid=23778] ppid=23776 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23778/stat : 23778 (priss.sh) S 23776 23778 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 955006706 8908800 251 33554432000 4194304 4922060 140735109651744 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23778/statm: 2175 251 211 178 0 68 0
[pid=23779] ppid=23778 vsize=346872 CPUtime=2283.99 cores=1,3,5,7
/proc/23779/stat : 23779 (priss) S 23778 23778 21841 0 -1 4202496 55540 0 0 0 228342 57 0 0 18 0 5 0 955006706 355196928 52921 33554432000 4194304 5787044 140734562170336 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/23779/statm: 86718 52921 419 389 0 82468 0
[pid=23779/tid=23781] ppid=23778 vsize=346872 CPUtime=571.79 cores=1,3,5,7
/proc/23779/task/23781/stat : 23781 (priss) R 23778 23778 21841 0 -1 4202560 12509 0 0 0 57170 9 0 0 25 0 5 0 955006707 355196928 52921 33554432000 4194304 5787044 140734562170336 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23779/tid=23782] ppid=23778 vsize=346872 CPUtime=568.67 cores=1,3,5,7
/proc/23779/task/23782/stat : 23782 (priss) R 23778 23778 21841 0 -1 4202560 13305 0 0 0 56851 16 0 0 25 0 5 0 955006707 355196928 52921 33554432000 4194304 5787044 140734562170336 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23779/tid=23783] ppid=23778 vsize=346872 CPUtime=571.72 cores=1,3,5,7
/proc/23779/task/23783/stat : 23783 (priss) R 23778 23778 21841 0 -1 4202560 12012 0 0 0 57156 16 0 0 25 0 5 0 955006707 355196928 52921 33554432000 4194304 5787044 140734562170336 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23779/tid=23784] ppid=23778 vsize=346872 CPUtime=571.79 cores=1,3,5,7
/proc/23779/task/23784/stat : 23784 (priss) R 23778 23778 21841 0 -1 4202560 16123 0 0 0 57164 15 0 0 25 0 5 0 955006707 355196928 52921 33554432000 4194304 5787044 140734562170336 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2283.99
Current children cumulated vsize (KiB) 355572

[startup+571.901 s]
/proc/loadavg: 8.08 8.08 8.06 9/188 23845
/proc/meminfo: memFree=31397464/32951124 swapFree=67056304/67111528
[pid=23778] ppid=23776 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23778/stat : 23778 (priss.sh) S 23776 23778 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 955006706 8908800 251 33554432000 4194304 4922060 140735109651744 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23778/statm: 2175 251 211 178 0 68 0
[pid=23779] ppid=23778 vsize=346872 CPUtime=2284.39 cores=1,3,5,7
/proc/23779/stat : 23779 (priss) S 23778 23778 21841 0 -1 4202496 55552 0 0 0 228382 57 0 0 18 0 5 0 955006706 355196928 52933 33554432000 4194304 5787044 140734562170336 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/23779/statm: 86718 52933 431 389 0 82468 0
[pid=23779/tid=23781] ppid=23778 vsize=346872 CPUtime=571.89 cores=1,3,5,7
/proc/23779/task/23781/stat : 23781 (priss) R 23778 23778 21841 0 -1 4202560 12521 0 0 0 57180 9 0 0 25 0 5 0 955006707 355196928 52933 33554432000 4194304 5787044 140734562170336 18446744073709551615 260020053778 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23779/tid=23782] ppid=23778 vsize=346872 CPUtime=568.77 cores=1,3,5,7
/proc/23779/task/23782/stat : 23782 (priss) R 23778 23778 21841 0 -1 4202560 13305 0 0 0 56861 16 0 0 25 0 5 0 955006707 355196928 52933 33554432000 4194304 5787044 140734562170336 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23779/tid=23783] ppid=23778 vsize=346872 CPUtime=571.82 cores=1,3,5,7
/proc/23779/task/23783/stat : 23783 (priss) R 23778 23778 21841 0 -1 4202560 12012 0 0 0 57166 16 0 0 25 0 5 0 955006707 355196928 52933 33554432000 4194304 5787044 140734562170336 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23779/tid=23784] ppid=23778 vsize=346872 CPUtime=571.89 cores=1,3,5,7
/proc/23779/task/23784/stat : 23784 (priss) R 23778 23778 21841 0 -1 4202560 16123 0 0 0 57174 15 0 0 25 0 5 0 955006707 355196928 52933 33554432000 4194304 5787044 140734562170336 18446744073709551615 5527407 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2284.39
Current children cumulated vsize (KiB) 355572

Child status: 20
Real time (s): 571.988
CPU time (s): 2284.72
CPU user time (s): 2284.13
CPU system time (s): 0.59091
CPU usage (%): 399.435
Max. virtual memory (cumulated for all children) (KiB): 355572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2284.13
system time used= 0.59091
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55923
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= 2067
involuntary context switches= 16941

runsolver used 0.779881 second user time and 2.34764 second system time

The end

Launcher Data

Begin job on node110 at 2011-06-09 21:29:21
IDJOB=3265948
IDBENCH=85841
IDSOLVER=1603
FILE ID=node110/3265948-1307647761
RUNJOBID= node110-1307633277-21860
PBS_JOBID= 13549381
Free space on /tmp= 74168 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT05/crafted/sorge05/QG7/dead-dnd003.shuffled-as.sat05-3109.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3265948-1307647761/watcher-3265948-1307647761 -o /tmp/evaluation-result-3265948-1307647761/solver-3265948-1307647761 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3265948-1307647761.cnf 739065608 4800 15500 4

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

MD5SUM BENCH= d6a882056a7d77e09b3b073fbf028602
RANDOM SEED=739065608

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31805328 kB
Buffers:        228244 kB
Cached:         377760 kB
SwapCached:       8464 kB
Active:         620400 kB
Inactive:       300832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31805328 kB
SwapTotal:    67111528 kB
SwapFree:     67056304 kB
Dirty:            1588 kB
Writeback:           0 kB
AnonPages:      313952 kB
Mapped:          13752 kB
Slab:           160400 kB
PageTables:       5032 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   561960 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= 74164 MiB
End job on node110 at 2011-06-09 21:38:53