Trace number 3280924

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.03 1201.92

General information on the benchmark

Nameindustrial/jarvisalo/
eq.atree.braun.11.unsat.cnf
MD5SUM90581094793af5fc10d4e4b9a10259ac
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark643.759
Satisfiable
(Un)Satisfiability was proved
Number of variables1400
Number of clauses4732
Sum of the clauses size12300
Maximum clause length21
Minimum clause length1
Number of clauses of size 13
Number of clauses of size 22052
Number of clauses of size 32605
Number of clauses of size 427
Number of clauses of size 531
Number of clauses of size over 514

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: 26002
0.00/0.00	c setup for 4cores
0.00/0.00	c parsetime: 1447us
0.00/0.00	c parsed 4732 clauses with 1400 variables
0.00/0.00	c NW started thread 0 successfully (1096755520)
0.00/0.00	c NW started thread 1 successfully (1107245376)
0.00/0.00	c NW started thread 2 successfully (1117735232)
0.00/0.00	c NW started thread 3 successfully (1128225088)
0.00/0.48	c preprocessor returned 10006 variables
0.00/0.48	c preprocessing returned UNKNOWN
0.00/0.48	c PP set 3 variables
0.00/0.48	c pp time: 475224us (0s)
0.00/0.48	c preprocessor returned 10006 variables
0.00/0.48	c preprocessing returned UNKNOWN
0.00/0.48	c PP set 3 variables
0.00/0.48	c pp time: 474421us (0s)
0.00/0.48	c preprocessor returned 10006 variables
0.00/0.48	c preprocessing returned UNKNOWN
0.00/0.48	c PP set 3 variables
0.00/0.48	c pp time: 475840us (0s)
12.77/3.23	c preprocessor returned 30012 variables
12.77/3.23	c preprocessing returned UNKNOWN
12.77/3.23	c PP set 3 variables
12.77/3.23	c pp time: 3225903us (3s)
2391.03/598.61	c added unsatisfied clause
2391.03/598.61	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-3280924-1304038021/watcher-3280924-1304038021 -o /tmp/evaluation-result-3280924-1304038021/solver-3280924-1304038021 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3280924-1304038021.cnf 1193850181 4800 15500 4 

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

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


[startup+0 s]
/proc/loadavg: 7.39 7.94 8.19 5/182 26001
/proc/meminfo: memFree=16083788/32950928 swapFree=67111528/67111528
[pid=26001] ppid=25999 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26001/stat : 26001 (prissAuto.sh) S 25999 26001 24860 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515400865 8908800 252 33554432000 4194304 4922060 140736005836624 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26001/statm: 2175 252 211 178 0 68 0

[startup+0.054132 s]
/proc/loadavg: 7.39 7.94 8.19 5/182 26001
/proc/meminfo: memFree=16083788/32950928 swapFree=67111528/67111528
[pid=26001] ppid=25999 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26001/stat : 26001 (prissAuto.sh) S 25999 26001 24860 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515400865 8908800 252 33554432000 4194304 4922060 140736005836624 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26001/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.154112 s]
/proc/loadavg: 7.39 7.94 8.19 5/182 26001
/proc/meminfo: memFree=16083788/32950928 swapFree=67111528/67111528
[pid=26001] ppid=25999 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26001/stat : 26001 (prissAuto.sh) S 25999 26001 24860 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515400865 8908800 252 33554432000 4194304 4922060 140736005836624 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26001/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300087 s]
/proc/loadavg: 7.39 7.94 8.19 5/182 26001
/proc/meminfo: memFree=16083788/32950928 swapFree=67111528/67111528
[pid=26001] ppid=25999 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26001/stat : 26001 (prissAuto.sh) S 25999 26001 24860 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515400865 8908800 252 33554432000 4194304 4922060 140736005836624 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26001/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701017 s]
/proc/loadavg: 7.39 7.94 8.19 5/182 26001
/proc/meminfo: memFree=16083788/32950928 swapFree=67111528/67111528
[pid=26001] ppid=25999 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26001/stat : 26001 (prissAuto.sh) S 25999 26001 24860 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515400865 8908800 252 33554432000 4194304 4922060 140736005836624 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26001/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50087 s]
/proc/loadavg: 7.39 7.94 8.19 9/188 26007
/proc/meminfo: memFree=16055592/32950928 swapFree=67111528/67111528
[pid=26001] ppid=25999 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26001/stat : 26001 (prissAuto.sh) S 25999 26001 24860 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515400865 8908800 252 33554432000 4194304 4922060 140736005836624 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26001/statm: 2175 252 211 178 0 68 0
[pid=26002] ppid=26001 vsize=273580 CPUtime=5.96 cores=0,2,4,6
/proc/26002/stat : 26002 (priss) S 26001 26001 24860 0 -1 4202496 8730 0 0 0 594 2 0 0 25 0 5 0 515400865 280145920 6950 33554432000 4194304 5787044 140733370142128 18446744073709551615 268284512689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/26002/statm: 68395 6950 405 389 0 64145 0
[pid=26002/tid=26004] ppid=26001 vsize=273580 CPUtime=1.48 cores=0,2,4,6
/proc/26002/task/26004/stat : 26004 (priss) R 26001 26001 24860 0 -1 4202560 1763 0 0 0 148 0 0 0 25 0 5 0 515400866 280145920 6950 33554432000 4194304 5787044 140733370142128 18446744073709551615 5591712 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26002/tid=26005] ppid=26001 vsize=273580 CPUtime=1.48 cores=0,2,4,6
/proc/26002/task/26005/stat : 26005 (priss) R 26001 26001 24860 0 -1 4202560 1599 0 0 0 148 0 0 0 19 0 5 0 515400866 280145920 6950 33554432000 4194304 5787044 140733370142128 18446744073709551615 5591573 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26002/tid=26006] ppid=26001 vsize=273580 CPUtime=1.48 cores=0,2,4,6
/proc/26002/task/26006/stat : 26006 (priss) R 26001 26001 24860 0 -1 4202560 1638 0 0 0 148 0 0 0 19 0 5 0 515400866 280145920 6950 33554432000 4194304 5787044 140733370142128 18446744073709551615 5591298 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=26002/tid=26007] ppid=26001 vsize=273580 CPUtime=1.49 cores=0,2,4,6
/proc/26002/task/26007/stat : 26007 (priss) R 26001 26001 24860 0 -1 4202560 2214 0 0 0 149 0 0 0 25 0 5 0 515400866 280145920 6950 33554432000 4194304 5787044 140733370142128 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 282280

