Trace number 3281936

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 Auto? (TO) 4800.1 1202.22

General information on the benchmark

NameAPPLICATIONS/bitverif/
minxorminand/minxorminand128.cnf
MD5SUMa551844fb6a7f35cf6025d0a525ca14e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark388.148
Satisfiable
(Un)Satisfiability was proved
Number of variables153834
Number of clauses459965
Sum of the clauses size1073249
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2306642
Number of clauses of size 3153321
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c *****************************************************
0.00/0.00	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.00	c *   This program may be redistributed or modified   *
0.00/0.00	c * under the terms of the GNU General Public License *
0.00/0.00	c *****************************************************
0.00/0.00	c process id: 31246
0.00/0.00	c setup for 4cores
0.00/0.12	c parsetime: 117248us
0.00/0.12	c parsed 459965 clauses with 153834 variables
0.00/0.15	c NW started thread 0 successfully (1108638016)
0.00/0.17	c NW started thread 1 successfully (1095715136)
0.00/0.21	c NW started thread 2 successfully (1119127872)
0.00/0.26	c NW started thread 3 successfully (1129617728)
266.16/66.82	c preprocessor returned 153834 variables
266.16/66.82	c preprocessing returned UNKNOWN
266.16/66.82	c PP set 10 variables
266.16/66.82	c pp time: 66612303us (66s)
266.16/66.82	c preprocessor returned 153834 variables
266.16/66.82	c preprocessing returned UNKNOWN
266.16/66.82	c PP set 10 variables
266.16/66.82	c pp time: 66533481us (66s)
266.16/66.87	c preprocessor returned 153834 variables
266.16/66.87	c preprocessing returned UNKNOWN
266.16/66.87	c PP set 10 variables
266.16/66.87	c pp time: 66689726us (66s)
267.76/67.28	c preprocessor returned 153834 variables
267.76/67.28	c preprocessing returned UNKNOWN
267.76/67.28	c PP set 10 variables
267.76/67.28	c pp time: 67039681us (67s)
2500.35/626.29	c added unsatisfied clause
2500.35/626.29	c failed to add network clauses
3317.94/830.93	c added unsatisfied clause
3317.94/830.93	c failed to add network clauses
3319.12/831.20	c added unsatisfied clause
3319.12/831.20	c failed to add network clauses

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3281936-1304040099/watcher-3281936-1304040099 -o /tmp/evaluation-result-3281936-1304040099/solver-3281936-1304040099 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3281936-1304040099.cnf 488071576 4800 15500 4 

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

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


[startup+0 s]
/proc/loadavg: 8.03 8.04 8.00 5/182 31245
/proc/meminfo: memFree=22781500/32950928 swapFree=67071984/67111528
[pid=31245] ppid=31243 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31245/stat : 31245 (prissAuto.sh) S 31243 31245 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594240566 8908800 252 33554432000 4194304 4922060 140734555170128 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31245/statm: 2175 252 211 178 0 68 0

[startup+0.015536 s]
/proc/loadavg: 8.03 8.04 8.00 5/182 31245
/proc/meminfo: memFree=22781500/32950928 swapFree=67071984/67111528
[pid=31245] ppid=31243 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31245/stat : 31245 (prissAuto.sh) S 31243 31245 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594240566 8908800 252 33554432000 4194304 4922060 140734555170128 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31245/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100525 s]
/proc/loadavg: 8.03 8.04 8.00 5/182 31245
/proc/meminfo: memFree=22781500/32950928 swapFree=67071984/67111528
[pid=31245] ppid=31243 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31245/stat : 31245 (prissAuto.sh) S 31243 31245 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594240566 8908800 252 33554432000 4194304 4922060 140734555170128 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31245/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300573 s]
/proc/loadavg: 8.03 8.04 8.00 5/182 31245
/proc/meminfo: memFree=22781500/32950928 swapFree=67071984/67111528
[pid=31245] ppid=31243 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31245/stat : 31245 (prissAuto.sh) S 31243 31245 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594240566 8908800 252 33554432000 4194304 4922060 140734555170128 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31245/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.12017 s]
/proc/loadavg: 8.03 8.04 8.00 5/182 31245
/proc/meminfo: memFree=22781500/32950928 swapFree=67071984/67111528
[pid=31245] ppid=31243 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31245/stat : 31245 (prissAuto.sh) S 31243 31245 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594240566 8908800 252 33554432000 4194304 4922060 140734555170128 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31245/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50627 s]
/proc/loadavg: 8.03 8.04 8.00 9/188 31251
/proc/meminfo: memFree=22458680/32950928 swapFree=67071984/67111528
[pid=31245] ppid=31243 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31245/stat : 31245 (prissAuto.sh) S 31243 31245 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594240566 8908800 252 33554432000 4194304 4922060 140734555170128 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31245/statm: 2175 252 211 178 0 68 0
[pid=31246] ppid=31245 vsize=626428 CPUtime=5.39 cores=0,2,4,6
/proc/31246/stat : 31246 (priss) S 31245 31245 30862 0 -1 4202496 126536 0 0 0 512 27 0 0 18 0 5 0 594240566 641462272 80931 33554432000 4194304 5787044 140734111368000 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31246/statm: 156607 80931 350 389 0 152357 0
[pid=31246/tid=31248] ppid=31245 vsize=626428 CPUtime=1.33 cores=0,2,4,6
/proc/31246/task/31248/stat : 31248 (priss) R 31245 31245 30862 0 -1 4202560 28370 0 0 0 128 5 0 0 19 0 5 0 594240581 641462272 80931 33554432000 4194304 5787044 140734111368000 18446744073709551615 260905499167 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31246/tid=31249] ppid=31245 vsize=626428 CPUtime=1.29 cores=0,2,4,6
/proc/31246/task/31249/stat : 31249 (priss) R 31245 31245 30862 0 -1 4202560 26438 0 0 0 124 5 0 0 19 0 5 0 594240583 641462272 80931 33554432000 4194304 5787044 140734111368000 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31246/tid=31250] ppid=31245 vsize=626428 CPUtime=1.25 cores=0,2,4,6
/proc/31246/task/31250/stat : 31250 (priss) R 31245 31245 30862 0 -1 4202560 25540 0 0 0 118 7 0 0 19 0 5 0 594240587 641462272 80931 33554432000 4194304 5787044 140734111368000 18446744073709551615 4389039 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31246/tid=31251] ppid=31245 vsize=626428 CPUtime=1.22 cores=0,2,4,6
/proc/31246/task/31251/stat : 31251 (priss) R 31245 31245 30862 0 -1 4202560 24553 0 0 0 118 4 0 0 19 0 5 0 594240591 641462272 80931 33554432000 4194304 5787044 140734111368000 18446744073709551615 4318927 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.39
Current children cumulated vsize (KiB) 635128

