Trace number 3291550

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.37 1201.82

General information on the benchmark

NameSAT03/industrial/kukula/addm_bench/
am_7_7.shuffled-as.sat03-363.cnf
MD5SUMc7f51e1ee7556440ab29e1c4bfe29538
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables4264
Number of clauses14751
Sum of the clauses size40035
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 24214
Number of clauses of size 310535
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: 20307
0.00/0.00	c setup for 4cores
0.00/0.01	c parsetime: 4625us
0.00/0.01	c parsed 14751 clauses with 4264 variables
0.00/0.01	c NW started thread 0 successfully (1109489984)
0.00/0.01	c NW started thread 1 successfully (1085233472)
0.00/0.01	c NW started thread 2 successfully (1119979840)
0.00/0.01	c NW started thread 3 successfully (1130469696)
0.00/1.10	c preprocessor returned 10010 variables
0.00/1.10	c preprocessing returned UNKNOWN
0.00/1.10	c PP set 2233 variables
0.00/1.10	c pp time: 1094342us (1s)
0.00/1.11	c preprocessor returned 10010 variables
0.00/1.11	c preprocessing returned UNKNOWN
0.00/1.11	c PP set 2233 variables
0.00/1.11	c pp time: 1097455us (1s)
0.00/1.12	c preprocessor returned 10010 variables
0.00/1.12	c preprocessing returned UNKNOWN
0.00/1.12	c PP set 2233 variables
0.00/1.12	c pp time: 1109955us (1s)
9.92/2.50	c preprocessor returned 30004 variables
9.92/2.50	c preprocessing returned UNKNOWN
9.92/2.50	c PP set 2233 variables
9.92/2.50	c pp time: 2490381us (2s)
9.92/2.55	c HTE
9.92/2.55	c subsumption
9.92/2.56	c simplified formula contains 0 unit clauses
29.06/7.35	c received clause contains eliminated literal -2458
49.41/12.48	c received clause contains eliminated literal -2677
140.46/35.23	c received clause contains eliminated literal 3341
562.22/140.88	c received clause contains eliminated literal 1444

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-3291550-1304065852/watcher-3291550-1304065852 -o /tmp/evaluation-result-3291550-1304065852/solver-3291550-1304065852 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3291550-1304065852.cnf 1241618746 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.97 8.09 1/176 20306
/proc/meminfo: memFree=25402964/32951124 swapFree=67111524/67111528
[pid=20306] ppid=20304 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20306/stat : 20306 (prissAuto.sh) S 20304 20306 19041 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 518183402 8908800 251 33554432000 4194304 4922060 140735421558592 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20306/statm: 2175 251 211 178 0 68 0

[startup+0.061325 s]
/proc/loadavg: 7.39 7.97 8.09 1/176 20306
/proc/meminfo: memFree=25402964/32951124 swapFree=67111524/67111528
[pid=20306] ppid=20304 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20306/stat : 20306 (prissAuto.sh) S 20304 20306 19041 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 518183402 8908800 251 33554432000 4194304 4922060 140735421558592 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20306/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.940942 s]
/proc/loadavg: 7.39 7.97 8.09 1/176 20306
/proc/meminfo: memFree=25402964/32951124 swapFree=67111524/67111528
[pid=20306] ppid=20304 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20306/stat : 20306 (prissAuto.sh) S 20304 20306 19041 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 518183402 8908800 251 33554432000 4194304 4922060 140735421558592 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20306/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.04092 s]
/proc/loadavg: 7.39 7.97 8.09 1/176 20306
/proc/meminfo: memFree=25402964/32951124 swapFree=67111524/67111528
[pid=20306] ppid=20304 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20306/stat : 20306 (prissAuto.sh) S 20304 20306 19041 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 518183402 8908800 251 33554432000 4194304 4922060 140735421558592 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20306/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.11499 s]
/proc/loadavg: 7.39 7.97 8.09 1/176 20306
/proc/meminfo: memFree=25402964/32951124 swapFree=67111524/67111528
[pid=20306] ppid=20304 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20306/stat : 20306 (prissAuto.sh) S 20304 20306 19041 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 518183402 8908800 251 33554432000 4194304 4922060 140735421558592 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20306/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50084 s]
/proc/loadavg: 7.39 7.97 8.09 1/176 20306
/proc/meminfo: memFree=25402964/32951124 swapFree=67111524/67111528
[pid=20306] ppid=20304 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20306/stat : 20306 (prissAuto.sh) S 20304 20306 19041 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 518183402 8908800 251 33554432000 4194304 4922060 140735421558592 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20306/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10056 s]
/proc/loadavg: 7.39 7.97 8.09 6/184 20316
/proc/meminfo: memFree=25311960/32951124 swapFree=67111524/67111528
[pid=20306] ppid=20304 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20306/stat : 20306 (prissAuto.sh) S 20304 20306 19041 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 518183402 8908800 251 33554432000 4194304 4922060 140735421558592 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20306/statm: 2175 251 211 178 0 68 0
[pid=20307] ppid=20306 vsize=278668 CPUtime=12.3 cores=0,2,4,6
/proc/20307/stat : 20307 (priss) S 20306 20306 19041 0 -1 4202496 13832 0 0 0 1224 6 0 0 18 0 5 0 518183402 285356032 9402 33554432000 4194304 5787044 140735089353856 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20307/statm: 69667 9402 419 389 0 65417 0
[pid=20307/tid=20309] ppid=20306 vsize=278668 CPUtime=3.07 cores=0,2,4,6
/proc/20307/task/20309/stat : 20309 (priss) R 20306 20306 19041 0 -1 4202560 2724 0 0 0 304 3 0 0 18 0 5 0 518183403 285356032 9402 33554432000 4194304 5787044 140735089353856 18446744073709551615 232335553569 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20307/tid=20310] ppid=20306 vsize=278668 CPUtime=3.05 cores=0,2,4,6
/proc/20307/task/20310/stat : 20310 (priss) R 20306 20306 19041 0 -1 4202560 2245 0 0 0 304 1 0 0 18 0 5 0 518183404 285356032 9402 33554432000 4194304 5787044 140735089353856 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20307/tid=20311] ppid=20306 vsize=278668 CPUtime=3.06 cores=0,2,4,6
/proc/20307/task/20311/stat : 20311 (priss) R 20306 20306 19041 0 -1 4202560 2163 0 0 0 306 0 0 0 18 0 5 0 518183404 285356032 9402 33554432000 4194304 5787044 140735089353856 18446744073709551615 4254575 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20307/tid=20313] ppid=20306 vsize=278668 CPUtime=3.07 cores=0,2,4,6
/proc/20307/task/20313/stat : 20313 (priss) R 20306 20306 19041 0 -1 4202560 5136 0 0 0 307 0 0 0 25 0 5 0 518183404 285356032 9402 33554432000 4194304 5787044 140735089353856 18446744073709551615 5527508 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.3
Current children cumulated vsize (KiB) 287368