[startup+3.10059 s]
/proc/loadavg: 7.44 7.94 8.19 9/188 26007
/proc/meminfo: memFree=16051500/32950928 swapFree=67111528/67111528
[pid=26001] ppid=25999 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26001/stat : 26001 (prissAuto.sh) S 25999 26001 24860 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515400865 8908800 252 33554432000 4194304 4922060 140736005836624 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26001/statm: 2175 252 211 178 0 68 0
[pid=26002] ppid=26001 vsize=273580 CPUtime=12.35 cores=0,2,4,6
/proc/26002/stat : 26002 (priss) S 26001 26001 24860 0 -1 4202496 9382 0 0 0 1233 2 0 0 25 0 5 0 515400865 280145920 7602 33554432000 4194304 5787044 140733370142128 18446744073709551615 268284512689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/26002/statm: 68395 7602 405 389 0 64145 0
[pid=26002/tid=26004] ppid=26001 vsize=273580 CPUtime=3.07 cores=0,2,4,6
/proc/26002/task/26004/stat : 26004 (priss) R 26001 26001 24860 0 -1 4202560 1930 0 0 0 307 0 0 0 25 0 5 0 515400866 280145920 7602 33554432000 4194304 5787044 140733370142128 18446744073709551615 5586765 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26002/tid=26005] ppid=26001 vsize=273580 CPUtime=3.08 cores=0,2,4,6
/proc/26002/task/26005/stat : 26005 (priss) R 26001 26001 24860 0 -1 4202560 1818 0 0 0 308 0 0 0 23 0 5 0 515400866 280145920 7602 33554432000 4194304 5787044 140733370142128 18446744073709551615 4254550 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26002/tid=26006] ppid=26001 vsize=273580 CPUtime=3.08 cores=0,2,4,6
/proc/26002/task/26006/stat : 26006 (priss) R 26001 26001 24860 0 -1 4202560 1904 0 0 0 308 0 0 0 22 0 5 0 515400866 280145920 7602 33554432000 4194304 5787044 140733370142128 18446744073709551615 5591827 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=26002/tid=26007] ppid=26001 vsize=273580 CPUtime=3.09 cores=0,2,4,6
/proc/26002/task/26007/stat : 26007 (priss) R 26001 26001 24860 0 -1 4202560 2214 0 0 0 309 0 0 0 25 0 5 0 515400866 280145920 7602 33554432000 4194304 5787044 140733370142128 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 282280