[startup+3.10097 s]
/proc/loadavg: 8.03 8.04 8.00 9/188 31251
/proc/meminfo: memFree=22406228/32950928 swapFree=67071984/67111528
[pid=31245] ppid=31243 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31245/stat : 31245 (prissAuto.sh) S 31243 31245 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594240566 8908800 252 33554432000 4194304 4922060 140734555170128 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31245/statm: 2175 252 211 178 0 68 0
[pid=31246] ppid=31245 vsize=640428 CPUtime=11.74 cores=0,2,4,6
/proc/31246/stat : 31246 (priss) S 31245 31245 30862 0 -1 4202496 144800 0 0 0 1142 32 0 0 18 0 5 0 594240566 655798272 99195 33554432000 4194304 5787044 140734111368000 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31246/statm: 160107 99195 350 389 0 155857 0
[pid=31246/tid=31248] ppid=31245 vsize=640428 CPUtime=2.92 cores=0,2,4,6
/proc/31246/task/31248/stat : 31248 (priss) R 31245 31245 30862 0 -1 4202560 34526 0 0 0 285 7 0 0 23 0 5 0 594240581 655798272 99195 33554432000 4194304 5787044 140734111368000 18446744073709551615 4389256 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31246/tid=31249] ppid=31245 vsize=640428 CPUtime=2.89 cores=0,2,4,6
/proc/31246/task/31249/stat : 31249 (priss) R 31245 31245 30862 0 -1 4202560 30171 0 0 0 283 6 0 0 23 0 5 0 594240583 655798272 99195 33554432000 4194304 5787044 140734111368000 18446744073709551615 260905061338 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31246/tid=31250] ppid=31245 vsize=640428 CPUtime=2.84 cores=0,2,4,6
/proc/31246/task/31250/stat : 31250 (priss) R 31245 31245 30862 0 -1 4202560 30035 0 0 0 275 9 0 0 20 0 5 0 594240587 655798272 99195 33554432000 4194304 5787044 140734111368000 18446744073709551615 4318959 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31246/tid=31251] ppid=31245 vsize=640428 CPUtime=2.81 cores=0,2,4,6
/proc/31246/task/31251/stat : 31251 (priss) R 31245 31245 30862 0 -1 4202560 28433 0 0 0 276 5 0 0 20 0 5 0 594240591 655798272 99195 33554432000 4194304 5787044 140734111368000 18446744073709551615 260905055265 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 11.74
Current children cumulated vsize (KiB) 649128