[startup+6.30695 s]
/proc/loadavg: 7.27 7.94 8.08 9/192 20327
/proc/meminfo: memFree=23761768/32951124 swapFree=67111524/67111528
[pid=20306] ppid=20304 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20306/stat : 20306 (prissAuto.sh) S 20304 20306 19041 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 518183402 8908800 251 33554432000 4194304 4922060 140735421558592 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20306/statm: 2175 251 211 178 0 68 0
[pid=20307] ppid=20306 vsize=284352 CPUtime=25.07 cores=0,2,4,6
/proc/20307/stat : 20307 (priss) S 20306 20306 19041 0 -1 4202496 16840 0 0 0 2496 11 0 0 18 0 5 0 518183402 291176448 12410 33554432000 4194304 5787044 140735089353856 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20307/statm: 71088 12410 419 389 0 66838 0
[pid=20307/tid=20309] ppid=20306 vsize=284352 CPUtime=6.26 cores=0,2,4,6
/proc/20307/task/20309/stat : 20309 (priss) R 20306 20306 19041 0 -1 4202560 4266 0 0 0 620 6 0 0 21 0 5 0 518183403 291176448 12410 33554432000 4194304 5787044 140735089353856 18446744073709551615 5591552 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20307/tid=20310] ppid=20306 vsize=284352 CPUtime=6.23 cores=0,2,4,6
/proc/20307/task/20310/stat : 20310 (priss) R 20306 20306 19041 0 -1 4202560 2766 0 0 0 620 3 0 0 19 0 5 0 518183404 291176448 12410 33554432000 4194304 5787044 140735089353856 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20307/tid=20311] ppid=20306 vsize=284352 CPUtime=6.26 cores=0,2,4,6
/proc/20307/task/20311/stat : 20311 (priss) R 20306 20306 19041 0 -1 4202560 2584 0 0 0 626 0 0 0 21 0 5 0 518183404 291176448 12410 33554432000 4194304 5787044 140735089353856 18446744073709551615 4219928 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20307/tid=20313] ppid=20306 vsize=284352 CPUtime=6.28 cores=0,2,4,6
/proc/20307/task/20313/stat : 20313 (priss) R 20306 20306 19041 0 -1 4202560 5660 0 0 0 627 1 0 0 19 0 5 0 518183404 291176448 12410 33554432000 4194304 5787044 140735089353856 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 293052