[startup+6.30102 s]
/proc/loadavg: 7.44 7.94 8.19 9/188 26007
/proc/meminfo: memFree=16035832/32950928 swapFree=67111528/67111528
[pid=26001] ppid=25999 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26001/stat : 26001 (prissAuto.sh) S 25999 26001 24860 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515400865 8908800 252 33554432000 4194304 4922060 140736005836624 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26001/statm: 2175 252 211 178 0 68 0
[pid=26002] ppid=26001 vsize=278104 CPUtime=25.13 cores=0,2,4,6
/proc/26002/stat : 26002 (priss) S 26001 26001 24860 0 -1 4202496 12102 0 0 0 2511 2 0 0 25 0 5 0 515400865 284778496 9618 33554432000 4194304 5787044 140733370142128 18446744073709551615 268284512689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/26002/statm: 69526 9618 419 389 0 65276 0
[pid=26002/tid=26004] ppid=26001 vsize=278104 CPUtime=6.25 cores=0,2,4,6
/proc/26002/task/26004/stat : 26004 (priss) R 26001 26001 24860 0 -1 4202560 2254 0 0 0 625 0 0 0 25 0 5 0 515400866 284778496 9618 33554432000 4194304 5787044 140733370142128 18446744073709551615 5592012 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26002/tid=26005] ppid=26001 vsize=278104 CPUtime=6.29 cores=0,2,4,6
/proc/26002/task/26005/stat : 26005 (priss) R 26001 26001 24860 0 -1 4202560 2113 0 0 0 628 1 0 0 25 0 5 0 515400866 284778496 9618 33554432000 4194304 5787044 140733370142128 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26002/tid=26006] ppid=26001 vsize=278104 CPUtime=6.28 cores=0,2,4,6
/proc/26002/task/26006/stat : 26006 (priss) R 26001 26001 24860 0 -1 4202560 2222 0 0 0 628 0 0 0 25 0 5 0 515400866 284778496 9618 33554432000 4194304 5787044 140733370142128 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=26002/tid=26007] ppid=26001 vsize=278104 CPUtime=6.29 cores=0,2,4,6
/proc/26002/task/26007/stat : 26007 (priss) R 26001 26001 24860 0 -1 4202560 3997 0 0 0 629 0 0 0 25 0 5 0 515400866 284778496 9618 33554432000 4194304 5787044 140733370142128 18446744073709551615 4218850 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 286804

[startup+12.7009 s]
/proc/loadavg: 7.53 7.94 8.18 9/188 26007
/proc/meminfo: memFree=16010824/32950928 swapFree=67111528/67111528
[pid=26001] ppid=25999 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26001/stat : 26001 (prissAuto.sh) S 25999 26001 24860 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515400865 8908800 252 33554432000 4194304 4922060 140736005836624 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26001/statm: 2175 252 211 178 0 68 0
[pid=26002] ppid=26001 vsize=284336 CPUtime=50.69 cores=0,2,4,6
/proc/26002/stat : 26002 (priss) S 26001 26001 24860 0 -1 4202496 15104 0 0 0 5065 4 0 0 25 0 5 0 515400865 291160064 12620 33554432000 4194304 5787044 140733370142128 18446744073709551615 268284512689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/26002/statm: 71084 12620 419 389 0 66834 0
[pid=26002/tid=26004] ppid=26001 vsize=284336 CPUtime=12.62 cores=0,2,4,6
/proc/26002/task/26004/stat : 26004 (priss) R 26001 26001 24860 0 -1 4202560 2780 0 0 0 1261 1 0 0 25 0 5 0 515400866 291160064 12620 33554432000 4194304 5787044 140733370142128 18446744073709551615 5591734 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26002/tid=26005] ppid=26001 vsize=284336 CPUtime=12.68 cores=0,2,4,6
/proc/26002/task/26005/stat : 26005 (priss) R 26001 26001 24860 0 -1 4202560 3680 0 0 0 1267 1 0 0 25 0 5 0 515400866 291160064 12620 33554432000 4194304 5787044 140733370142128 18446744073709551615 5591342 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26002/tid=26006] ppid=26001 vsize=284336 CPUtime=12.69 cores=0,2,4,6
/proc/26002/task/26006/stat : 26006 (priss) R 26001 26001 24860 0 -1 4202560 2629 0 0 0 1268 1 0 0 25 0 5 0 515400866 291160064 12620 33554432000 4194304 5787044 140733370142128 18446744073709551615 5591315 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=26002/tid=26007] ppid=26001 vsize=284336 CPUtime=12.68 cores=0,2,4,6
/proc/26002/task/26007/stat : 26007 (priss) R 26001 26001 24860 0 -1 4202560 4499 0 0 0 1268 0 0 0 25 0 5 0 515400866 291160064 12620 33554432000 4194304 5787044 140733370142128 18446744073709551615 5527019 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 293036

[startup+25.5006 s]
/proc/loadavg: 7.60 7.94 8.18 9/188 26008
/proc/meminfo: memFree=15989748/32950928 swapFree=67111528/67111528
[pid=26001] ppid=25999 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26001/stat : 26001 (prissAuto.sh) S 25999 26001 24860 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515400865 8908800 252 33554432000 4194304 4922060 140736005836624 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26001/statm: 2175 252 211 178 0 68 0
[pid=26002] ppid=26001 vsize=287404 CPUtime=101.81 cores=0,2,4,6
/proc/26002/stat : 26002 (priss) S 26001 26001 24860 0 -1 4202496 17691 0 0 0 10176 5 0 0 25 0 5 0 515400865 294301696 15206 33554432000 4194304 5787044 140733370142128 18446744073709551615 268284512689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/26002/statm: 71851 15206 419 389 0 67601 0
[pid=26002/tid=26004] ppid=26001 vsize=287404 CPUtime=25.35 cores=0,2,4,6
/proc/26002/task/26004/stat : 26004 (priss) R 26001 26001 24860 0 -1 4202560 3194 0 0 0 2534 1 0 0 25 0 5 0 515400866 294301696 15206 33554432000 4194304 5787044 140733370142128 18446744073709551615 5591730 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26002/tid=26005] ppid=26001 vsize=287404 CPUtime=25.47 cores=0,2,4,6
/proc/26002/task/26005/stat : 26005 (priss) R 26001 26001 24860 0 -1 4202560 4130 0 0 0 2546 1 0 0 25 0 5 0 515400866 294301696 15206 33554432000 4194304 5787044 140733370142128 18446744073709551615 4229303 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26002/tid=26006] ppid=26001 vsize=287404 CPUtime=25.48 cores=0,2,4,6
/proc/26002/task/26006/stat : 26006 (priss) R 26001 26001 24860 0 -1 4202560 3626 0 0 0 2547 1 0 0 25 0 5 0 515400866 294301696 15206 33554432000 4194304 5787044 140733370142128 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=26002/tid=26007] ppid=26001 vsize=287404 CPUtime=25.48 cores=0,2,4,6
/proc/26002/task/26007/stat : 26007 (priss) R 26001 26001 24860 0 -1 4202560 5225 0 0 0 2548 0 0 0 25 0 5 0 515400866 294301696 15206 33554432000 4194304 5787044 140733370142128 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 296104