[startup+6.30039 s]
/proc/loadavg: 8.03 8.04 8.00 10/188 31251
/proc/meminfo: memFree=22294968/32950928 swapFree=67071984/67111528
[pid=31245] ppid=31243 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31245/stat : 31245 (prissAuto.sh) S 31243 31245 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594240566 8908800 252 33554432000 4194304 4922060 140734555170128 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31245/statm: 2175 252 211 178 0 68 0
[pid=31246] ppid=31245 vsize=656660 CPUtime=24.5 cores=0,2,4,6
/proc/31246/stat : 31246 (priss) S 31245 31245 30862 0 -1 4202496 169857 0 0 0 2411 39 0 0 18 0 5 0 594240566 672419840 124252 33554432000 4194304 5787044 140734111368000 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31246/statm: 164165 124252 350 389 0 159915 0
[pid=31246/tid=31248] ppid=31245 vsize=656660 CPUtime=6.11 cores=0,2,4,6
/proc/31246/task/31248/stat : 31248 (priss) R 31245 31245 30862 0 -1 4202560 39243 0 0 0 603 8 0 0 19 0 5 0 594240581 672419840 124252 33554432000 4194304 5787044 140734111368000 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31246/tid=31249] ppid=31245 vsize=656660 CPUtime=6.08 cores=0,2,4,6
/proc/31246/task/31249/stat : 31249 (priss) R 31245 31245 30862 0 -1 4202560 37009 0 0 0 601 7 0 0 22 0 5 0 594240583 672419840 124252 33554432000 4194304 5787044 140734111368000 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31246/tid=31250] ppid=31245 vsize=656660 CPUtime=6.02 cores=0,2,4,6
/proc/31246/task/31250/stat : 31250 (priss) R 31245 31245 30862 0 -1 4202560 38082 0 0 0 591 11 0 0 25 0 5 0 594240587 672419840 124252 33554432000 4194304 5787044 140734111368000 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31246/tid=31251] ppid=31245 vsize=656660 CPUtime=6 cores=0,2,4,6
/proc/31246/task/31251/stat : 31251 (priss) R 31245 31245 30862 0 -1 4202560 33888 0 0 0 593 7 0 0 25 0 5 0 594240591 672419840 124252 33554432000 4194304 5787044 140734111368000 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.5
Current children cumulated vsize (KiB) 665360

[startup+12.7012 s]
/proc/loadavg: 8.02 8.03 8.00 9/188 31252
/proc/meminfo: memFree=22114092/32950928 swapFree=67071984/67111528
[pid=31245] ppid=31243 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31245/stat : 31245 (prissAuto.sh) S 31243 31245 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594240566 8908800 252 33554432000 4194304 4922060 140734555170128 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31245/statm: 2175 252 211 178 0 68 0
[pid=31246] ppid=31245 vsize=946900 CPUtime=50.03 cores=0,2,4,6
/proc/31246/stat : 31246 (priss) S 31245 31245 30862 0 -1 4202496 212680 0 0 0 4951 52 0 0 18 0 5 0 594240566 969625600 167075 33554432000 4194304 5787044 140734111368000 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31246/statm: 236725 167075 350 389 0 232475 0
[pid=31246/tid=31248] ppid=31245 vsize=946900 CPUtime=12.51 cores=0,2,4,6
/proc/31246/task/31248/stat : 31248 (priss) R 31245 31245 30862 0 -1 4202560 50607 0 0 0 1240 11 0 0 25 0 5 0 594240581 969625600 167075 33554432000 4194304 5787044 140734111368000 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31246/tid=31249] ppid=31245 vsize=946900 CPUtime=12.47 cores=0,2,4,6
/proc/31246/task/31249/stat : 31249 (priss) R 31245 31245 30862 0 -1 4202560 51668 0 0 0 1236 11 0 0 25 0 5 0 594240583 969625600 167075 33554432000 4194304 5787044 140734111368000 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31246/tid=31250] ppid=31245 vsize=946900 CPUtime=12.37 cores=0,2,4,6
/proc/31246/task/31250/stat : 31250 (priss) R 31245 31245 30862 0 -1 4202560 47738 0 0 0 1222 15 0 0 25 0 5 0 594240587 969625600 167075 33554432000 4194304 5787044 140734111368000 18446744073709551615 4318959 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31246/tid=31251] ppid=31245 vsize=946900 CPUtime=12.39 cores=0,2,4,6
/proc/31246/task/31251/stat : 31251 (priss) R 31245 31245 30862 0 -1 4202560 41032 0 0 0 1229 10 0 0 25 0 5 0 594240591 969625600 167075 33554432000 4194304 5787044 140734111368000 18446744073709551615 4318959 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.03
Current children cumulated vsize (KiB) 955600

[startup+25.5009 s]
/proc/loadavg: 8.02 8.03 8.00 9/188 31252
/proc/meminfo: memFree=22048572/32950928 swapFree=67071984/67111528
[pid=31245] ppid=31243 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31245/stat : 31245 (prissAuto.sh) S 31243 31245 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594240566 8908800 252 33554432000 4194304 4922060 140734555170128 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31245/statm: 2175 252 211 178 0 68 0
[pid=31246] ppid=31245 vsize=1012436 CPUtime=101.17 cores=0,2,4,6
/proc/31246/stat : 31246 (priss) S 31245 31245 30862 0 -1 4202496 227849 0 0 0 10059 58 0 0 18 0 5 0 594240566 1036734464 182244 33554432000 4194304 5787044 140734111368000 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31246/statm: 253109 182244 350 389 0 248859 0
[pid=31246/tid=31248] ppid=31245 vsize=1012436 CPUtime=25.31 cores=0,2,4,6
/proc/31246/task/31248/stat : 31248 (priss) R 31245 31245 30862 0 -1 4202560 55241 0 0 0 2518 13 0 0 25 0 5 0 594240581 1036734464 182244 33554432000 4194304 5787044 140734111368000 18446744073709551615 4340028 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31246/tid=31249] ppid=31245 vsize=1012436 CPUtime=25.28 cores=0,2,4,6
/proc/31246/task/31249/stat : 31249 (priss) R 31245 31245 30862 0 -1 4202560 55297 0 0 0 2515 13 0 0 25 0 5 0 594240583 1036734464 182244 33554432000 4194304 5787044 140734111368000 18446744073709551615 4340045 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31246/tid=31250] ppid=31245 vsize=1012436 CPUtime=25.11 cores=0,2,4,6
/proc/31246/task/31250/stat : 31250 (priss) R 31245 31245 30862 0 -1 4202560 51384 0 0 0 2495 16 0 0 25 0 5 0 594240587 1036734464 182244 33554432000 4194304 5787044 140734111368000 18446744073709551615 4340028 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31246/tid=31251] ppid=31245 vsize=1012436 CPUtime=25.19 cores=0,2,4,6
/proc/31246/task/31251/stat : 31251 (priss) R 31245 31245 30862 0 -1 4202560 44292 0 0 0 2508 11 0 0 25 0 5 0 594240591 1036734464 182244 33554432000 4194304 5787044 140734111368000 18446744073709551615 4340016 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.17
Current children cumulated vsize (KiB) 1021136

