Trace number 3265947

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 AutoUNSAT 2258.7 565.472

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: 30959
0.00/0.00	c setup for 4cores
0.00/0.00	c parsetime: 3747us
0.00/0.00	c parsed 11753 clauses with 468 variables
0.00/0.00	c NW started thread 0 successfully (1092917568)
0.00/0.01	c NW started thread 1 successfully (1114810688)
0.00/0.01	c NW started thread 2 successfully (1125300544)
0.00/0.01	c NW started thread 3 successfully (1103407424)
0.00/0.81	c preprocessor returned 10026 variables
0.00/0.81	c preprocessing returned UNKNOWN
0.00/0.81	c PP set 56 variables
0.00/0.81	c pp time: 657040us (0s)
0.00/0.81	c preprocessor returned 10026 variables
0.00/0.81	c preprocessing returned UNKNOWN
0.00/0.81	c PP set 56 variables
0.00/0.81	c pp time: 656631us (0s)
0.00/0.81	c preprocessor returned 10026 variables
0.00/0.81	c preprocessing returned UNKNOWN
0.00/0.81	c PP set 56 variables
0.00/0.81	c pp time: 661616us (0s)
33.10/8.30	c preprocessor returned 30013 variables
33.10/8.30	c preprocessing returned UNKNOWN
33.10/8.30	c PP set 56 variables
33.10/8.30	c pp time: 8290728us (8s)
2258.08/565.36	c ====================
2258.08/565.36	c implication/decision inf%(inf)
2258.08/565.36	c decisions:           1082231
2258.08/565.36	c last level:          0
2258.08/565.36	c conflicts:           806312
2258.08/565.36	c restarts:            5343
2258.08/565.36	c rejected_restarts    0
2258.08/565.36	c removals:            19
2258.08/565.36	c removed clauses:     560223
2258.08/565.36	c oft clauses:         0
2258.47/565.45	c solvetime: 564788431us (564s)
2258.47/565.45	c sended clauses   | 9342 | 9454 | 16167 | 8773 |
2258.47/565.45	c received clauses | 10 | 14 | 14 | 16 |
2258.47/565.45	c join all other threads
2258.47/565.45	c joined thread 0
2258.47/565.46	c joined thread 1
2258.47/565.46	c joined thread 2
2258.47/565.46	c joined thread 3
2258.47/565.46	c memory usage (vsize): 323 MB
2258.47/565.46	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-3265947-1304070748/watcher-3265947-1304070748 -o /tmp/evaluation-result-3265947-1304070748/solver-3265947-1304070748 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3265947-1304070748.cnf 515671919 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.19 8.15 8.09 5/182 30958
/proc/meminfo: memFree=26401428/32951124 swapFree=67111524/67111528
[pid=30958] ppid=30956 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30958/stat : 30958 (prissAuto.sh) S 30956 30958 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499490291 8908800 251 33554432000 4194304 4922060 140733971418192 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30958/statm: 2175 251 211 178 0 68 0

[startup+0.060552 s]
/proc/loadavg: 8.19 8.15 8.09 5/182 30958
/proc/meminfo: memFree=26401428/32951124 swapFree=67111524/67111528
[pid=30958] ppid=30956 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30958/stat : 30958 (prissAuto.sh) S 30956 30958 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499490291 8908800 251 33554432000 4194304 4922060 140733971418192 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30958/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.160534 s]
/proc/loadavg: 8.19 8.15 8.09 5/182 30958
/proc/meminfo: memFree=26401428/32951124 swapFree=67111524/67111528
[pid=30958] ppid=30956 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30958/stat : 30958 (prissAuto.sh) S 30956 30958 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499490291 8908800 251 33554432000 4194304 4922060 140733971418192 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30958/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300507 s]
/proc/loadavg: 8.19 8.15 8.09 5/182 30958
/proc/meminfo: memFree=26401428/32951124 swapFree=67111524/67111528
[pid=30958] ppid=30956 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30958/stat : 30958 (prissAuto.sh) S 30956 30958 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499490291 8908800 251 33554432000 4194304 4922060 140733971418192 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30958/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700436 s]
/proc/loadavg: 8.19 8.15 8.09 5/182 30958
/proc/meminfo: memFree=26401428/32951124 swapFree=67111524/67111528
[pid=30958] ppid=30956 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30958/stat : 30958 (prissAuto.sh) S 30956 30958 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499490291 8908800 251 33554432000 4194304 4922060 140733971418192 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30958/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50029 s]
/proc/loadavg: 8.19 8.15 8.09 9/188 30964
/proc/meminfo: memFree=26375216/32951124 swapFree=67111524/67111528
[pid=30958] ppid=30956 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30958/stat : 30958 (prissAuto.sh) S 30956 30958 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499490291 8908800 251 33554432000 4194304 4922060 140733971418192 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30958/statm: 2175 251 211 178 0 68 0
[pid=30959] ppid=30958 vsize=276904 CPUtime=5.94 cores=1,3,5,7
/proc/30959/stat : 30959 (priss) S 30958 30958 30205 0 -1 4202496 7929 0 0 0 592 2 0 0 18 0 5 0 499490291 283549696 7247 33554432000 4194304 5787044 140735093565568 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/30959/statm: 69226 7247 405 389 0 64976 0
[pid=30959/tid=30961] ppid=30958 vsize=276904 CPUtime=1.47 cores=1,3,5,7
/proc/30959/task/30961/stat : 30961 (priss) R 30958 30958 30205 0 -1 4202560 1671 0 0 0 147 0 0 0 25 0 5 0 499490292 283549696 7247 33554432000 4194304 5787044 140735093565568 18446744073709551615 4220688 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30959/tid=30962] ppid=30958 vsize=276904 CPUtime=1.48 cores=1,3,5,7
/proc/30959/task/30962/stat : 30962 (priss) R 30958 30958 30205 0 -1 4202560 1866 0 0 0 148 0 0 0 20 0 5 0 499490292 283549696 7247 33554432000 4194304 5787044 140735093565568 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30959/tid=30963] ppid=30958 vsize=276904 CPUtime=1.47 cores=1,3,5,7
/proc/30959/task/30963/stat : 30963 (priss) R 30958 30958 30205 0 -1 4202560 699 0 0 0 147 0 0 0 25 0 5 0 499490292 283549696 7247 33554432000 4194304 5787044 140735093565568 18446744073709551615 5591564 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30959/tid=30964] ppid=30958 vsize=276904 CPUtime=1.48 cores=1,3,5,7
/proc/30959/task/30964/stat : 30964 (priss) R 30958 30958 30205 0 -1 4202560 2101 0 0 0 148 0 0 0 20 0 5 0 499490292 283549696 7247 33554432000 4194304 5787044 140735093565568 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 285604