[startup+51.1011 s]
/proc/loadavg: 7.74 7.94 8.18 9/188 26008
/proc/meminfo: memFree=15947076/32950928 swapFree=67111528/67111528
[pid=26001] ppid=25999 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26001/stat : 26001 (prissAuto.sh) S 25999 26001 24860 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515400865 8908800 252 33554432000 4194304 4922060 140736005836624 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26001/statm: 2175 252 211 178 0 68 0
[pid=26002] ppid=26001 vsize=295580 CPUtime=204.07 cores=0,2,4,6
/proc/26002/stat : 26002 (priss) S 26001 26001 24860 0 -1 4202496 22894 0 0 0 20397 10 0 0 25 0 5 0 515400865 302673920 20406 33554432000 4194304 5787044 140733370142128 18446744073709551615 268284512689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/26002/statm: 73895 20406 419 389 0 69645 0
[pid=26002/tid=26004] ppid=26001 vsize=295580 CPUtime=50.81 cores=0,2,4,6
/proc/26002/task/26004/stat : 26004 (priss) R 26001 26001 24860 0 -1 4202560 4415 0 0 0 5079 2 0 0 25 0 5 0 515400866 302673920 20406 33554432000 4194304 5787044 140733370142128 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26002/tid=26005] ppid=26001 vsize=295580 CPUtime=51.07 cores=0,2,4,6
/proc/26002/task/26005/stat : 26005 (priss) R 26001 26001 24860 0 -1 4202560 5351 0 0 0 5104 3 0 0 25 0 5 0 515400866 302673920 20406 33554432000 4194304 5787044 140733370142128 18446744073709551615 4216674 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26002/tid=26006] ppid=26001 vsize=295580 CPUtime=51.08 cores=0,2,4,6
/proc/26002/task/26006/stat : 26006 (priss) R 26001 26001 24860 0 -1 4202560 4408 0 0 0 5106 2 0 0 25 0 5 0 515400866 302673920 20406 33554432000 4194304 5787044 140733370142128 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=26002/tid=26007] ppid=26001 vsize=295580 CPUtime=51.08 cores=0,2,4,6
/proc/26002/task/26007/stat : 26007 (priss) R 26001 26001 24860 0 -1 4202560 7204 0 0 0 5107 1 0 0 25 0 5 0 515400866 302673920 20406 33554432000 4194304 5787044 140733370142128 18446744073709551615 5527482 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204.07
Current children cumulated vsize (KiB) 304280

[startup+102.307 s]
/proc/loadavg: 7.89 7.95 8.16 9/188 26010
/proc/meminfo: memFree=15898064/32950928 swapFree=67111528/67111528
[pid=26001] ppid=25999 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26001/stat : 26001 (prissAuto.sh) S 25999 26001 24860 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515400865 8908800 252 33554432000 4194304 4922060 140736005836624 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26001/statm: 2175 252 211 178 0 68 0
[pid=26002] ppid=26001 vsize=304752 CPUtime=408.61 cores=0,2,4,6
/proc/26002/stat : 26002 (priss) S 26001 26001 24860 0 -1 4202496 29166 0 0 0 40845 16 0 0 25 0 5 0 515400865 312066048 26589 33554432000 4194304 5787044 140733370142128 18446744073709551615 268284512689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/26002/statm: 76188 26589 419 389 0 71938 0
[pid=26002/tid=26004] ppid=26001 vsize=304752 CPUtime=101.72 cores=0,2,4,6
/proc/26002/task/26004/stat : 26004 (priss) R 26001 26001 24860 0 -1 4202560 4932 0 0 0 10170 2 0 0 25 0 5 0 515400866 312066048 26589 33554432000 4194304 5787044 140733370142128 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26002/tid=26005] ppid=26001 vsize=304752 CPUtime=102.27 cores=0,2,4,6
/proc/26002/task/26005/stat : 26005 (priss) R 26001 26001 24860 0 -1 4202560 6488 0 0 0 10223 4 0 0 25 0 5 0 515400866 312066048 26589 33554432000 4194304 5787044 140733370142128 18446744073709551615 5590632 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26002/tid=26006] ppid=26001 vsize=304752 CPUtime=102.29 cores=0,2,4,6
/proc/26002/task/26006/stat : 26006 (priss) R 26001 26001 24860 0 -1 4202560 6668 0 0 0 10223 6 0 0 25 0 5 0 515400866 312066048 26589 33554432000 4194304 5787044 140733370142128 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=26002/tid=26007] ppid=26001 vsize=304752 CPUtime=102.29 cores=0,2,4,6

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