[startup+51.1012 s]
/proc/loadavg: 8.15 8.06 8.01 9/188 31253
/proc/meminfo: memFree=22047152/32950928 swapFree=67071984/67111528
[pid=31245] ppid=31243 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31245/stat : 31245 (prissAuto.sh) S 31243 31245 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594240566 8908800 252 33554432000 4194304 4922060 140734555170128 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31245/statm: 2175 252 211 178 0 68 0
[pid=31246] ppid=31245 vsize=1012436 CPUtime=203.44 cores=0,2,4,6
/proc/31246/stat : 31246 (priss) S 31245 31245 30862 0 -1 4202496 227860 0 0 0 20286 58 0 0 18 0 5 0 594240566 1036734464 182255 33554432000 4194304 5787044 140734111368000 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31246/statm: 253109 182255 350 389 0 248859 0
[pid=31246/tid=31248] ppid=31245 vsize=1012436 CPUtime=50.9 cores=0,2,4,6
/proc/31246/task/31248/stat : 31248 (priss) R 31245 31245 30862 0 -1 4202560 55244 0 0 0 5077 13 0 0 25 0 5 0 594240581 1036734464 182255 33554432000 4194304 5787044 140734111368000 18446744073709551615 4340016 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31246/tid=31249] ppid=31245 vsize=1012436 CPUtime=50.87 cores=0,2,4,6
/proc/31246/task/31249/stat : 31249 (priss) R 31245 31245 30862 0 -1 4202560 55300 0 0 0 5074 13 0 0 25 0 5 0 594240583 1036734464 182255 33554432000 4194304 5787044 140734111368000 18446744073709551615 4340056 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31246/tid=31250] ppid=31245 vsize=1012436 CPUtime=50.59 cores=0,2,4,6
/proc/31246/task/31250/stat : 31250 (priss) R 31245 31245 30862 0 -1 4202560 51386 0 0 0 5043 16 0 0 25 0 5 0 594240587 1036734464 182255 33554432000 4194304 5787044 140734111368000 18446744073709551615 4340028 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31246/tid=31251] ppid=31245 vsize=1012436 CPUtime=50.79 cores=0,2,4,6
/proc/31246/task/31251/stat : 31251 (priss) R 31245 31245 30862 0 -1 4202560 44295 0 0 0 5068 11 0 0 25 0 5 0 594240591 1036734464 182255 33554432000 4194304 5787044 140734111368000 18446744073709551615 4340054 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.44
Current children cumulated vsize (KiB) 1021136

[startup+102.301 s]
/proc/loadavg: 8.13 8.06 8.01 9/188 31254
/proc/meminfo: memFree=21816368/32950928 swapFree=67071984/67111528
[pid=31245] ppid=31243 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31245/stat : 31245 (prissAuto.sh) S 31243 31245 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594240566 8908800 252 33554432000 4194304 4922060 140734555170128 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31245/statm: 2175 252 211 178 0 68 0
[pid=31246] ppid=31245 vsize=1231600 CPUtime=407.91 cores=0,2,4,6
/proc/31246/stat : 31246 (priss) S 31245 31245 30862 0 -1 4202496 303797 0 0 0 40686 105 0 0 18 0 5 0 594240566 1261158400 237761 33554432000 4194304 5787044 140734111368000 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31246/statm: 307900 237761 417 389 0 303650 0
[pid=31246/tid=31248] ppid=31245 vsize=1231600 CPUtime=102.09 cores=0,2,4,6
/proc/31246/task/31248/stat : 31248 (priss) R 31245 31245 30862 0 -1 4202560 76007 0 0 0 10186 23 0 0 25 0 5 0 594240581 1261158400 237761 33554432000 4194304 5787044 140734111368000 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31246/tid=31249] ppid=31245 vsize=1231600 CPUtime=102.05 cores=0,2,4,6
/proc/31246/task/31249/stat : 31249 (priss) R 31245 31245 30862 0 -1 4202560 77318 0 0 0 10181 24 0 0 25 0 5 0 594240583 1261158400 237761 33554432000 4194304 5787044 140734111368000 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31246/tid=31250] ppid=31245 vsize=1231600 CPUtime=101.5 cores=0,2,4,6
/proc/31246/task/31250/stat : 31250 (priss) R 31245 31245 30862 0 -1 4202560 68506 0 0 0 10120 30 0 0 25 0 5 0 594240587 1261158400 237761 33554432000 4194304 5787044 140734111368000 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31246/tid=31251] ppid=31245 vsize=1231600 CPUtime=101.98 cores=0,2,4,6

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