[startup+12.7008 s]
/proc/loadavg: 7.33 7.94 8.08 9/192 20327
/proc/meminfo: memFree=23037660/32951124 swapFree=67111524/67111528
[pid=20306] ppid=20304 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20306/stat : 20306 (prissAuto.sh) S 20304 20306 19041 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 518183402 8908800 251 33554432000 4194304 4922060 140735421558592 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20306/statm: 2175 251 211 178 0 68 0
[pid=20307] ppid=20306 vsize=287876 CPUtime=50.61 cores=0,2,4,6
/proc/20307/stat : 20307 (priss) S 20306 20306 19041 0 -1 4202496 20095 0 0 0 5047 14 0 0 18 0 5 0 518183402 294785024 15665 33554432000 4194304 5787044 140735089353856 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20307/statm: 71969 15665 419 389 0 67719 0
[pid=20307/tid=20309] ppid=20306 vsize=287876 CPUtime=12.64 cores=0,2,4,6
/proc/20307/task/20309/stat : 20309 (priss) R 20306 20306 19041 0 -1 4202560 5099 0 0 0 1257 7 0 0 25 0 5 0 518183403 294785024 15665 33554432000 4194304 5787044 140735089353856 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20307/tid=20310] ppid=20306 vsize=287876 CPUtime=12.59 cores=0,2,4,6
/proc/20307/task/20310/stat : 20310 (priss) R 20306 20306 19041 0 -1 4202560 3586 0 0 0 1256 3 0 0 19 0 5 0 518183404 294785024 15665 33554432000 4194304 5787044 140735089353856 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20307/tid=20311] ppid=20306 vsize=287876 CPUtime=12.66 cores=0,2,4,6
/proc/20307/task/20311/stat : 20311 (priss) R 20306 20306 19041 0 -1 4202560 3526 0 0 0 1265 1 0 0 25 0 5 0 518183404 294785024 15665 33554432000 4194304 5787044 140735089353856 18446744073709551615 4255030 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20307/tid=20313] ppid=20306 vsize=287876 CPUtime=12.68 cores=0,2,4,6
/proc/20307/task/20313/stat : 20313 (priss) R 20306 20306 19041 0 -1 4202560 6320 0 0 0 1267 1 0 0 25 0 5 0 518183404 294785024 15665 33554432000 4194304 5787044 140735089353856 18446744073709551615 5522037 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 296576

[startup+25.5005 s]
/proc/loadavg: 7.48 7.94 8.08 9/192 20327
/proc/meminfo: memFree=23303292/32951124 swapFree=67111524/67111528
[pid=20306] ppid=20304 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20306/stat : 20306 (prissAuto.sh) S 20304 20306 19041 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 518183402 8908800 251 33554432000 4194304 4922060 140735421558592 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20306/statm: 2175 251 211 178 0 68 0
[pid=20307] ppid=20306 vsize=297040 CPUtime=101.73 cores=0,2,4,6
/proc/20307/stat : 20307 (priss) S 20306 20306 19041 0 -1 4202496 25499 0 0 0 10155 18 0 0 18 0 5 0 518183402 304168960 21069 33554432000 4194304 5787044 140735089353856 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20307/statm: 74260 21069 419 389 0 70010 0
[pid=20307/tid=20309] ppid=20306 vsize=297040 CPUtime=25.45 cores=0,2,4,6
/proc/20307/task/20309/stat : 20309 (priss) R 20306 20306 19041 0 -1 4202560 6145 0 0 0 2536 9 0 0 25 0 5 0 518183403 304168960 21069 33554432000 4194304 5787044 140735089353856 18446744073709551615 4220936 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20307/tid=20310] ppid=20306 vsize=297040 CPUtime=25.32 cores=0,2,4,6
/proc/20307/task/20310/stat : 20310 (priss) R 20306 20306 19041 0 -1 4202560 5128 0 0 0 2528 4 0 0 25 0 5 0 518183404 304168960 21069 33554432000 4194304 5787044 140735089353856 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20307/tid=20311] ppid=20306 vsize=297040 CPUtime=25.46 cores=0,2,4,6
/proc/20307/task/20311/stat : 20311 (priss) R 20306 20306 19041 0 -1 4202560 4252 0 0 0 2544 2 0 0 25 0 5 0 518183404 304168960 21069 33554432000 4194304 5787044 140735089353856 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20307/tid=20313] ppid=20306 vsize=297040 CPUtime=25.47 cores=0,2,4,6
/proc/20307/task/20313/stat : 20313 (priss) R 20306 20306 19041 0 -1 4202560 8410 0 0 0 2545 2 0 0 25 0 5 0 518183404 304168960 21069 33554432000 4194304 5787044 140735089353856 18446744073709551615 4254531 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.73
Current children cumulated vsize (KiB) 305740