/proc/26002/task/26005/stat : 26005 (priss) R 26001 26001 24860 0 -1 4202560 15338 0 0 0 88209 11 0 0 25 0 5 0 515400866 378830848 64493 33554432000 4194304 5787044 140733370142128 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26002/tid=26006] ppid=26001 vsize=369952 CPUtime=882.29 cores=0,2,4,6
/proc/26002/task/26006/stat : 26006 (priss) R 26001 26001 24860 0 -1 4202560 20867 0 0 0 88206 23 0 0 25 0 5 0 515400866 378830848 64493 33554432000 4194304 5787044 140733370142128 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=26002/tid=26007] ppid=26001 vsize=369952 CPUtime=882.26 cores=0,2,4,6
/proc/26002/task/26007/stat : 26007 (priss) R 26001 26001 24860 0 -1 4202560 16456 0 0 0 88216 10 0 0 25 0 5 0 515400866 378830848 64493 33554432000 4194304 5787044 140733370142128 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3524.25
Current children cumulated vsize (KiB) 378652

[startup+942.3 s]
/proc/loadavg: 8.15 8.07 8.09 9/188 26041
/proc/meminfo: memFree=15567064/32950928 swapFree=67111528/67111528
[pid=26001] ppid=25999 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26001/stat : 26001 (prissAuto.sh) S 25999 26001 24860 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515400865 8908800 252 33554432000 4194304 4922060 140736005836624 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26001/statm: 2175 252 211 178 0 68 0
[pid=26002] ppid=26001 vsize=369952 CPUtime=3763.93 cores=0,2,4,6
/proc/26002/stat : 26002 (priss) S 26001 26001 24860 0 -1 4202496 69935 0 0 0 376332 61 0 0 25 0 5 0 515400865 378830848 66855 33554432000 4194304 5787044 140733370142128 18446744073709551615 268284512689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/26002/statm: 92488 66855 419 389 0 88238 0
[pid=26002/tid=26004] ppid=26001 vsize=369952 CPUtime=937.15 cores=0,2,4,6
/proc/26002/task/26004/stat : 26004 (priss) R 26001 26001 24860 0 -1 4202560 13519 0 0 0 93704 11 0 0 25 0 5 0 515400866 378830848 66855 33554432000 4194304 5787044 140733370142128 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26002/tid=26005] ppid=26001 vsize=369952 CPUtime=942.2 cores=0,2,4,6
/proc/26002/task/26005/stat : 26005 (priss) R 26001 26001 24860 0 -1 4202560 16436 0 0 0 94207 13 0 0 25 0 5 0 515400866 378830848 66855 33554432000 4194304 5787044 140733370142128 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26002/tid=26006] ppid=26001 vsize=369952 CPUtime=942.29 cores=0,2,4,6
/proc/26002/task/26006/stat : 26006 (priss) R 26001 26001 24860 0 -1 4202560 20867 0 0 0 94206 23 0 0 25 0 5 0 515400866 378830848 66855 33554432000 4194304 5787044 140733370142128 18446744073709551615 5591666 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=26002/tid=26007] ppid=26001 vsize=369952 CPUtime=942.25 cores=0,2,4,6
/proc/26002/task/26007/stat : 26007 (priss) R 26001 26001 24860 0 -1 4202560 17597 0 0 0 94213 12 0 0 25 0 5 0 515400866 378830848 66855 33554432000 4194304 5787044 140733370142128 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3763.93
Current children cumulated vsize (KiB) 378652