/proc/31246/task/31249/stat : 31249 (priss) R 31245 31245 30862 0 -1 4202560 191252 0 0 0 82082 111 0 0 25 0 5 0 594240583 2772185088 615587 33554432000 4194304 5787044 140734111368000 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31246/tid=31250] ppid=31245 vsize=2707212 CPUtime=817.51 cores=0,2,4,6
/proc/31246/task/31250/stat : 31250 (priss) R 31245 31245 30862 0 -1 4202560 118397 0 0 0 81675 76 0 0 25 0 5 0 594240587 2772185088 615587 33554432000 4194304 5787044 140734111368000 18446744073709551615 4220834 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31246/tid=31251] ppid=31245 vsize=2707212 CPUtime=821.93 cores=0,2,4,6
/proc/31246/task/31251/stat : 31251 (priss) R 31245 31245 30862 0 -1 4202560 153006 0 0 0 82093 100 0 0 25 0 5 0 594240591 2772185088 615587 33554432000 4194304 5787044 140734111368000 18446744073709551615 5527227 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3283.62
Current children cumulated vsize (KiB) 2715912

[startup+882.301 s]
/proc/loadavg: 8.10 8.09 8.03 9/188 31275
/proc/meminfo: memFree=19913660/32950928 swapFree=67071984/67111528
[pid=31245] ppid=31243 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31245/stat : 31245 (prissAuto.sh) S 31243 31245 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594240566 8908800 252 33554432000 4194304 4922060 140734555170128 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31245/statm: 2175 252 211 178 0 68 0
[pid=31246] ppid=31245 vsize=2838284 CPUtime=3523.11 cores=0,2,4,6
/proc/31246/stat : 31246 (priss) S 31245 31245 30862 0 -1 4202496 708152 0 0 0 351880 431 0 0 18 0 5 0 594240566 2906402816 640442 33554432000 4194304 5787044 140734111368000 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31246/statm: 709571 640442 417 389 0 705321 0
[pid=31246/tid=31248] ppid=31245 vsize=2838284 CPUtime=881.92 cores=0,2,4,6
/proc/31246/task/31248/stat : 31248 (priss) R 31245 31245 30862 0 -1 4202560 201534 0 0 0 88073 119 0 0 25 0 5 0 594240581 2906402816 640442 33554432000 4194304 5787044 140734111368000 18446744073709551615 5585273 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31246/tid=31249] ppid=31245 vsize=2838284 CPUtime=881.84 cores=0,2,4,6
/proc/31246/task/31249/stat : 31249 (priss) R 31245 31245 30862 0 -1 4202560 197374 0 0 0 88068 116 0 0 25 0 5 0 594240583 2906402816 640442 33554432000 4194304 5787044 140734111368000 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31246/tid=31250] ppid=31245 vsize=2838284 CPUtime=877.46 cores=0,2,4,6
/proc/31246/task/31250/stat : 31250 (priss) R 31245 31245 30862 0 -1 4202560 120706 0 0 0 87667 79 0 0 25 0 5 0 594240587 2906402816 640442 33554432000 4194304 5787044 140734111368000 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31246/tid=31251] ppid=31245 vsize=2838284 CPUtime=881.61 cores=0,2,4,6
/proc/31246/task/31251/stat : 31251 (priss) R 31245 31245 30862 0 -1 4202560 166903 0 0 0 88048 113 0 0 25 0 5 0 594240591 2906402816 640442 33554432000 4194304 5787044 140734111368000 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3523.11
Current children cumulated vsize (KiB) 2846984