[startup+3.10099 s]
/proc/loadavg: 8.19 8.15 8.09 9/188 30964
/proc/meminfo: memFree=26371680/32951124 swapFree=67111524/67111528
[pid=30958] ppid=30956 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30958/stat : 30958 (prissAuto.sh) S 30956 30958 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499490291 8908800 251 33554432000 4194304 4922060 140733971418192 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30958/statm: 2175 251 211 178 0 68 0
[pid=30959] ppid=30958 vsize=278092 CPUtime=12.33 cores=1,3,5,7
/proc/30959/stat : 30959 (priss) S 30958 30958 30205 0 -1 4202496 8833 0 0 0 1231 2 0 0 18 0 5 0 499490291 284766208 8151 33554432000 4194304 5787044 140735093565568 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/30959/statm: 69523 8151 405 389 0 65273 0
[pid=30959/tid=30961] ppid=30958 vsize=278092 CPUtime=3.06 cores=1,3,5,7
/proc/30959/task/30961/stat : 30961 (priss) R 30958 30958 30205 0 -1 4202560 1994 0 0 0 306 0 0 0 25 0 5 0 499490292 284766208 8151 33554432000 4194304 5787044 140735093565568 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30959/tid=30962] ppid=30958 vsize=278092 CPUtime=3.08 cores=1,3,5,7
/proc/30959/task/30962/stat : 30962 (priss) R 30958 30958 30205 0 -1 4202560 2163 0 0 0 308 0 0 0 25 0 5 0 499490292 284766208 8151 33554432000 4194304 5787044 140735093565568 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30959/tid=30963] ppid=30958 vsize=278092 CPUtime=3.07 cores=1,3,5,7
/proc/30959/task/30963/stat : 30963 (priss) R 30958 30958 30205 0 -1 4202560 983 0 0 0 307 0 0 0 25 0 5 0 499490292 284766208 8151 33554432000 4194304 5787044 140735093565568 18446744073709551615 4229340 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30959/tid=30964] ppid=30958 vsize=278092 CPUtime=3.08 cores=1,3,5,7
/proc/30959/task/30964/stat : 30964 (priss) R 30958 30958 30205 0 -1 4202560 2101 0 0 0 308 0 0 0 25 0 5 0 499490292 284766208 8151 33554432000 4194304 5787044 140735093565568 18446744073709551615 228095144921 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 286792

[startup+6.3004 s]
/proc/loadavg: 8.17 8.14 8.09 9/188 30964
/proc/meminfo: memFree=26366916/32951124 swapFree=67111524/67111528
[pid=30958] ppid=30956 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30958/stat : 30958 (prissAuto.sh) S 30956 30958 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499490291 8908800 251 33554432000 4194304 4922060 140733971418192 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30958/statm: 2175 251 211 178 0 68 0
[pid=30959] ppid=30958 vsize=283952 CPUtime=25.12 cores=1,3,5,7
/proc/30959/stat : 30959 (priss) S 30958 30958 30205 0 -1 4202496 10985 0 0 0 2508 4 0 0 18 0 5 0 499490291 290766848 10303 33554432000 4194304 5787044 140735093565568 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/30959/statm: 70988 10303 405 389 0 66738 0
[pid=30959/tid=30961] ppid=30958 vsize=283952 CPUtime=6.25 cores=1,3,5,7
/proc/30959/task/30961/stat : 30961 (priss) R 30958 30958 30205 0 -1 4202560 3315 0 0 0 624 1 0 0 25 0 5 0 499490292 290766848 10303 33554432000 4194304 5787044 140735093565568 18446744073709551615 4254537 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30959/tid=30962] ppid=30958 vsize=283952 CPUtime=6.28 cores=1,3,5,7
/proc/30959/task/30962/stat : 30962 (priss) R 30958 30958 30205 0 -1 4202560 2571 0 0 0 627 1 0 0 25 0 5 0 499490292 290766848 10303 33554432000 4194304 5787044 140735093565568 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30959/tid=30963] ppid=30958 vsize=283952 CPUtime=6.27 cores=1,3,5,7
/proc/30959/task/30963/stat : 30963 (priss) R 30958 30958 30205 0 -1 4202560 1406 0 0 0 627 0 0 0 25 0 5 0 499490292 290766848 10303 33554432000 4194304 5787044 140735093565568 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30959/tid=30964] ppid=30958 vsize=283952 CPUtime=6.28 cores=1,3,5,7
/proc/30959/task/30964/stat : 30964 (priss) R 30958 30958 30205 0 -1 4202560 2101 0 0 0 628 0 0 0 25 0 5 0 499490292 290766848 10303 33554432000 4194304 5787044 140735093565568 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 292652