[startup+1002.3 s]
/proc/loadavg: 8.16 8.09 8.09 9/188 26043
/proc/meminfo: memFree=15560220/32950928 swapFree=67111528/67111528
[pid=26001] ppid=25999 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26001/stat : 26001 (prissAuto.sh) S 25999 26001 24860 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515400865 8908800 252 33554432000 4194304 4922060 140736005836624 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26001/statm: 2175 252 211 178 0 68 0
[pid=26002] ppid=26001 vsize=369952 CPUtime=4003.58 cores=0,2,4,6
/proc/26002/stat : 26002 (priss) S 26001 26001 24860 0 -1 4202496 71219 0 0 0 400295 63 0 0 25 0 5 0 515400865 378830848 67945 33554432000 4194304 5787044 140733370142128 18446744073709551615 268284512689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/26002/statm: 92488 67945 419 389 0 88238 0
[pid=26002/tid=26004] ppid=26001 vsize=369952 CPUtime=996.82 cores=0,2,4,6
/proc/26002/task/26004/stat : 26004 (priss) R 26001 26001 24860 0 -1 4202560 13882 0 0 0 99671 11 0 0 25 0 5 0 515400866 378830848 67945 33554432000 4194304 5787044 140733370142128 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26002/tid=26005] ppid=26001 vsize=369952 CPUtime=1002.18 cores=0,2,4,6
/proc/26002/task/26005/stat : 26005 (priss) R 26001 26001 24860 0 -1 4202560 16894 0 0 0 100205 13 0 0 25 0 5 0 515400866 378830848 67945 33554432000 4194304 5787044 140733370142128 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26002/tid=26006] ppid=26001 vsize=369952 CPUtime=1002.29 cores=0,2,4,6
/proc/26002/task/26006/stat : 26006 (priss) R 26001 26001 24860 0 -1 4202560 20867 0 0 0 100206 23 0 0 25 0 5 0 515400866 378830848 67945 33554432000 4194304 5787044 140733370142128 18446744073709551615 5585346 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=26002/tid=26007] ppid=26001 vsize=369952 CPUtime=1002.25 cores=0,2,4,6
/proc/26002/task/26007/stat : 26007 (priss) R 26001 26001 24860 0 -1 4202560 18060 0 0 0 100211 14 0 0 25 0 5 0 515400866 378830848 67945 33554432000 4194304 5787044 140733370142128 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.58
Current children cumulated vsize (KiB) 378652

[startup+1062.3 s]
/proc/loadavg: 8.46 8.18 8.12 9/188 26047
/proc/meminfo: memFree=15558404/32950928 swapFree=67111528/67111528
[pid=26001] ppid=25999 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26001/stat : 26001 (prissAuto.sh) S 25999 26001 24860 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515400865 8908800 252 33554432000 4194304 4922060 140736005836624 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26001/statm: 2175 252 211 178 0 68 0
[pid=26002] ppid=26001 vsize=369952 CPUtime=4242.37 cores=0,2,4,6
/proc/26002/stat : 26002 (priss) S 26001 26001 24860 0 -1 4202496 71219 0 0 0 424174 63 0 0 25 0 5 0 515400865 378830848 67945 33554432000 4194304 5787044 140733370142128 18446744073709551615 268284512689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/26002/statm: 92488 67945 419 389 0 88238 0
[pid=26002/tid=26004] ppid=26001 vsize=369952 CPUtime=1056.36 cores=0,2,4,6
/proc/26002/task/26004/stat : 26004 (priss) R 26001 26001 24860 0 -1 4202560 13882 0 0 0 105625 11 0 0 25 0 5 0 515400866 378830848 67945 33554432000 4194304 5787044 140733370142128 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=26002/tid=26005] ppid=26001 vsize=369952 CPUtime=1061.89 cores=0,2,4,6
/proc/26002/task/26005/stat : 26005 (priss) R 26001 26001 24860 0 -1 4202560 16894 0 0 0 106176 13 0 0 25 0 5 0 515400866 378830848 67945 33554432000 4194304 5787044 140733370142128 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26002/tid=26006] ppid=26001 vsize=369952 CPUtime=1061.84 cores=0,2,4,6
/proc/26002/task/26006/stat : 26006 (priss) R 26001 26001 24860 0 -1 4202560 20867 0 0 0 106161 23 0 0 25 0 5 0 515400866 378830848 67945 33554432000 4194304 5787044 140733370142128 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26002/tid=26007] ppid=26001 vsize=369952 CPUtime=1062.25 cores=0,2,4,6
/proc/26002/task/26007/stat : 26007 (priss) R 26001 26001 24860 0 -1 4202560 18060 0 0 0 106211 14 0 0 25 0 5 0 515400866 378830848 67945 33554432000 4194304 5787044 140733370142128 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4242.37
Current children cumulated vsize (KiB) 378652