[startup+942.301 s]
/proc/loadavg: 8.11 8.09 8.02 9/188 31276
/proc/meminfo: memFree=19858184/32950928 swapFree=67071984/67111528
[pid=31245] ppid=31243 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31245/stat : 31245 (prissAuto.sh) S 31243 31245 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594240566 8908800 252 33554432000 4194304 4922060 140734555170128 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31245/statm: 2175 252 211 178 0 68 0
[pid=31246] ppid=31245 vsize=2838284 CPUtime=3762.77 cores=0,2,4,6
/proc/31246/stat : 31246 (priss) S 31245 31245 30862 0 -1 4202496 708248 0 0 0 375844 433 0 0 18 0 5 0 594240566 2906402816 640538 33554432000 4194304 5787044 140734111368000 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31246/statm: 709571 640538 417 389 0 705321 0
[pid=31246/tid=31248] ppid=31245 vsize=2838284 CPUtime=941.92 cores=0,2,4,6
/proc/31246/task/31248/stat : 31248 (priss) R 31245 31245 30862 0 -1 4202560 201537 0 0 0 94072 120 0 0 25 0 5 0 594240581 2906402816 640538 33554432000 4194304 5787044 140734111368000 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31246/tid=31249] ppid=31245 vsize=2838284 CPUtime=941.83 cores=0,2,4,6
/proc/31246/task/31249/stat : 31249 (priss) R 31245 31245 30862 0 -1 4202560 197380 0 0 0 94067 116 0 0 25 0 5 0 594240583 2906402816 640538 33554432000 4194304 5787044 140734111368000 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31246/tid=31250] ppid=31245 vsize=2838284 CPUtime=937.46 cores=0,2,4,6
/proc/31246/task/31250/stat : 31250 (priss) R 31245 31245 30862 0 -1 4202560 120764 0 0 0 93667 79 0 0 25 0 5 0 594240587 2906402816 640538 33554432000 4194304 5787044 140734111368000 18446744073709551615 5576450 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31246/tid=31251] ppid=31245 vsize=2838284 CPUtime=941.28 cores=0,2,4,6
/proc/31246/task/31251/stat : 31251 (priss) R 31245 31245 30862 0 -1 4202560 166932 0 0 0 94014 114 0 0 25 0 5 0 594240591 2906402816 640538 33554432000 4194304 5787044 140734111368000 18446744073709551615 4220925 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3762.77
Current children cumulated vsize (KiB) 2846984

[startup+1002.3 s]
/proc/loadavg: 8.11 8.08 8.02 9/188 31278
/proc/meminfo: memFree=19856920/32950928 swapFree=67071984/67111528
[pid=31245] ppid=31243 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31245/stat : 31245 (prissAuto.sh) S 31243 31245 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594240566 8908800 252 33554432000 4194304 4922060 140734555170128 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31245/statm: 2175 252 211 178 0 68 0
[pid=31246] ppid=31245 vsize=2839328 CPUtime=4002.41 cores=0,2,4,6
/proc/31246/stat : 31246 (priss) S 31245 31245 30862 0 -1 4202496 708575 0 0 0 399806 435 0 0 18 0 5 0 594240566 2907471872 640865 33554432000 4194304 5787044 140734111368000 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31246/statm: 709832 640865 417 389 0 705582 0
[pid=31246/tid=31248] ppid=31245 vsize=2839328 CPUtime=1001.91 cores=0,2,4,6
/proc/31246/task/31248/stat : 31248 (priss) R 31245 31245 30862 0 -1 4202560 201539 0 0 0 100070 121 0 0 25 0 5 0 594240581 2907471872 640865 33554432000 4194304 5787044 140734111368000 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31246/tid=31249] ppid=31245 vsize=2839328 CPUtime=1001.84 cores=0,2,4,6
/proc/31246/task/31249/stat : 31249 (priss) R 31245 31245 30862 0 -1 4202560 197384 0 0 0 100067 117 0 0 25 0 5 0 594240583 2907471872 640865 33554432000 4194304 5787044 140734111368000 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31246/tid=31250] ppid=31245 vsize=2839328 CPUtime=997.43 cores=0,2,4,6
/proc/31246/task/31250/stat : 31250 (priss) R 31245 31245 30862 0 -1 4202560 121080 0 0 0 99664 79 0 0 25 0 5 0 594240587 2907471872 640865 33554432000 4194304 5787044 140734111368000 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31246/tid=31251] ppid=31245 vsize=2839328 CPUtime=1000.95 cores=0,2,4,6
/proc/31246/task/31251/stat : 31251 (priss) R 31245 31245 30862 0 -1 4202560 166937 0 0 0 99981 114 0 0 25 0 5 0 594240591 2907471872 640865 33554432000 4194304 5787044 140734111368000 18446744073709551615 4220214 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4002.41
Current children cumulated vsize (KiB) 2848028

[startup+1062.3 s]
/proc/loadavg: 8.42 8.16 8.05 9/188 31283
/proc/meminfo: memFree=19778932/32950928 swapFree=67071984/67111528
[pid=31245] ppid=31243 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31245/stat : 31245 (prissAuto.sh) S 31243 31245 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594240566 8908800 252 33554432000 4194304 4922060 140734555170128 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31245/statm: 2175 252 211 178 0 68 0
[pid=31246] ppid=31245 vsize=2904864 CPUtime=4241.26 cores=0,2,4,6
/proc/31246/stat : 31246 (priss) S 31245 31245 30862 0 -1 4202496 728387 0 0 0 423672 454 0 0 18 0 5 0 594240566 2974580736 660677 33554432000 4194304 5787044 140734111368000 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31246/statm: 726216 660677 417 389 0 721966 0
[pid=31246/tid=31248] ppid=31245 vsize=2904864 CPUtime=1061.9 cores=0,2,4,6
/proc/31246/task/31248/stat : 31248 (priss) R 31245 31245 30862 0 -1 4202560 201545 0 0 0 106069 121 0 0 25 0 5 0 594240581 2974580736 660677 33554432000 4194304 5787044 140734111368000 18446744073709551615 4220550 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31246/tid=31249] ppid=31245 vsize=2904864 CPUtime=1061.83 cores=0,2,4,6
/proc/31246/task/31249/stat : 31249 (priss) R 31245 31245 30862 0 -1 4202560 207933 0 0 0 106057 126 0 0 25 0 5 0 594240583 2974580736 660677 33554432000 4194304 5787044 140734111368000 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31246/tid=31250] ppid=31245 vsize=2904864 CPUtime=1056.79 cores=0,2,4,6
/proc/31246/task/31250/stat : 31250 (priss) R 31245 31245 30862 0 -1 4202560 130321 0 0 0 105590 89 0 0 25 0 5 0 594240587 2974580736 660677 33554432000 4194304 5787044 140734111368000 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31246/tid=31251] ppid=31245 vsize=2904864 CPUtime=1060.47 cores=0,2,4,6
/proc/31246/task/31251/stat : 31251 (priss) R 31245 31245 30862 0 -1 4202560 166953 0 0 0 105933 114 0 0 25 0 5 0 594240591 2974580736 660677 33554432000 4194304 5787044 140734111368000 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4241.26
Current children cumulated vsize (KiB) 2913564