[startup+12.7012 s]
/proc/loadavg: 8.24 8.16 8.10 9/188 30964
/proc/meminfo: memFree=26351808/32951124 swapFree=67111524/67111528
[pid=30958] ppid=30956 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30958/stat : 30958 (prissAuto.sh) S 30956 30958 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499490291 8908800 251 33554432000 4194304 4922060 140733971418192 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30958/statm: 2175 251 211 178 0 68 0
[pid=30959] ppid=30958 vsize=285040 CPUtime=50.68 cores=1,3,5,7
/proc/30959/stat : 30959 (priss) S 30958 30958 30205 0 -1 4202496 14265 0 0 0 5062 6 0 0 18 0 5 0 499490291 291880960 12611 33554432000 4194304 5787044 140735093565568 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/30959/statm: 71260 12611 419 389 0 67010 0
[pid=30959/tid=30961] ppid=30958 vsize=285040 CPUtime=12.61 cores=1,3,5,7
/proc/30959/task/30961/stat : 30961 (priss) R 30958 30958 30205 0 -1 4202560 3771 0 0 0 1259 2 0 0 25 0 5 0 499490292 291880960 12611 33554432000 4194304 5787044 140735093565568 18446744073709551615 4229595 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30959/tid=30962] ppid=30958 vsize=285040 CPUtime=12.68 cores=1,3,5,7
/proc/30959/task/30962/stat : 30962 (priss) R 30958 30958 30205 0 -1 4202560 2916 0 0 0 1267 1 0 0 25 0 5 0 499490292 291880960 12611 33554432000 4194304 5787044 140735093565568 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30959/tid=30963] ppid=30958 vsize=285040 CPUtime=12.67 cores=1,3,5,7
/proc/30959/task/30963/stat : 30963 (priss) R 30958 30958 30205 0 -1 4202560 1822 0 0 0 1266 1 0 0 25 0 5 0 499490292 291880960 12611 33554432000 4194304 5787044 140735093565568 18446744073709551615 5591741 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30959/tid=30964] ppid=30958 vsize=285040 CPUtime=12.68 cores=1,3,5,7
/proc/30959/task/30964/stat : 30964 (priss) R 30958 30958 30205 0 -1 4202560 4164 0 0 0 1268 0 0 0 25 0 5 0 499490292 291880960 12611 33554432000 4194304 5787044 140735093565568 18446744073709551615 5527508 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 293740

[startup+25.5008 s]
/proc/loadavg: 8.27 8.17 8.10 9/188 30964
/proc/meminfo: memFree=26341000/32951124 swapFree=67111524/67111528
[pid=30958] ppid=30956 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30958/stat : 30958 (prissAuto.sh) S 30956 30958 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499490291 8908800 251 33554432000 4194304 4922060 140733971418192 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30958/statm: 2175 251 211 178 0 68 0
[pid=30959] ppid=30958 vsize=287140 CPUtime=101.8 cores=1,3,5,7
/proc/30959/stat : 30959 (priss) S 30958 30958 30205 0 -1 4202496 17052 0 0 0 10170 10 0 0 18 0 5 0 499490291 294031360 15398 33554432000 4194304 5787044 140735093565568 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/30959/statm: 71785 15398 419 389 0 67535 0
[pid=30959/tid=30961] ppid=30958 vsize=287140 CPUtime=25.34 cores=1,3,5,7
/proc/30959/task/30961/stat : 30961 (priss) R 30958 30958 30205 0 -1 4202560 4337 0 0 0 2531 3 0 0 25 0 5 0 499490292 294031360 15398 33554432000 4194304 5787044 140735093565568 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30959/tid=30962] ppid=30958 vsize=287140 CPUtime=25.48 cores=1,3,5,7
/proc/30959/task/30962/stat : 30962 (priss) R 30958 30958 30205 0 -1 4202560 3528 0 0 0 2546 2 0 0 25 0 5 0 499490292 294031360 15398 33554432000 4194304 5787044 140735093565568 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30959/tid=30963] ppid=30958 vsize=287140 CPUtime=25.47 cores=1,3,5,7
/proc/30959/task/30963/stat : 30963 (priss) R 30958 30958 30205 0 -1 4202560 2549 0 0 0 2545 2 0 0 25 0 5 0 499490292 294031360 15398 33554432000 4194304 5787044 140735093565568 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30959/tid=30964] ppid=30958 vsize=287140 CPUtime=25.48 cores=1,3,5,7
/proc/30959/task/30964/stat : 30964 (priss) R 30958 30958 30205 0 -1 4202560 5046 0 0 0 2546 2 0 0 25 0 5 0 499490292 294031360 15398 33554432000 4194304 5787044 140735093565568 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 295840