[startup+51.101 s]
/proc/loadavg: 7.72 7.96 8.08 9/192 20328
/proc/meminfo: memFree=23267888/32951124 swapFree=67111524/67111528
[pid=20306] ppid=20304 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20306/stat : 20306 (prissAuto.sh) S 20304 20306 19041 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 518183402 8908800 251 33554432000 4194304 4922060 140735421558592 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20306/statm: 2175 251 211 178 0 68 0
[pid=20307] ppid=20306 vsize=311160 CPUtime=203.97 cores=0,2,4,6
/proc/20307/stat : 20307 (priss) S 20306 20306 19041 0 -1 4202496 33856 0 0 0 20369 28 0 0 18 0 5 0 518183402 318627840 29357 33554432000 4194304 5787044 140735089353856 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20307/statm: 77790 29357 419 389 0 73540 0
[pid=20307/tid=20309] ppid=20306 vsize=311160 CPUtime=51.03 cores=0,2,4,6
/proc/20307/task/20309/stat : 20309 (priss) R 20306 20306 19041 0 -1 4202560 8573 0 0 0 5092 11 0 0 25 0 5 0 518183403 318627840 29357 33554432000 4194304 5787044 140735089353856 18446744073709551615 4220688 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20307/tid=20310] ppid=20306 vsize=311160 CPUtime=50.77 cores=0,2,4,6
/proc/20307/task/20310/stat : 20310 (priss) R 20306 20306 19041 0 -1 4202560 6895 0 0 0 5070 7 0 0 25 0 5 0 518183404 318627840 29357 33554432000 4194304 5787044 140735089353856 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20307/tid=20311] ppid=20306 vsize=311160 CPUtime=51.04 cores=0,2,4,6
/proc/20307/task/20311/stat : 20311 (priss) R 20306 20306 19041 0 -1 4202560 6850 0 0 0 5101 3 0 0 25 0 5 0 518183404 318627840 29357 33554432000 4194304 5787044 140735089353856 18446744073709551615 5590295 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20307/tid=20313] ppid=20306 vsize=311160 CPUtime=51.07 cores=0,2,4,6
/proc/20307/task/20313/stat : 20313 (priss) R 20306 20306 19041 0 -1 4202560 9974 0 0 0 5103 4 0 0 25 0 5 0 518183404 318627840 29357 33554432000 4194304 5787044 140735089353856 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.97
Current children cumulated vsize (KiB) 319860

[startup+102.301 s]
/proc/loadavg: 7.98 8.00 8.09 9/192 20329
/proc/meminfo: memFree=23236352/32951124 swapFree=67111524/67111528
[pid=20306] ppid=20304 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20306/stat : 20306 (prissAuto.sh) S 20304 20306 19041 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 518183402 8908800 251 33554432000 4194304 4922060 140735421558592 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20306/statm: 2175 251 211 178 0 68 0
[pid=20307] ppid=20306 vsize=319252 CPUtime=408.45 cores=0,2,4,6
/proc/20307/stat : 20307 (priss) S 20306 20306 19041 0 -1 4202496 41482 0 0 0 40809 36 0 0 18 0 5 0 518183402 326914048 36851 33554432000 4194304 5787044 140735089353856 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20307/statm: 79813 36851 419 389 0 75563 0
[pid=20307/tid=20309] ppid=20306 vsize=319252 CPUtime=102.23 cores=0,2,4,6
/proc/20307/task/20309/stat : 20309 (priss) R 20306 20306 19041 0 -1 4202560 10423 0 0 0 10209 14 0 0 25 0 5 0 518183403 326914048 36851 33554432000 4194304 5787044 140735089353856 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20307/tid=20310] ppid=20306 vsize=319252 CPUtime=101.69 cores=0,2,4,6
/proc/20307/task/20310/stat : 20310 (priss) R 20306 20306 19041 0 -1 4202560 8608 0 0 0 10160 9 0 0 25 0 5 0 518183404 326914048 36851 33554432000 4194304 5787044 140735089353856 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20307/tid=20311] ppid=20306 vsize=319252 CPUtime=102.25 cores=0,2,4,6
/proc/20307/task/20311/stat : 20311 (priss) R 20306 20306 19041 0 -1 4202560 8620 0 0 0 10220 5 0 0 25 0 5 0 518183404 326914048 36851 33554432000 4194304 5787044 140735089353856 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20307/tid=20313] ppid=20306 vsize=319252 CPUtime=102.25 cores=0,2,4,6
/proc/20307/task/20313/stat : 20313 (priss) R 20306 20306 19041 0 -1 4202560 12267 0 0 0 10218 7 0 0 25 0 5 0 518183404 326914048 36851 33554432000 4194304 5787044 140735089353856 18446744073709551615 5527147 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.45
Current children cumulated vsize (KiB) 327952

[startup+162.3 s]
/proc/loadavg: 8.10 8.02 8.09 9/192 20331
/proc/meminfo: memFree=23197636/32951124 swapFree=67111524/67111528
[pid=20306] ppid=20304 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20306/stat : 20306 (prissAuto.sh) S 20304 20306 19041 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 518183402 8908800 251 33554432000 4194304 4922060 140735421558592 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20306/statm: 2175 251 211 178 0 68 0
[pid=20307] ppid=20306 vsize=333304 CPUtime=648.11 cores=0,2,4,6

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