[startup+1122.3 s]
/proc/loadavg: 8.26 8.16 8.06 9/188 31284
/proc/meminfo: memFree=19617812/32950928 swapFree=67071984/67111528
[pid=31245] ppid=31243 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31245/stat : 31245 (prissAuto.sh) S 31243 31245 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594240566 8908800 252 33554432000 4194304 4922060 140734555170128 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31245/statm: 2175 252 211 178 0 68 0
[pid=31246] ppid=31245 vsize=3039048 CPUtime=4480.95 cores=0,2,4,6
/proc/31246/stat : 31246 (priss) S 31245 31245 30862 0 -1 4202496 766866 0 0 0 447603 492 0 0 18 0 5 0 594240566 3111985152 699156 33554432000 4194304 5787044 140734111368000 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31246/statm: 759762 699156 417 389 0 755512 0
[pid=31246/tid=31248] ppid=31245 vsize=3039048 CPUtime=1121.9 cores=0,2,4,6
/proc/31246/task/31248/stat : 31248 (priss) R 31245 31245 30862 0 -1 4202560 202869 0 0 0 112069 121 0 0 25 0 5 0 594240581 3111985152 699156 33554432000 4194304 5787044 140734111368000 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31246/tid=31249] ppid=31245 vsize=3039048 CPUtime=1121.83 cores=0,2,4,6
/proc/31246/task/31249/stat : 31249 (priss) R 31245 31245 30862 0 -1 4202560 219619 0 0 0 112046 137 0 0 25 0 5 0 594240583 3111985152 699156 33554432000 4194304 5787044 140734111368000 18446744073709551615 4220930 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31246/tid=31250] ppid=31245 vsize=3039048 CPUtime=1116.79 cores=0,2,4,6
/proc/31246/task/31250/stat : 31250 (priss) R 31245 31245 30862 0 -1 4202560 146192 0 0 0 111573 106 0 0 25 0 5 0 594240587 3111985152 699156 33554432000 4194304 5787044 140734111368000 18446744073709551615 4220930 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31246/tid=31251] ppid=31245 vsize=3039048 CPUtime=1120.15 cores=0,2,4,6
/proc/31246/task/31251/stat : 31251 (priss) R 31245 31245 30862 0 -1 4202560 176551 0 0 0 111892 123 0 0 25 0 5 0 594240591 3111985152 699156 33554432000 4194304 5787044 140734111368000 18446744073709551615 5528404 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4480.95
Current children cumulated vsize (KiB) 3047748