[startup+1122.3 s]
/proc/loadavg: 8.24 8.17 8.12 9/188 26049
/proc/meminfo: memFree=15557992/32950928 swapFree=67111528/67111528
[pid=26001] ppid=25999 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26001/stat : 26001 (prissAuto.sh) S 25999 26001 24860 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515400865 8908800 252 33554432000 4194304 4922060 140736005836624 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26001/statm: 2175 252 211 178 0 68 0
[pid=26002] ppid=26001 vsize=369952 CPUtime=4482.05 cores=0,2,4,6
/proc/26002/stat : 26002 (priss) S 26001 26001 24860 0 -1 4202496 71219 0 0 0 448141 64 0 0 25 0 5 0 515400865 378830848 67945 33554432000 4194304 5787044 140733370142128 18446744073709551615 268284512689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/26002/statm: 92488 67945 419 389 0 88238 0
[pid=26002/tid=26004] ppid=26001 vsize=369952 CPUtime=1116.36 cores=0,2,4,6
/proc/26002/task/26004/stat : 26004 (priss) R 26001 26001 24860 0 -1 4202560 13882 0 0 0 111625 11 0 0 25 0 5 0 515400866 378830848 67945 33554432000 4194304 5787044 140733370142128 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=26002/tid=26005] ppid=26001 vsize=369952 CPUtime=1121.88 cores=0,2,4,6
/proc/26002/task/26005/stat : 26005 (priss) R 26001 26001 24860 0 -1 4202560 16894 0 0 0 112175 13 0 0 25 0 5 0 515400866 378830848 67945 33554432000 4194304 5787044 140733370142128 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26002/tid=26006] ppid=26001 vsize=369952 CPUtime=1121.52 cores=0,2,4,6
/proc/26002/task/26006/stat : 26006 (priss) R 26001 26001 24860 0 -1 4202560 20867 0 0 0 112128 24 0 0 25 0 5 0 515400866 378830848 67945 33554432000 4194304 5787044 140733370142128 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26002/tid=26007] ppid=26001 vsize=369952 CPUtime=1122.25 cores=0,2,4,6
/proc/26002/task/26007/stat : 26007 (priss) R 26001 26001 24860 0 -1 4202560 18060 0 0 0 112211 14 0 0 25 0 5 0 515400866 378830848 67945 33554432000 4194304 5787044 140733370142128 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4482.05
Current children cumulated vsize (KiB) 378652

[startup+1182.3 s]
/proc/loadavg: 8.15 8.15 8.11 9/188 26051
/proc/meminfo: memFree=15556736/32950928 swapFree=67111528/67111528
[pid=26001] ppid=25999 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26001/stat : 26001 (prissAuto.sh) S 25999 26001 24860 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515400865 8908800 252 33554432000 4194304 4922060 140736005836624 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26001/statm: 2175 252 211 178 0 68 0
[pid=26002] ppid=26001 vsize=369952 CPUtime=4721.72 cores=0,2,4,6
/proc/26002/stat : 26002 (priss) S 26001 26001 24860 0 -1 4202496 71229 0 0 0 472108 64 0 0 25 0 5 0 515400865 378830848 67955 33554432000 4194304 5787044 140733370142128 18446744073709551615 268284512689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/26002/statm: 92488 67955 419 389 0 88238 0
[pid=26002/tid=26004] ppid=26001 vsize=369952 CPUtime=1176.36 cores=0,2,4,6
/proc/26002/task/26004/stat : 26004 (priss) R 26001 26001 24860 0 -1 4202560 13884 0 0 0 117625 11 0 0 25 0 5 0 515400866 378830848 67955 33554432000 4194304 5787044 140733370142128 18446744073709551615 5590874 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=26002/tid=26005] ppid=26001 vsize=369952 CPUtime=1181.87 cores=0,2,4,6
/proc/26002/task/26005/stat : 26005 (priss) R 26001 26001 24860 0 -1 4202560 16895 0 0 0 118174 13 0 0 25 0 5 0 515400866 378830848 67955 33554432000 4194304 5787044 140733370142128 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26002/tid=26006] ppid=26001 vsize=369952 CPUtime=1181.2 cores=0,2,4,6
/proc/26002/task/26006/stat : 26006 (priss) R 26001 26001 24860 0 -1 4202560 20874 0 0 0 118096 24 0 0 25 0 5 0 515400866 378830848 67955 33554432000 4194304 5787044 140733370142128 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26002/tid=26007] ppid=26001 vsize=369952 CPUtime=1182.25 cores=0,2,4,6
/proc/26002/task/26007/stat : 26007 (priss) R 26001 26001 24860 0 -1 4202560 18060 0 0 0 118211 14 0 0 25 0 5 0 515400866 378830848 67955 33554432000 4194304 5787044 140733370142128 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4721.72
Current children cumulated vsize (KiB) 378652



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 7.78 8.07 8.09 5/181 26052
/proc/meminfo: memFree=15834176/32950928 swapFree=67111528/67111528
[pid=26001] ppid=25999 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26001/stat : 26001 (prissAuto.sh) S 25999 26001 24860 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515400865 8908800 252 33554432000 4194304 4922060 140736005836624 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26001/statm: 2175 252 211 178 0 68 0
[pid=26002] ppid=26001 vsize=369952 CPUtime=4800.03 cores=0,2,4,6
/proc/26002/stat : 26002 (priss) S 26001 26001 24860 0 -1 4202496 71288 0 0 0 479939 64 0 0 25 0 5 0 515400865 378830848 68014 33554432000 4194304 5787044 140733370142128 18446744073709551615 268284512689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/26002/statm: 92488 68014 419 389 0 88238 0
[pid=26002/tid=26004] ppid=26001 vsize=369952 CPUtime=1195.96 cores=0,2,4,6
/proc/26002/task/26004/stat : 26004 (priss) R 26001 26001 24860 0 -1 4202560 13884 0 0 0 119585 11 0 0 25 0 5 0 515400866 378830848 68014 33554432000 4194304 5787044 140733370142128 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=26002/tid=26005] ppid=26001 vsize=369952 CPUtime=1201.48 cores=0,2,4,6
/proc/26002/task/26005/stat : 26005 (priss) R 26001 26001 24860 0 -1 4202560 16948 0 0 0 120135 13 0 0 25 0 5 0 515400866 378830848 68014 33554432000 4194304 5787044 140733370142128 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26002/tid=26006] ppid=26001 vsize=369952 CPUtime=1200.69 cores=0,2,4,6
/proc/26002/task/26006/stat : 26006 (priss) R 26001 26001 24860 0 -1 4202560 20879 0 0 0 120045 24 0 0 25 0 5 0 515400866 378830848 68014 33554432000 4194304 5787044 140733370142128 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26002/tid=26007] ppid=26001 vsize=369952 CPUtime=1201.85 cores=0,2,4,6
/proc/26002/task/26007/stat : 26007 (priss) R 26001 26001 24860 0 -1 4202560 18061 0 0 0 120171 14 0 0 25 0 5 0 515400866 378830848 68014 33554432000 4194304 5787044 140733370142128 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.03
Current children cumulated vsize (KiB) 378652

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

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