/proc/20307/task/20310/stat : 20310 (priss) R 20306 20306 19041 0 -1 4202560 27150 0 0 0 82042 25 0 0 25 0 5 0 518183404 631488512 101469 33554432000 4194304 5787044 140735089353856 18446744073709551615 4238732 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20307/tid=20311] ppid=20306 vsize=616688 CPUtime=819.35 cores=0,2,4,6
/proc/20307/task/20311/stat : 20311 (priss) R 20306 20306 19041 0 -1 4202560 22867 0 0 0 81911 24 0 0 25 0 5 0 518183404 631488512 101469 33554432000 4194304 5787044 140735089353856 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20307/tid=20313] ppid=20306 vsize=616688 CPUtime=822.25 cores=0,2,4,6
/proc/20307/task/20313/stat : 20313 (priss) R 20306 20306 19041 0 -1 4202560 28254 0 0 0 82200 25 0 0 25 0 5 0 518183404 631488512 101469 33554432000 4194304 5787044 140735089353856 18446744073709551615 5527464 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3284.45
Current children cumulated vsize (KiB) 625388

[startup+882.301 s]
/proc/loadavg: 8.22 8.20 8.12 9/192 20350
/proc/meminfo: memFree=22975208/32951124 swapFree=67111524/67111528
[pid=20306] ppid=20304 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20306/stat : 20306 (prissAuto.sh) S 20304 20306 19041 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 518183402 8908800 251 33554432000 4194304 4922060 140735421558592 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20306/statm: 2175 251 211 178 0 68 0
[pid=20307] ppid=20306 vsize=616688 CPUtime=3524.1 cores=0,2,4,6
/proc/20307/stat : 20307 (priss) S 20306 20306 19041 0 -1 4202496 108029 0 0 0 352302 108 0 0 18 0 5 0 518183402 631488512 101919 33554432000 4194304 5787044 140735089353856 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20307/statm: 154172 101919 419 389 0 149922 0
[pid=20307/tid=20309] ppid=20306 vsize=616688 CPUtime=882.14 cores=0,2,4,6
/proc/20307/task/20309/stat : 20309 (priss) R 20306 20306 19041 0 -1 4202560 27334 0 0 0 88183 31 0 0 25 0 5 0 518183403 631488512 101919 33554432000 4194304 5787044 140735089353856 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20307/tid=20310] ppid=20306 vsize=616688 CPUtime=880.67 cores=0,2,4,6
/proc/20307/task/20310/stat : 20310 (priss) R 20306 20306 19041 0 -1 4202560 27151 0 0 0 88042 25 0 0 25 0 5 0 518183404 631488512 101919 33554432000 4194304 5787044 140735089353856 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20307/tid=20311] ppid=20306 vsize=616688 CPUtime=879.01 cores=0,2,4,6
/proc/20307/task/20311/stat : 20311 (priss) R 20306 20306 19041 0 -1 4202560 23343 0 0 0 87876 25 0 0 25 0 5 0 518183404 631488512 101919 33554432000 4194304 5787044 140735089353856 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20307/tid=20313] ppid=20306 vsize=616688 CPUtime=882.24 cores=0,2,4,6
/proc/20307/task/20313/stat : 20313 (priss) R 20306 20306 19041 0 -1 4202560 28637 0 0 0 88198 26 0 0 25 0 5 0 518183404 631488512 101919 33554432000 4194304 5787044 140735089353856 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3524.1
Current children cumulated vsize (KiB) 625388

[startup+942.301 s]
/proc/loadavg: 8.19 8.20 8.13 10/192 20352
/proc/meminfo: memFree=22975192/32951124 swapFree=67111524/67111528
[pid=20306] ppid=20304 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20306/stat : 20306 (prissAuto.sh) S 20304 20306 19041 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 518183402 8908800 251 33554432000 4194304 4922060 140735421558592 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20306/statm: 2175 251 211 178 0 68 0
[pid=20307] ppid=20306 vsize=616688 CPUtime=3763.79 cores=0,2,4,6
/proc/20307/stat : 20307 (priss) S 20306 20306 19041 0 -1 4202496 108034 0 0 0 376271 108 0 0 18 0 5 0 518183402 631488512 101924 33554432000 4194304 5787044 140735089353856 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20307/statm: 154172 101924 419 389 0 149922 0
[pid=20307/tid=20309] ppid=20306 vsize=616688 CPUtime=942.14 cores=0,2,4,6
/proc/20307/task/20309/stat : 20309 (priss) R 20306 20306 19041 0 -1 4202560 27335 0 0 0 94183 31 0 0 25 0 5 0 518183403 631488512 101924 33554432000 4194304 5787044 140735089353856 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20307/tid=20310] ppid=20306 vsize=616688 CPUtime=940.67 cores=0,2,4,6
/proc/20307/task/20310/stat : 20310 (priss) R 20306 20306 19041 0 -1 4202560 27153 0 0 0 94042 25 0 0 25 0 5 0 518183404 631488512 101924 33554432000 4194304 5787044 140735089353856 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20307/tid=20311] ppid=20306 vsize=616688 CPUtime=938.69 cores=0,2,4,6
/proc/20307/task/20311/stat : 20311 (priss) R 20306 20306 19041 0 -1 4202560 23343 0 0 0 93844 25 0 0 25 0 5 0 518183404 631488512 101924 33554432000 4194304 5787044 140735089353856 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20307/tid=20313] ppid=20306 vsize=616688 CPUtime=942.25 cores=0,2,4,6
/proc/20307/task/20313/stat : 20313 (priss) R 20306 20306 19041 0 -1 4202560 28639 0 0 0 94199 26 0 0 25 0 5 0 518183404 631488512 101924 33554432000 4194304 5787044 140735089353856 18446744073709551615 5527568 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3763.79
Current children cumulated vsize (KiB) 625388