[startup+1182.3 s]
/proc/loadavg: 7.96 8.08 8.03 9/188 31319
/proc/meminfo: memFree=20438052/32950928 swapFree=67071984/67111528
[pid=31245] ppid=31243 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31245/stat : 31245 (prissAuto.sh) S 31243 31245 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594240566 8908800 252 33554432000 4194304 4922060 140734555170128 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31245/statm: 2175 252 211 178 0 68 0
[pid=31246] ppid=31245 vsize=3305288 CPUtime=4720.59 cores=0,2,4,6
/proc/31246/stat : 31246 (priss) S 31245 31245 30862 0 -1 4202496 825715 0 0 0 471518 541 0 0 18 0 5 0 594240566 3384614912 758005 33554432000 4194304 5787044 140734111368000 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31246/statm: 826322 758005 417 389 0 822072 0
[pid=31246/tid=31248] ppid=31245 vsize=3305288 CPUtime=1181.9 cores=0,2,4,6
/proc/31246/task/31248/stat : 31248 (priss) R 31245 31245 30862 0 -1 4202560 213412 0 0 0 118061 129 0 0 25 0 5 0 594240581 3384614912 758005 33554432000 4194304 5787044 140734111368000 18446744073709551615 5591309 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31246/tid=31249] ppid=31245 vsize=3305288 CPUtime=1181.82 cores=0,2,4,6
/proc/31246/task/31249/stat : 31249 (priss) R 31245 31245 30862 0 -1 4202560 239920 0 0 0 118029 153 0 0 25 0 5 0 594240583 3384614912 758005 33554432000 4194304 5787044 140734111368000 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31246/tid=31250] ppid=31245 vsize=3305288 CPUtime=1176.78 cores=0,2,4,6
/proc/31246/task/31250/stat : 31250 (priss) R 31245 31245 30862 0 -1 4202560 161896 0 0 0 117557 121 0 0 25 0 5 0 594240587 3384614912 758005 33554432000 4194304 5787044 140734111368000 18446744073709551615 260905055265 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31246/tid=31251] ppid=31245 vsize=3305288 CPUtime=1179.81 cores=0,2,4,6
/proc/31246/task/31251/stat : 31251 (priss) R 31245 31245 30862 0 -1 4202560 188852 0 0 0 117848 133 0 0 25 0 5 0 594240591 3384614912 758005 33554432000 4194304 5787044 140734111368000 18446744073709551615 4220476 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4720.59
Current children cumulated vsize (KiB) 3313988



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.2 s]
/proc/loadavg: 7.97 8.08 8.03 9/188 31319
/proc/meminfo: memFree=20342668/32950928 swapFree=67071984/67111528
[pid=31245] ppid=31243 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31245/stat : 31245 (prissAuto.sh) S 31243 31245 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594240566 8908800 252 33554432000 4194304 4922060 140734555170128 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31245/statm: 2175 252 211 178 0 68 0
[pid=31246] ppid=31245 vsize=3437284 CPUtime=4800.1 cores=0,2,4,6
/proc/31246/stat : 31246 (priss) S 31245 31245 30862 0 -1 4202496 845924 0 0 0 479451 559 0 0 18 0 5 0 594240566 3519778816 778214 33554432000 4194304 5787044 140734111368000 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31246/statm: 859321 778214 417 389 0 855071 0
[pid=31246/tid=31248] ppid=31245 vsize=3437284 CPUtime=1201.8 cores=0,2,4,6
/proc/31246/task/31248/stat : 31248 (priss) R 31245 31245 30862 0 -1 4202560 221209 0 0 0 120045 135 0 0 25 0 5 0 594240581 3519778816 778215 33554432000 4194304 5787044 140734111368000 18446744073709551615 260905055265 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31246/tid=31249] ppid=31245 vsize=3437284 CPUtime=1201.73 cores=0,2,4,6
/proc/31246/task/31249/stat : 31249 (priss) R 31245 31245 30862 0 -1 4202560 247784 0 0 0 120012 161 0 0 25 0 5 0 594240583 3519778816 778215 33554432000 4194304 5787044 140734111368000 18446744073709551615 4220939 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31246/tid=31250] ppid=31245 vsize=3437284 CPUtime=1196.69 cores=0,2,4,6
/proc/31246/task/31250/stat : 31250 (priss) R 31245 31245 30862 0 -1 4202560 166175 0 0 0 119543 126 0 0 25 0 5 0 594240587 3519778816 778215 33554432000 4194304 5787044 140734111368000 18446744073709551615 4220896 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31246/tid=31251] ppid=31245 vsize=3437284 CPUtime=1199.6 cores=0,2,4,6
/proc/31246/task/31251/stat : 31251 (priss) R 31245 31245 30862 0 -1 4202560 189122 0 0 0 119827 133 0 0 25 0 5 0 594240591 3519778816 778215 33554432000 4194304 5787044 140734111368000 18446744073709551615 5528404 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.1
Current children cumulated vsize (KiB) 3445984

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 31245 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 4800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1202.22
CPU time (s): 4800.1
CPU user time (s): 4794.51
CPU system time (s): 5.59
CPU usage (%): 399.271
Max. virtual memory (cumulated for all children) (KiB): 3445984

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

runsolver used 1.90171 second user time and 4.63129 second system time

The end

Launcher Data

Begin job on node116 at 2011-04-29 03:21:39
IDJOB=3281936
IDBENCH=70760
IDSOLVER=1602
FILE ID=node116/3281936-1304040099
RUNJOBID= node116-1304036428-30880
PBS_JOBID= 13170355
Free space on /tmp= 72488 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT09/APPLICATIONS/bitverif/minxorminand/minxorminand128.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3281936-1304040099/watcher-3281936-1304040099 -o /tmp/evaluation-result-3281936-1304040099/solver-3281936-1304040099 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3281936-1304040099.cnf 488071576 4800 15500 4

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

MD5SUM BENCH= a551844fb6a7f35cf6025d0a525ca14e
RANDOM SEED=488071576

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
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.826
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.75
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.826
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.77
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.826
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.826
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.75
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.826
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:     32950928 kB
MemFree:      22781648 kB
Buffers:       1893396 kB
Cached:        6922720 kB
SwapCached:       9732 kB
Active:        5228044 kB
Inactive:      4517848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      22781648 kB
SwapTotal:    67111528 kB
SwapFree:     67071984 kB
Dirty:           18756 kB
Writeback:           0 kB
AnonPages:      923656 kB
Mapped:          14676 kB
Slab:           358964 kB
PageTables:       6688 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1198072 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= 72504 MiB
End job on node116 at 2011-04-29 03:41:43