[startup+1201.9 s]
/proc/loadavg: 7.78 8.07 8.09 5/181 26052
/proc/meminfo: memFree=15834176/32950928 swapFree=67111528/67111528
[pid=26001] ppid=25999 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26001/stat : 26001 (prissAuto.sh) S 25999 26001 24860 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515400865 8908800 252 33554432000 4194304 4922060 140736005836624 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26001/statm: 2175 252 211 178 0 68 0
[pid=26002] ppid=26001 vsize=369952 CPUtime=4800.03 cores=0,2,4,6
/proc/26002/stat : 26002 (priss) S 26001 26001 24860 0 -1 4202496 71288 0 0 0 479939 64 0 0 25 0 5 0 515400865 378830848 68014 33554432000 4194304 5787044 140733370142128 18446744073709551615 268284512689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/26002/statm: 92488 68014 419 389 0 88238 0
[pid=26002/tid=26004] ppid=26001 vsize=369952 CPUtime=1195.96 cores=0,2,4,6
/proc/26002/task/26004/stat : 26004 (priss) R 26001 26001 24860 0 -1 4202560 13884 0 0 0 119585 11 0 0 25 0 5 0 515400866 378830848 68014 33554432000 4194304 5787044 140733370142128 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=26002/tid=26005] ppid=26001 vsize=369952 CPUtime=1201.48 cores=0,2,4,6
/proc/26002/task/26005/stat : 26005 (priss) R 26001 26001 24860 0 -1 4202560 16948 0 0 0 120135 13 0 0 25 0 5 0 515400866 378830848 68014 33554432000 4194304 5787044 140733370142128 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26002/tid=26006] ppid=26001 vsize=369952 CPUtime=1200.69 cores=0,2,4,6
/proc/26002/task/26006/stat : 26006 (priss) R 26001 26001 24860 0 -1 4202560 20879 0 0 0 120045 24 0 0 25 0 5 0 515400866 378830848 68014 33554432000 4194304 5787044 140733370142128 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26002/tid=26007] ppid=26001 vsize=369952 CPUtime=1201.85 cores=0,2,4,6
/proc/26002/task/26007/stat : 26007 (priss) R 26001 26001 24860 0 -1 4202560 18061 0 0 0 120171 14 0 0 25 0 5 0 515400866 378830848 68014 33554432000 4194304 5787044 140733370142128 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.03
Current children cumulated vsize (KiB) 378652

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26001 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=0
# CPU time returned by wait4() is 0
# while last known CPU time is 4800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.92
CPU time (s): 4800.03
CPU user time (s): 4799.39
CPU system time (s): 0.64
CPU usage (%): 399.365
Max. virtual memory (cumulated for all children) (KiB): 378652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0
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.71874 second user time and 4.84626 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-29 02:47:01
IDJOB=3280924
IDBENCH=20472
IDSOLVER=1602
FILE ID=node122/3280924-1304038021
RUNJOBID= node122-1304036813-25814
PBS_JOBID= 13170330
Free space on /tmp= 71664 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT07/industrial/jarvisalo/eq.atree.braun.11.unsat.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3280924-1304038021/watcher-3280924-1304038021 -o /tmp/evaluation-result-3280924-1304038021/solver-3280924-1304038021 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3280924-1304038021.cnf 1193850181 4800 15500 4

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

MD5SUM BENCH= 90581094793af5fc10d4e4b9a10259ac
RANDOM SEED=1193850181

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      16084068 kB
Buffers:       1731492 kB
Cached:       14480996 kB
SwapCached:          0 kB
Active:        5311084 kB
Inactive:     10992068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      16084068 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3336 kB
Writeback:           0 kB
AnonPages:       89988 kB
Mapped:          15140 kB
Slab:           501572 kB
PageTables:       4576 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   279284 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= 71640 MiB
End job on node122 at 2011-04-29 03:07:05