[startup+1002.3 s]
/proc/loadavg: 8.16 8.19 8.13 9/192 20353
/proc/meminfo: memFree=22975300/32951124 swapFree=67111524/67111528
[pid=20306] ppid=20304 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20306/stat : 20306 (prissAuto.sh) S 20304 20306 19041 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 518183402 8908800 251 33554432000 4194304 4922060 140735421558592 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20306/statm: 2175 251 211 178 0 68 0
[pid=20307] ppid=20306 vsize=616688 CPUtime=4003.45 cores=0,2,4,6
/proc/20307/stat : 20307 (priss) S 20306 20306 19041 0 -1 4202496 108063 0 0 0 400236 109 0 0 18 0 5 0 518183402 631488512 101953 33554432000 4194304 5787044 140735089353856 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20307/statm: 154172 101953 419 389 0 149922 0
[pid=20307/tid=20309] ppid=20306 vsize=616688 CPUtime=1002.13 cores=0,2,4,6
/proc/20307/task/20309/stat : 20309 (priss) R 20306 20306 19041 0 -1 4202560 27342 0 0 0 100182 31 0 0 25 0 5 0 518183403 631488512 101953 33554432000 4194304 5787044 140735089353856 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20307/tid=20310] ppid=20306 vsize=616688 CPUtime=1000.67 cores=0,2,4,6
/proc/20307/task/20310/stat : 20310 (priss) R 20306 20306 19041 0 -1 4202560 27161 0 0 0 100042 25 0 0 25 0 5 0 518183404 631488512 101953 33554432000 4194304 5787044 140735089353856 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20307/tid=20311] ppid=20306 vsize=616688 CPUtime=998.36 cores=0,2,4,6
/proc/20307/task/20311/stat : 20311 (priss) R 20306 20306 19041 0 -1 4202560 23343 0 0 0 99811 25 0 0 25 0 5 0 518183404 631488512 101953 33554432000 4194304 5787044 140735089353856 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20307/tid=20313] ppid=20306 vsize=616688 CPUtime=1002.24 cores=0,2,4,6
/proc/20307/task/20313/stat : 20313 (priss) R 20306 20306 19041 0 -1 4202560 28653 0 0 0 100198 26 0 0 25 0 5 0 518183404 631488512 101953 33554432000 4194304 5787044 140735089353856 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.45
Current children cumulated vsize (KiB) 625388

[startup+1062.31 s]
/proc/loadavg: 8.09 8.17 8.12 9/192 20355
/proc/meminfo: memFree=22975036/32951124 swapFree=67111524/67111528
[pid=20306] ppid=20304 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20306/stat : 20306 (prissAuto.sh) S 20304 20306 19041 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 518183402 8908800 251 33554432000 4194304 4922060 140735421558592 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20306/statm: 2175 251 211 178 0 68 0
[pid=20307] ppid=20306 vsize=616688 CPUtime=4243.14 cores=0,2,4,6
/proc/20307/stat : 20307 (priss) S 20306 20306 19041 0 -1 4202496 108144 0 0 0 424205 109 0 0 18 0 5 0 518183402 631488512 102034 33554432000 4194304 5787044 140735089353856 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20307/statm: 154172 102034 419 389 0 149922 0
[pid=20307/tid=20309] ppid=20306 vsize=616688 CPUtime=1062.14 cores=0,2,4,6
/proc/20307/task/20309/stat : 20309 (priss) R 20306 20306 19041 0 -1 4202560 27371 0 0 0 106183 31 0 0 25 0 5 0 518183403 631488512 102034 33554432000 4194304 5787044 140735089353856 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20307/tid=20310] ppid=20306 vsize=616688 CPUtime=1060.67 cores=0,2,4,6
/proc/20307/task/20310/stat : 20310 (priss) R 20306 20306 19041 0 -1 4202560 27180 0 0 0 106042 25 0 0 25 0 5 0 518183404 631488512 102034 33554432000 4194304 5787044 140735089353856 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20307/tid=20311] ppid=20306 vsize=616688 CPUtime=1058.04 cores=0,2,4,6
/proc/20307/task/20311/stat : 20311 (priss) R 20306 20306 19041 0 -1 4202560 23344 0 0 0 105779 25 0 0 25 0 5 0 518183404 631488512 102034 33554432000 4194304 5787044 140735089353856 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20307/tid=20313] ppid=20306 vsize=616688 CPUtime=1062.25 cores=0,2,4,6
/proc/20307/task/20313/stat : 20313 (priss) R 20306 20306 19041 0 -1 4202560 28685 0 0 0 106199 26 0 0 25 0 5 0 518183404 631488512 102034 33554432000 4194304 5787044 140735089353856 18446744073709551615 5527607 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4243.14
Current children cumulated vsize (KiB) 625388