[startup+51.1011 s]
/proc/loadavg: 8.17 8.15 8.10 9/188 30965
/proc/meminfo: memFree=26320120/32951124 swapFree=67111524/67111528
[pid=30958] ppid=30956 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30958/stat : 30958 (prissAuto.sh) S 30956 30958 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499490291 8908800 251 33554432000 4194304 4922060 140733971418192 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30958/statm: 2175 251 211 178 0 68 0
[pid=30959] ppid=30958 vsize=296696 CPUtime=204.07 cores=1,3,5,7
/proc/30959/stat : 30959 (priss) S 30958 30958 30205 0 -1 4202496 22015 0 0 0 20390 17 0 0 18 0 5 0 499490291 303816704 20360 33554432000 4194304 5787044 140735093565568 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/30959/statm: 74174 20360 419 389 0 69924 0
[pid=30959/tid=30961] ppid=30958 vsize=296696 CPUtime=50.8 cores=1,3,5,7
/proc/30959/task/30961/stat : 30961 (priss) R 30958 30958 30205 0 -1 4202560 5311 0 0 0 5076 4 0 0 25 0 5 0 499490292 303816704 20360 33554432000 4194304 5787044 140735093565568 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30959/tid=30962] ppid=30958 vsize=296696 CPUtime=51.07 cores=1,3,5,7
/proc/30959/task/30962/stat : 30962 (priss) R 30958 30958 30205 0 -1 4202560 4554 0 0 0 5104 3 0 0 25 0 5 0 499490292 303816704 20360 33554432000 4194304 5787044 140735093565568 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30959/tid=30963] ppid=30958 vsize=296696 CPUtime=51.07 cores=1,3,5,7
/proc/30959/task/30963/stat : 30963 (priss) R 30958 30958 30205 0 -1 4202560 4742 0 0 0 5102 5 0 0 25 0 5 0 499490292 303816704 20360 33554432000 4194304 5787044 140735093565568 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30959/tid=30964] ppid=30958 vsize=296696 CPUtime=51.08 cores=1,3,5,7
/proc/30959/task/30964/stat : 30964 (priss) R 30958 30958 30205 0 -1 4202560 5816 0 0 0 5104 4 0 0 25 0 5 0 499490292 303816704 20360 33554432000 4194304 5787044 140735093565568 18446744073709551615 5527130 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.07
Current children cumulated vsize (KiB) 305396

[startup+102.307 s]
/proc/loadavg: 8.12 8.14 8.09 9/188 30966
/proc/meminfo: memFree=26283756/32951124 swapFree=67111524/67111528
[pid=30958] ppid=30956 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30958/stat : 30958 (prissAuto.sh) S 30956 30958 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499490291 8908800 251 33554432000 4194304 4922060 140733971418192 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30958/statm: 2175 251 211 178 0 68 0
[pid=30959] ppid=30958 vsize=305420 CPUtime=408.6 cores=1,3,5,7
/proc/30959/stat : 30959 (priss) S 30958 30958 30205 0 -1 4202496 27353 0 0 0 40837 23 0 0 18 0 5 0 499490291 312750080 25653 33554432000 4194304 5787044 140735093565568 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/30959/statm: 76355 25653 419 389 0 72105 0
[pid=30959/tid=30961] ppid=30958 vsize=305420 CPUtime=101.72 cores=1,3,5,7
/proc/30959/task/30961/stat : 30961 (priss) R 30958 30958 30205 0 -1 4202560 6220 0 0 0 10167 5 0 0 25 0 5 0 499490292 312750080 25653 33554432000 4194304 5787044 140735093565568 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30959/tid=30962] ppid=30958 vsize=305420 CPUtime=102.28 cores=1,3,5,7
/proc/30959/task/30962/stat : 30962 (priss) R 30958 30958 30205 0 -1 4202560 5673 0 0 0 10223 5 0 0 25 0 5 0 499490292 312750080 25653 33554432000 4194304 5787044 140735093565568 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30959/tid=30963] ppid=30958 vsize=305420 CPUtime=102.28 cores=1,3,5,7
/proc/30959/task/30963/stat : 30963 (priss) R 30958 30958 30205 0 -1 4202560 7159 0 0 0 10221 7 0 0 25 0 5 0 499490292 312750080 25653 33554432000 4194304 5787044 140735093565568 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30959/tid=30964] ppid=30958 vsize=305420 CPUtime=102.28 cores=1,3,5,7

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