[startup+1122.3 s]
/proc/loadavg: 8.17 8.18 8.13 9/192 20357
/proc/meminfo: memFree=22974520/32951124 swapFree=67111524/67111528
[pid=20306] ppid=20304 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20306/stat : 20306 (prissAuto.sh) S 20304 20306 19041 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 518183402 8908800 251 33554432000 4194304 4922060 140735421558592 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20306/statm: 2175 251 211 178 0 68 0
[pid=20307] ppid=20306 vsize=616828 CPUtime=4482.79 cores=0,2,4,6
/proc/20307/stat : 20307 (priss) S 20306 20306 19041 0 -1 4202496 108390 0 0 0 448169 110 0 0 18 0 5 0 518183402 631631872 102280 33554432000 4194304 5787044 140735089353856 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20307/statm: 154207 102280 419 389 0 149957 0
[pid=20307/tid=20309] ppid=20306 vsize=616828 CPUtime=1122.12 cores=0,2,4,6
/proc/20307/task/20309/stat : 20309 (priss) R 20306 20306 19041 0 -1 4202560 27431 0 0 0 112181 31 0 0 25 0 5 0 518183403 631631872 102280 33554432000 4194304 5787044 140735089353856 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20307/tid=20310] ppid=20306 vsize=616828 CPUtime=1120.68 cores=0,2,4,6
/proc/20307/task/20310/stat : 20310 (priss) R 20306 20306 19041 0 -1 4202560 27267 0 0 0 112042 26 0 0 25 0 5 0 518183404 631631872 102280 33554432000 4194304 5787044 140735089353856 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20307/tid=20311] ppid=20306 vsize=616828 CPUtime=1117.71 cores=0,2,4,6
/proc/20307/task/20311/stat : 20311 (priss) R 20306 20306 19041 0 -1 4202560 23347 0 0 0 111746 25 0 0 25 0 5 0 518183404 631631872 102280 33554432000 4194304 5787044 140735089353856 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20307/tid=20313] ppid=20306 vsize=616828 CPUtime=1122.24 cores=0,2,4,6
/proc/20307/task/20313/stat : 20313 (priss) R 20306 20306 19041 0 -1 4202560 28781 0 0 0 112198 26 0 0 25 0 5 0 518183404 631631872 102280 33554432000 4194304 5787044 140735089353856 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4482.79
Current children cumulated vsize (KiB) 625528