[pid=30959/tid=30961] ppid=30958 vsize=343128 CPUtime=534.54 cores=1,3,5,7
/proc/30959/task/30961/stat : 30961 (priss) R 30958 30958 30205 0 -1 4202560 12872 0 0 0 53442 12 0 0 25 0 5 0 499490292 351363072 49790 33554432000 4194304 5787044 140735093565568 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30959/tid=30962] ppid=30958 vsize=343128 CPUtime=537.47 cores=1,3,5,7
/proc/30959/task/30962/stat : 30962 (priss) R 30958 30958 30205 0 -1 4202560 12510 0 0 0 53733 14 0 0 25 0 5 0 499490292 351363072 49790 33554432000 4194304 5787044 140735093565568 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30959/tid=30963] ppid=30958 vsize=343128 CPUtime=537.48 cores=1,3,5,7
/proc/30959/task/30963/stat : 30963 (priss) R 30958 30958 30205 0 -1 4202560 13618 0 0 0 53733 15 0 0 25 0 5 0 499490292 351363072 49790 33554432000 4194304 5787044 140735093565568 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30959/tid=30964] ppid=30958 vsize=343128 CPUtime=537.47 cores=1,3,5,7
/proc/30959/task/30964/stat : 30964 (priss) R 30958 30958 30205 0 -1 4202560 11430 0 0 0 53737 10 0 0 25 0 5 0 499490292 351363072 49790 33554432000 4194304 5787044 140735093565568 18446744073709551615 5527392 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2147
Current children cumulated vsize (KiB) 351828

[startup+550.301 s]
/proc/loadavg: 8.13 8.10 8.09 9/188 30987
/proc/meminfo: memFree=26084200/32951124 swapFree=67111524/67111528
[pid=30958] ppid=30956 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30958/stat : 30958 (prissAuto.sh) S 30956 30958 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499490291 8908800 251 33554432000 4194304 4922060 140733971418192 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30958/statm: 2175 251 211 178 0 68 0
[pid=30959] ppid=30958 vsize=343128 CPUtime=2198.12 cores=1,3,5,7
/proc/30959/stat : 30959 (priss) S 30958 30958 30205 0 -1 4202496 52039 0 0 0 219760 52 0 0 18 0 5 0 499490291 351363072 49807 33554432000 4194304 5787044 140735093565568 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/30959/statm: 85782 49807 419 389 0 81532 0
[pid=30959/tid=30961] ppid=30958 vsize=343128 CPUtime=547.27 cores=1,3,5,7
/proc/30959/task/30961/stat : 30961 (priss) R 30958 30958 30205 0 -1 4202560 12884 0 0 0 54715 12 0 0 25 0 5 0 499490292 351363072 49807 33554432000 4194304 5787044 140735093565568 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30959/tid=30962] ppid=30958 vsize=343128 CPUtime=550.27 cores=1,3,5,7
/proc/30959/task/30962/stat : 30962 (priss) R 30958 30958 30205 0 -1 4202560 12511 0 0 0 55013 14 0 0 25 0 5 0 499490292 351363072 49807 33554432000 4194304 5787044 140735093565568 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30959/tid=30963] ppid=30958 vsize=343128 CPUtime=550.28 cores=1,3,5,7
/proc/30959/task/30963/stat : 30963 (priss) R 30958 30958 30205 0 -1 4202560 13621 0 0 0 55013 15 0 0 25 0 5 0 499490292 351363072 49807 33554432000 4194304 5787044 140735093565568 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30959/tid=30964] ppid=30958 vsize=343128 CPUtime=550.27 cores=1,3,5,7
/proc/30959/task/30964/stat : 30964 (priss) R 30958 30958 30205 0 -1 4202560 11431 0 0 0 55017 10 0 0 25 0 5 0 499490292 351363072 49807 33554432000 4194304 5787044 140735093565568 18446744073709551615 5527205 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2198.12
Current children cumulated vsize (KiB) 351828

[startup+556.7 s]
/proc/loadavg: 8.12 8.09 8.09 9/188 30987
/proc/meminfo: memFree=26082588/32951124 swapFree=67111524/67111528
[pid=30958] ppid=30956 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30958/stat : 30958 (prissAuto.sh) S 30956 30958 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499490291 8908800 251 33554432000 4194304 4922060 140733971418192 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30958/statm: 2175 251 211 178 0 68 0
[pid=30959] ppid=30958 vsize=343128 CPUtime=2223.7 cores=1,3,5,7
/proc/30959/stat : 30959 (priss) S 30958 30958 30205 0 -1 4202496 52050 0 0 0 222317 53 0 0 18 0 5 0 499490291 351363072 49818 33554432000 4194304 5787044 140735093565568 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/30959/statm: 85782 49818 419 389 0 81532 0
[pid=30959/tid=30961] ppid=30958 vsize=343128 CPUtime=553.63 cores=1,3,5,7
/proc/30959/task/30961/stat : 30961 (priss) R 30958 30958 30205 0 -1 4202560 12892 0 0 0 55351 12 0 0 25 0 5 0 499490292 351363072 49818 33554432000 4194304 5787044 140735093565568 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30959/tid=30962] ppid=30958 vsize=343128 CPUtime=556.67 cores=1,3,5,7
/proc/30959/task/30962/stat : 30962 (priss) R 30958 30958 30205 0 -1 4202560 12511 0 0 0 55653 14 0 0 25 0 5 0 499490292 351363072 49818 33554432000 4194304 5787044 140735093565568 18446744073709551615 5591626 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30959/tid=30963] ppid=30958 vsize=343128 CPUtime=556.68 cores=1,3,5,7
/proc/30959/task/30963/stat : 30963 (priss) R 30958 30958 30205 0 -1 4202560 13624 0 0 0 55653 15 0 0 25 0 5 0 499490292 351363072 49818 33554432000 4194304 5787044 140735093565568 18446744073709551615 5591573 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30959/tid=30964] ppid=30958 vsize=343128 CPUtime=556.67 cores=1,3,5,7
/proc/30959/task/30964/stat : 30964 (priss) R 30958 30958 30205 0 -1 4202560 11431 0 0 0 55657 10 0 0 25 0 5 0 499490292 351363072 49818 33554432000 4194304 5787044 140735093565568 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2223.7
Current children cumulated vsize (KiB) 351828

[startup+559.907 s]
/proc/loadavg: 8.11 8.09 8.09 9/188 30987
/proc/meminfo: memFree=26081716/32951124 swapFree=67111524/67111528
[pid=30958] ppid=30956 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30958/stat : 30958 (prissAuto.sh) S 30956 30958 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499490291 8908800 251 33554432000 4194304 4922060 140733971418192 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30958/statm: 2175 251 211 178 0 68 0
[pid=30959] ppid=30958 vsize=343128 CPUtime=2236.51 cores=1,3,5,7
/proc/30959/stat : 30959 (priss) S 30958 30958 30205 0 -1 4202496 52069 0 0 0 223598 53 0 0 18 0 5 0 499490291 351363072 49837 33554432000 4194304 5787044 140735093565568 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/30959/statm: 85782 49837 419 389 0 81532 0
[pid=30959/tid=30961] ppid=30958 vsize=343128 CPUtime=556.82 cores=1,3,5,7
/proc/30959/task/30961/stat : 30961 (priss) R 30958 30958 30205 0 -1 4202560 12911 0 0 0 55670 12 0 0 25 0 5 0 499490292 351363072 49837 33554432000 4194304 5787044 140735093565568 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30959/tid=30962] ppid=30958 vsize=343128 CPUtime=559.87 cores=1,3,5,7
/proc/30959/task/30962/stat : 30962 (priss) R 30958 30958 30205 0 -1 4202560 12511 0 0 0 55973 14 0 0 25 0 5 0 499490292 351363072 49837 33554432000 4194304 5787044 140735093565568 18446744073709551615 5591280 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30959/tid=30963] ppid=30958 vsize=343128 CPUtime=559.89 cores=1,3,5,7
/proc/30959/task/30963/stat : 30963 (priss) R 30958 30958 30205 0 -1 4202560 13624 0 0 0 55974 15 0 0 25 0 5 0 499490292 351363072 49837 33554432000 4194304 5787044 140735093565568 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30959/tid=30964] ppid=30958 vsize=343128 CPUtime=559.88 cores=1,3,5,7
/proc/30959/task/30964/stat : 30964 (priss) R 30958 30958 30205 0 -1 4202560 11431 0 0 0 55978 10 0 0 25 0 5 0 499490292 351363072 49837 33554432000 4194304 5787044 140735093565568 18446744073709551615 5527101 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2236.51
Current children cumulated vsize (KiB) 351828

[startup+563.101 s]
/proc/loadavg: 8.10 8.09 8.08 9/188 30988
/proc/meminfo: memFree=26081092/32951124 swapFree=67111524/67111528
[pid=30958] ppid=30956 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30958/stat : 30958 (prissAuto.sh) S 30956 30958 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499490291 8908800 251 33554432000 4194304 4922060 140733971418192 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30958/statm: 2175 251 211 178 0 68 0
[pid=30959] ppid=30958 vsize=343128 CPUtime=2249.29 cores=1,3,5,7
/proc/30959/stat : 30959 (priss) S 30958 30958 30205 0 -1 4202496 52072 0 0 0 224876 53 0 0 18 0 5 0 499490291 351363072 49840 33554432000 4194304 5787044 140735093565568 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/30959/statm: 85782 49840 419 389 0 81532 0
[pid=30959/tid=30961] ppid=30958 vsize=343128 CPUtime=560 cores=1,3,5,7
/proc/30959/task/30961/stat : 30961 (priss) R 30958 30958 30205 0 -1 4202560 12911 0 0 0 55988 12 0 0 25 0 5 0 499490292 351363072 49840 33554432000 4194304 5787044 140735093565568 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30959/tid=30962] ppid=30958 vsize=343128 CPUtime=563.07 cores=1,3,5,7
/proc/30959/task/30962/stat : 30962 (priss) R 30958 30958 30205 0 -1 4202560 12511 0 0 0 56293 14 0 0 25 0 5 0 499490292 351363072 49840 33554432000 4194304 5787044 140735093565568 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30959/tid=30963] ppid=30958 vsize=343128 CPUtime=563.09 cores=1,3,5,7
/proc/30959/task/30963/stat : 30963 (priss) R 30958 30958 30205 0 -1 4202560 13627 0 0 0 56294 15 0 0 25 0 5 0 499490292 351363072 49840 33554432000 4194304 5787044 140735093565568 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30959/tid=30964] ppid=30958 vsize=343128 CPUtime=563.08 cores=1,3,5,7
/proc/30959/task/30964/stat : 30964 (priss) R 30958 30958 30205 0 -1 4202560 11431 0 0 0 56298 10 0 0 25 0 5 0 499490292 351363072 49840 33554432000 4194304 5787044 140735093565568 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2249.29
Current children cumulated vsize (KiB) 351828