[startup+1182.3 s]
/proc/loadavg: 8.29 8.22 8.14 9/192 20358
/proc/meminfo: memFree=22957392/32951124 swapFree=67111524/67111528
[pid=20306] ppid=20304 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20306/stat : 20306 (prissAuto.sh) S 20304 20306 19041 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 518183402 8908800 251 33554432000 4194304 4922060 140735421558592 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20306/statm: 2175 251 211 178 0 68 0
[pid=20307] ppid=20306 vsize=625284 CPUtime=4722.46 cores=0,2,4,6
/proc/20307/stat : 20307 (priss) S 20306 20306 19041 0 -1 4202496 112740 0 0 0 472132 114 0 0 18 0 5 0 518183402 640290816 106630 33554432000 4194304 5787044 140735089353856 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20307/statm: 156321 106630 419 389 0 152071 0
[pid=20307/tid=20309] ppid=20306 vsize=625284 CPUtime=1182.12 cores=0,2,4,6
/proc/20307/task/20309/stat : 20309 (priss) R 20306 20306 19041 0 -1 4202560 29039 0 0 0 118179 33 0 0 25 0 5 0 518183403 640290816 106630 33554432000 4194304 5787044 140735089353856 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20307/tid=20310] ppid=20306 vsize=625284 CPUtime=1180.67 cores=0,2,4,6
/proc/20307/task/20310/stat : 20310 (priss) R 20306 20306 19041 0 -1 4202560 27873 0 0 0 118041 26 0 0 25 0 5 0 518183404 640290816 106630 33554432000 4194304 5787044 140735089353856 18446744073709551615 5591564 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20307/tid=20311] ppid=20306 vsize=625284 CPUtime=1177.38 cores=0,2,4,6
/proc/20307/task/20311/stat : 20311 (priss) R 20306 20306 19041 0 -1 4202560 25389 0 0 0 117711 27 0 0 25 0 5 0 518183404 640290816 106630 33554432000 4194304 5787044 140735089353856 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20307/tid=20313] ppid=20306 vsize=625284 CPUtime=1182.24 cores=0,2,4,6
/proc/20307/task/20313/stat : 20313 (priss) R 20306 20306 19041 0 -1 4202560 28875 0 0 0 118198 26 0 0 25 0 5 0 518183404 640290816 106630 33554432000 4194304 5787044 140735089353856 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722.46
Current children cumulated vsize (KiB) 633984



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.28 8.22 8.14 10/192 20359
/proc/meminfo: memFree=22951068/32951124 swapFree=67111524/67111528
[pid=20306] ppid=20304 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20306/stat : 20306 (prissAuto.sh) S 20304 20306 19041 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 518183402 8908800 251 33554432000 4194304 4922060 140735421558592 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20306/statm: 2175 251 211 178 0 68 0
[pid=20307] ppid=20306 vsize=629384 CPUtime=4800.37 cores=0,2,4,6
/proc/20307/stat : 20307 (priss) S 20306 20306 19041 0 -1 4202496 114304 0 0 0 479922 115 0 0 18 0 5 0 518183402 644489216 108194 33554432000 4194304 5787044 140735089353856 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20307/statm: 157346 108194 419 389 0 153096 0
[pid=20307/tid=20309] ppid=20306 vsize=629384 CPUtime=1201.63 cores=0,2,4,6
/proc/20307/task/20309/stat : 20309 (priss) R 20306 20306 19041 0 -1 4202560 30071 0 0 0 120129 34 0 0 25 0 5 0 518183403 644489216 108194 33554432000 4194304 5787044 140735089353856 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20307/tid=20310] ppid=20306 vsize=629384 CPUtime=1200.18 cores=0,2,4,6
/proc/20307/task/20310/stat : 20310 (priss) R 20306 20306 19041 0 -1 4202560 27901 0 0 0 119992 26 0 0 25 0 5 0 518183404 644489216 108194 33554432000 4194304 5787044 140735089353856 18446744073709551615 5591243 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20307/tid=20311] ppid=20306 vsize=629384 CPUtime=1196.78 cores=0,2,4,6
/proc/20307/task/20311/stat : 20311 (priss) R 20306 20306 19041 0 -1 4202560 25871 0 0 0 119650 28 0 0 25 0 5 0 518183404 644489216 108194 33554432000 4194304 5787044 140735089353856 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20307/tid=20313] ppid=20306 vsize=629384 CPUtime=1201.75 cores=0,2,4,6
/proc/20307/task/20313/stat : 20313 (priss) R 20306 20306 19041 0 -1 4202560 28897 0 0 0 120149 26 0 0 25 0 5 0 518183404 644489216 108194 33554432000 4194304 5787044 140735089353856 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.37
Current children cumulated vsize (KiB) 638084

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 20306 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 4800.37
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.82
CPU time (s): 4800.37
CPU user time (s): 4799.22
CPU system time (s): 1.15
CPU usage (%): 399.425
Max. virtual memory (cumulated for all children) (KiB): 638084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
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= 330
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= 6
involuntary context switches= 3

runsolver used 1.83572 second user time and 4.73128 second system time

The end

Launcher Data

Begin job on node132 at 2011-04-29 10:30:52
IDJOB=3291550
IDBENCH=84237
IDSOLVER=1602
FILE ID=node132/3291550-1304065852
RUNJOBID= node132-1304059832-19781
PBS_JOBID= 13170426
Free space on /tmp= 71872 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT03/industrial/kukula/addm_bench/am_7_7.shuffled-as.sat03-363.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291550-1304065852/watcher-3291550-1304065852 -o /tmp/evaluation-result-3291550-1304065852/solver-3291550-1304065852 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3291550-1304065852.cnf 1241618746 4800 15500 4

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

MD5SUM BENCH= c7f51e1ee7556440ab29e1c4bfe29538
RANDOM SEED=1241618746

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25403244 kB
Buffers:        764568 kB
Cached:        6220880 kB
SwapCached:          4 kB
Active:        1952216 kB
Inactive:      5097728 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25403244 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            1628 kB
Writeback:           0 kB
AnonPages:       64544 kB
Mapped:          14340 kB
Slab:           435120 kB
PageTables:       4780 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   189508 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71808 MiB
End job on node132 at 2011-04-29 10:50:56