[startup+564.701 s]
/proc/loadavg: 8.10 8.09 8.08 9/188 30988
/proc/meminfo: memFree=26080968/32951124 swapFree=67111524/67111528
[pid=30958] ppid=30956 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30958/stat : 30958 (prissAuto.sh) S 30956 30958 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499490291 8908800 251 33554432000 4194304 4922060 140733971418192 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30958/statm: 2175 251 211 178 0 68 0
[pid=30959] ppid=30958 vsize=343128 CPUtime=2255.66 cores=1,3,5,7
/proc/30959/stat : 30959 (priss) S 30958 30958 30205 0 -1 4202496 52076 0 0 0 225513 53 0 0 18 0 5 0 499490291 351363072 49844 33554432000 4194304 5787044 140735093565568 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/30959/statm: 85782 49844 419 389 0 81532 0
[pid=30959/tid=30961] ppid=30958 vsize=343128 CPUtime=561.59 cores=1,3,5,7
/proc/30959/task/30961/stat : 30961 (priss) R 30958 30958 30205 0 -1 4202560 12914 0 0 0 56147 12 0 0 25 0 5 0 499490292 351363072 49844 33554432000 4194304 5787044 140735093565568 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30959/tid=30962] ppid=30958 vsize=343128 CPUtime=564.67 cores=1,3,5,7
/proc/30959/task/30962/stat : 30962 (priss) R 30958 30958 30205 0 -1 4202560 12511 0 0 0 56453 14 0 0 25 0 5 0 499490292 351363072 49844 33554432000 4194304 5787044 140735093565568 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30959/tid=30963] ppid=30958 vsize=343128 CPUtime=564.68 cores=1,3,5,7
/proc/30959/task/30963/stat : 30963 (priss) R 30958 30958 30205 0 -1 4202560 13628 0 0 0 56453 15 0 0 25 0 5 0 499490292 351363072 49844 33554432000 4194304 5787044 140735093565568 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30959/tid=30964] ppid=30958 vsize=343128 CPUtime=564.67 cores=1,3,5,7
/proc/30959/task/30964/stat : 30964 (priss) R 30958 30958 30205 0 -1 4202560 11431 0 0 0 56457 10 0 0 25 0 5 0 499490292 351363072 49844 33554432000 4194304 5787044 140735093565568 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2255.66
Current children cumulated vsize (KiB) 351828

[startup+565.101 s]
/proc/loadavg: 8.10 8.09 8.08 9/188 30988
/proc/meminfo: memFree=26080968/32951124 swapFree=67111524/67111528
[pid=30958] ppid=30956 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30958/stat : 30958 (prissAuto.sh) S 30956 30958 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499490291 8908800 251 33554432000 4194304 4922060 140733971418192 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30958/statm: 2175 251 211 178 0 68 0
[pid=30959] ppid=30958 vsize=343128 CPUtime=2257.26 cores=1,3,5,7
/proc/30959/stat : 30959 (priss) S 30958 30958 30205 0 -1 4202496 52080 0 0 0 225673 53 0 0 18 0 5 0 499490291 351363072 49848 33554432000 4194304 5787044 140735093565568 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/30959/statm: 85782 49848 419 389 0 81532 0
[pid=30959/tid=30961] ppid=30958 vsize=343128 CPUtime=561.99 cores=1,3,5,7
/proc/30959/task/30961/stat : 30961 (priss) R 30958 30958 30205 0 -1 4202560 12917 0 0 0 56187 12 0 0 25 0 5 0 499490292 351363072 49848 33554432000 4194304 5787044 140735093565568 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30959/tid=30962] ppid=30958 vsize=343128 CPUtime=565.07 cores=1,3,5,7
/proc/30959/task/30962/stat : 30962 (priss) R 30958 30958 30205 0 -1 4202560 12511 0 0 0 56493 14 0 0 25 0 5 0 499490292 351363072 49848 33554432000 4194304 5787044 140735093565568 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30959/tid=30963] ppid=30958 vsize=343128 CPUtime=565.08 cores=1,3,5,7
/proc/30959/task/30963/stat : 30963 (priss) R 30958 30958 30205 0 -1 4202560 13628 0 0 0 56493 15 0 0 25 0 5 0 499490292 351363072 49848 33554432000 4194304 5787044 140735093565568 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30959/tid=30964] ppid=30958 vsize=343128 CPUtime=565.07 cores=1,3,5,7
/proc/30959/task/30964/stat : 30964 (priss) R 30958 30958 30205 0 -1 4202560 11432 0 0 0 56497 10 0 0 25 0 5 0 499490292 351363072 49848 33554432000 4194304 5787044 140735093565568 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2257.26
Current children cumulated vsize (KiB) 351828

[startup+565.301 s]
/proc/loadavg: 8.10 8.09 8.08 9/188 30988
/proc/meminfo: memFree=26080472/32951124 swapFree=67111524/67111528
[pid=30958] ppid=30956 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30958/stat : 30958 (prissAuto.sh) S 30956 30958 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499490291 8908800 251 33554432000 4194304 4922060 140733971418192 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30958/statm: 2175 251 211 178 0 68 0
[pid=30959] ppid=30958 vsize=343128 CPUtime=2258.08 cores=1,3,5,7
/proc/30959/stat : 30959 (priss) S 30958 30958 30205 0 -1 4202496 52080 0 0 0 225755 53 0 0 18 0 5 0 499490291 351363072 49848 33554432000 4194304 5787044 140735093565568 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/30959/statm: 85782 49848 419 389 0 81532 0
[pid=30959/tid=30961] ppid=30958 vsize=343128 CPUtime=562.19 cores=1,3,5,7
/proc/30959/task/30961/stat : 30961 (priss) R 30958 30958 30205 0 -1 4202560 12917 0 0 0 56207 12 0 0 25 0 5 0 499490292 351363072 49848 33554432000 4194304 5787044 140735093565568 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30959/tid=30962] ppid=30958 vsize=343128 CPUtime=565.27 cores=1,3,5,7
/proc/30959/task/30962/stat : 30962 (priss) R 30958 30958 30205 0 -1 4202560 12511 0 0 0 56513 14 0 0 25 0 5 0 499490292 351363072 49848 33554432000 4194304 5787044 140735093565568 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30959/tid=30963] ppid=30958 vsize=343128 CPUtime=565.29 cores=1,3,5,7
/proc/30959/task/30963/stat : 30963 (priss) R 30958 30958 30205 0 -1 4202560 13628 0 0 0 56514 15 0 0 25 0 5 0 499490292 351363072 49848 33554432000 4194304 5787044 140735093565568 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30959/tid=30964] ppid=30958 vsize=343128 CPUtime=565.28 cores=1,3,5,7
/proc/30959/task/30964/stat : 30964 (priss) R 30958 30958 30205 0 -1 4202560 11432 0 0 0 56518 10 0 0 25 0 5 0 499490292 351363072 49848 33554432000 4194304 5787044 140735093565568 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2258.08
Current children cumulated vsize (KiB) 351828

[startup+565.407 s]
/proc/loadavg: 8.10 8.09 8.08 9/188 30988
/proc/meminfo: memFree=26080472/32951124 swapFree=67111524/67111528
[pid=30958] ppid=30956 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30958/stat : 30958 (prissAuto.sh) S 30956 30958 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499490291 8908800 251 33554432000 4194304 4922060 140733971418192 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30958/statm: 2175 251 211 178 0 68 0
[pid=30959] ppid=30958 vsize=343128 CPUtime=2258.47 cores=1,3,5,7
/proc/30959/stat : 30959 (priss) S 30958 30958 30205 0 -1 4202496 52092 0 0 0 225794 53 0 0 18 0 5 0 499490291 351363072 49860 33554432000 4194304 5787044 140735093565568 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/30959/statm: 85782 49860 431 389 0 81532 0
[pid=30959/tid=30961] ppid=30958 vsize=343128 CPUtime=562.29 cores=1,3,5,7
/proc/30959/task/30961/stat : 30961 (priss) R 30958 30958 30205 0 -1 4202560 12929 0 0 0 56217 12 0 0 25 0 5 0 499490292 351363072 49860 33554432000 4194304 5787044 140735093565568 18446744073709551615 228095106329 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30959/tid=30962] ppid=30958 vsize=343128 CPUtime=565.37 cores=1,3,5,7
/proc/30959/task/30962/stat : 30962 (priss) R 30958 30958 30205 0 -1 4202560 12511 0 0 0 56523 14 0 0 25 0 5 0 499490292 351363072 49860 33554432000 4194304 5787044 140735093565568 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30959/tid=30963] ppid=30958 vsize=343128 CPUtime=565.39 cores=1,3,5,7
/proc/30959/task/30963/stat : 30963 (priss) R 30958 30958 30205 0 -1 4202560 13628 0 0 0 56524 15 0 0 25 0 5 0 499490292 351363072 49860 33554432000 4194304 5787044 140735093565568 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30959/tid=30964] ppid=30958 vsize=343128 CPUtime=565.38 cores=1,3,5,7
/proc/30959/task/30964/stat : 30964 (priss) R 30958 30958 30205 0 -1 4202560 11432 0 0 0 56528 10 0 0 25 0 5 0 499490292 351363072 49860 33554432000 4194304 5787044 140735093565568 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2258.47
Current children cumulated vsize (KiB) 351828

Child status: 20
Real time (s): 565.472
CPU time (s): 2258.7
CPU user time (s): 2258.16
CPU system time (s): 0.542917
CPU usage (%): 399.436
Max. virtual memory (cumulated for all children) (KiB): 351828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2258.16
system time used= 0.542917
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52463
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= 1558
involuntary context switches= 14932

runsolver used 0.735888 second user time and 2.35664 second system time

The end

Launcher Data

Begin job on node142 at 2011-04-29 11:52:28
IDJOB=3265947
IDBENCH=85841
IDSOLVER=1602
FILE ID=node142/3265947-1304070748
RUNJOBID= node142-1304064275-30224
PBS_JOBID= 13170458
Free space on /tmp= 71312 MiB

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

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

MD5SUM BENCH= d6a882056a7d77e09b3b073fbf028602
RANDOM SEED=515671919

node142.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26401700 kB
Buffers:       1657868 kB
Cached:        4108468 kB
SwapCached:          4 kB
Active:         912448 kB
Inactive:      5098396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26401700 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            1580 kB
Writeback:           0 kB
AnonPages:      244264 kB
Mapped:          15612 kB
Slab:           475436 kB
PageTables:       5184 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   432276 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= 71312 MiB
End job on node142 at 2011-04-29 12:01:54