Trace number 3288974

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

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom20.cnf
MD5SUM9851f8e63efc4505343bf50c1cf30646
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 variables44362
Number of clauses148436
Sum of the clauses size378642
Maximum clause length1419
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 276003
Number of clauses of size 371663
Number of clauses of size 4209
Number of clauses of size 518
Number of clauses of size over 5542

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: 2145
0.00/0.00	c setup for 4cores
0.00/0.04	c parsetime: 42459us
0.00/0.04	c parsed 148436 clauses with 44362 variables
0.00/0.05	c NW started thread 0 successfully (1109662016)
0.00/0.06	c NW started thread 1 successfully (1092946240)
0.00/0.07	c NW started thread 2 successfully (1120151872)
0.00/0.09	c NW started thread 3 successfully (1130641728)
0.00/1.28	c preprocessor returned 44362 variables
0.00/1.28	c preprocessing returned UNKNOWN
0.00/1.28	c PP set 1545 variables
0.00/1.28	c pp time: 1222932us (1s)
0.00/1.30	c preprocessor returned 44362 variables
0.00/1.30	c preprocessing returned UNKNOWN
0.00/1.30	c PP set 1545 variables
0.00/1.30	c pp time: 1224821us (1s)
0.00/1.31	c preprocessor returned 44362 variables
0.00/1.31	c preprocessing returned UNKNOWN
0.00/1.31	c PP set 1545 variables
0.00/1.31	c pp time: 1231542us (1s)
7.75/2.01	c preprocessor returned 46362 variables
7.75/2.01	c preprocessing returned UNKNOWN
7.75/2.01	c PP set 1545 variables
7.75/2.01	c pp time: 1915505us (1s)
8.16/2.15	c HTE
8.55/2.20	c subsumption
8.55/2.26	c simplified formula contains 0 unit clauses
58.49/14.71	c added unsatisfied clause
58.49/14.71	c failed to add network clauses
70.06/17.67	c added unsatisfied clause
70.06/17.67	c failed to add network clauses
321.30/80.55	c added unsatisfied clause
321.30/80.55	c failed to add network clauses
376.82/94.46	c added unsatisfied clause
376.82/94.46	c failed to add network clauses
800.62/200.58	c added unsatisfied clause
800.62/200.58	c failed to add network clauses
815.01/204.16	c added unsatisfied clause
815.01/204.16	c failed to add network clauses
1189.68/297.96	c added unsatisfied clause
1189.68/297.96	c failed to add network clauses
1680.21/420.73	c HTE
1844.00/461.79	c subsumption
2260.18/565.95	c simplified formula contains 0 unit 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-3288974-1304051875/watcher-3288974-1304051875 -o /tmp/evaluation-result-3288974-1304051875/solver-3288974-1304051875 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3288974-1304051875.cnf 2081699960 4800 15500 4 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 8.15 8.14 8.15 5/186 2144
/proc/meminfo: memFree=21946656/32951124 swapFree=67111524/67111528
[pid=2144] ppid=2142 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/2144/stat : 2144 (prissAuto.sh) S 2142 2144 32466 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516785417 8908800 252 33554432000 4194304 4922060 140733533202336 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2144/statm: 2175 252 211 178 0 68 0

[startup+0.0396821 s]
/proc/loadavg: 8.15 8.14 8.15 5/186 2144
/proc/meminfo: memFree=21946656/32951124 swapFree=67111524/67111528
[pid=2144] ppid=2142 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/2144/stat : 2144 (prissAuto.sh) S 2142 2144 32466 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516785417 8908800 252 33554432000 4194304 4922060 140733533202336 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2144/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101812 s]
/proc/loadavg: 8.15 8.14 8.15 5/186 2144
/proc/meminfo: memFree=21946656/32951124 swapFree=67111524/67111528
[pid=2144] ppid=2142 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/2144/stat : 2144 (prissAuto.sh) S 2142 2144 32466 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516785417 8908800 252 33554432000 4194304 4922060 140733533202336 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2144/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.359598 s]
/proc/loadavg: 8.15 8.14 8.15 5/186 2144
/proc/meminfo: memFree=21946656/32951124 swapFree=67111524/67111528
[pid=2144] ppid=2142 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/2144/stat : 2144 (prissAuto.sh) S 2142 2144 32466 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516785417 8908800 252 33554432000 4194304 4922060 140733533202336 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2144/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.32312 s]
/proc/loadavg: 8.15 8.14 8.15 5/186 2144
/proc/meminfo: memFree=21946656/32951124 swapFree=67111524/67111528
[pid=2144] ppid=2142 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/2144/stat : 2144 (prissAuto.sh) S 2142 2144 32466 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516785417 8908800 252 33554432000 4194304 4922060 140733533202336 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2144/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.58235 s]
/proc/loadavg: 8.15 8.14 8.15 5/186 2144
/proc/meminfo: memFree=21946656/32951124 swapFree=67111524/67111528
[pid=2144] ppid=2142 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/2144/stat : 2144 (prissAuto.sh) S 2142 2144 32466 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516785417 8908800 252 33554432000 4194304 4922060 140733533202336 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2144/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10107 s]
/proc/loadavg: 8.15 8.14 8.15 9/192 2150
/proc/meminfo: memFree=21782868/32951124 swapFree=67111524/67111528
[pid=2144] ppid=2142 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/2144/stat : 2144 (prissAuto.sh) S 2142 2144 32466 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516785417 8908800 252 33554432000 4194304 4922060 140733533202336 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2144/statm: 2175 252 211 178 0 68 0
[pid=2145] ppid=2144 vsize=400224 CPUtime=12.15 cores=1,3,5,7
/proc/2145/stat : 2145 (priss) S 2144 2144 32466 0 -1 4202496 59494 0 0 0 1194 21 0 0 19 0 5 0 516785417 409829376 41099 33554432000 4194304 5787044 140734151688128 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/2145/statm: 100056 41099 419 389 0 95806 0
[pid=2145/tid=2147] ppid=2144 vsize=400224 CPUtime=3.02 cores=1,3,5,7
/proc/2145/task/2147/stat : 2147 (priss) R 2144 2144 32466 0 -1 4202560 12510 0 0 0 298 4 0 0 23 0 5 0 516785423 409829376 41099 33554432000 4194304 5787044 140734151688128 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=2145/tid=2148] ppid=2144 vsize=400224 CPUtime=3 cores=1,3,5,7
/proc/2145/task/2148/stat : 2148 (priss) R 2144 2144 32466 0 -1 4202560 12035 0 0 0 296 4 0 0 22 0 5 0 516785424 409829376 41099 33554432000 4194304 5787044 140734151688128 18446744073709551615 5576446 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=2145/tid=2149] ppid=2144 vsize=400224 CPUtime=3 cores=1,3,5,7
/proc/2145/task/2149/stat : 2149 (priss) R 2144 2144 32466 0 -1 4202560 11000 0 0 0 295 5 0 0 24 0 5 0 516785425 409829376 41099 33554432000 4194304 5787044 140734151688128 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=2145/tid=2150] ppid=2144 vsize=400224 CPUtime=2.99 cores=1,3,5,7
/proc/2145/task/2150/stat : 2150 (priss) R 2144 2144 32466 0 -1 4202560 16348 0 0 0 294 5 0 0 23 0 5 0 516785426 409829376 41099 33554432000 4194304 5787044 140734151688128 18446744073709551615 4213865 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.15
Current children cumulated vsize (KiB) 408924

[startup+6.30648 s]
/proc/loadavg: 8.14 8.14 8.15 9/192 2150
/proc/meminfo: memFree=21777908/32951124 swapFree=67111524/67111528
[pid=2144] ppid=2142 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/2144/stat : 2144 (prissAuto.sh) S 2142 2144 32466 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516785417 8908800 252 33554432000 4194304 4922060 140733533202336 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2144/statm: 2175 252 211 178 0 68 0
[pid=2145] ppid=2144 vsize=401236 CPUtime=24.95 cores=1,3,5,7
/proc/2145/stat : 2145 (priss) S 2144 2144 32466 0 -1 4202496 60404 0 0 0 2473 22 0 0 19 0 5 0 516785417 410865664 42009 33554432000 4194304 5787044 140734151688128 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/2145/statm: 100309 42009 419 389 0 96059 0
[pid=2145/tid=2147] ppid=2144 vsize=401236 CPUtime=6.24 cores=1,3,5,7
/proc/2145/task/2147/stat : 2147 (priss) R 2144 2144 32466 0 -1 4202560 12750 0 0 0 619 5 0 0 25 0 5 0 516785423 410865664 42009 33554432000 4194304 5787044 140734151688128 18446744073709551615 5591666 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=2145/tid=2148] ppid=2144 vsize=401236 CPUtime=6.19 cores=1,3,5,7
/proc/2145/task/2148/stat : 2148 (priss) R 2144 2144 32466 0 -1 4202560 12290 0 0 0 615 4 0 0 25 0 5 0 516785424 410865664 42009 33554432000 4194304 5787044 140734151688128 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=2145/tid=2149] ppid=2144 vsize=401236 CPUtime=6.21 cores=1,3,5,7
/proc/2145/task/2149/stat : 2149 (priss) R 2144 2144 32466 0 -1 4202560 11137 0 0 0 616 5 0 0 25 0 5 0 516785425 410865664 42009 33554432000 4194304 5787044 140734151688128 18446744073709551615 5590624 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=2145/tid=2150] ppid=2144 vsize=401236 CPUtime=6.2 cores=1,3,5,7
/proc/2145/task/2150/stat : 2150 (priss) R 2144 2144 32466 0 -1 4202560 16626 0 0 0 615 5 0 0 25 0 5 0 516785426 410865664 42009 33554432000 4194304 5787044 140734151688128 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.95
Current children cumulated vsize (KiB) 409936

[startup+12.7003 s]
/proc/loadavg: 8.13 8.14 8.15 9/192 2150
/proc/meminfo: memFree=21765532/32951124 swapFree=67111524/67111528
[pid=2144] ppid=2142 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/2144/stat : 2144 (prissAuto.sh) S 2142 2144 32466 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516785417 8908800 252 33554432000 4194304 4922060 140733533202336 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2144/statm: 2175 252 211 178 0 68 0
[pid=2145] ppid=2144 vsize=403084 CPUtime=50.49 cores=1,3,5,7
/proc/2145/stat : 2145 (priss) S 2144 2144 32466 0 -1 4202496 63254 0 0 0 5025 24 0 0 19 0 5 0 516785417 412758016 44859 33554432000 4194304 5787044 140734151688128 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/2145/statm: 100771 44859 419 389 0 96521 0
[pid=2145/tid=2147] ppid=2144 vsize=403084 CPUtime=12.63 cores=1,3,5,7
/proc/2145/task/2147/stat : 2147 (priss) R 2144 2144 32466 0 -1 4202560 14231 0 0 0 1257 6 0 0 25 0 5 0 516785423 412758016 44859 33554432000 4194304 5787044 140734151688128 18446744073709551615 4218250 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=2145/tid=2148] ppid=2144 vsize=403084 CPUtime=12.55 cores=1,3,5,7
/proc/2145/task/2148/stat : 2148 (priss) R 2144 2144 32466 0 -1 4202560 12906 0 0 0 1250 5 0 0 25 0 5 0 516785424 412758016 44859 33554432000 4194304 5787044 140734151688128 18446744073709551615 5388663 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=2145/tid=2149] ppid=2144 vsize=403084 CPUtime=12.6 cores=1,3,5,7
/proc/2145/task/2149/stat : 2149 (priss) R 2144 2144 32466 0 -1 4202560 11673 0 0 0 1254 6 0 0 25 0 5 0 516785425 412758016 44859 33554432000 4194304 5787044 140734151688128 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=2145/tid=2150] ppid=2144 vsize=403084 CPUtime=12.59 cores=1,3,5,7
/proc/2145/task/2150/stat : 2150 (priss) R 2144 2144 32466 0 -1 4202560 16843 0 0 0 1254 5 0 0 25 0 5 0 516785426 412758016 44859 33554432000 4194304 5787044 140734151688128 18446744073709551615 5524571 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 411784

[startup+25.5009 s]
/proc/loadavg: 8.18 8.15 8.15 10/192 2151
/proc/meminfo: memFree=21742164/32951124 swapFree=67111524/67111528
[pid=2144] ppid=2142 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/2144/stat : 2144 (prissAuto.sh) S 2142 2144 32466 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516785417 8908800 252 33554432000 4194304 4922060 140733533202336 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2144/statm: 2175 252 211 178 0 68 0
[pid=2145] ppid=2144 vsize=406704 CPUtime=101.61 cores=1,3,5,7
/proc/2145/stat : 2145 (priss) S 2144 2144 32466 0 -1 4202496 66967 0 0 0 10131 30 0 0 19 0 5 0 516785417 416464896 48572 33554432000 4194304 5787044 140734151688128 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/2145/statm: 101676 48572 419 389 0 97426 0
[pid=2145/tid=2147] ppid=2144 vsize=406704 CPUtime=25.42 cores=1,3,5,7
/proc/2145/task/2147/stat : 2147 (priss) R 2144 2144 32466 0 -1 4202560 14834 0 0 0 2536 6 0 0 25 0 5 0 516785423 416464896 48572 33554432000 4194304 5787044 140734151688128 18446744073709551615 5591712 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=2145/tid=2148] ppid=2144 vsize=406704 CPUtime=25.28 cores=1,3,5,7
/proc/2145/task/2148/stat : 2148 (priss) R 2144 2144 32466 0 -1 4202560 14268 0 0 0 2522 6 0 0 25 0 5 0 516785424 416464896 48572 33554432000 4194304 5787044 140734151688128 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=2145/tid=2149] ppid=2144 vsize=406704 CPUtime=25.4 cores=1,3,5,7
/proc/2145/task/2149/stat : 2149 (priss) R 2144 2144 32466 0 -1 4202560 12205 0 0 0 2532 8 0 0 25 0 5 0 516785425 416464896 48572 33554432000 4194304 5787044 140734151688128 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=2145/tid=2150] ppid=2144 vsize=406704 CPUtime=25.39 cores=1,3,5,7
/proc/2145/task/2150/stat : 2150 (priss) R 2144 2144 32466 0 -1 4202560 18059 0 0 0 2532 7 0 0 25 0 5 0 516785426 416464896 48572 33554432000 4194304 5787044 140734151688128 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.61
Current children cumulated vsize (KiB) 415404

[startup+51.1012 s]
/proc/loadavg: 8.17 8.15 8.15 9/192 2152
/proc/meminfo: memFree=21683992/32951124 swapFree=67111524/67111528
[pid=2144] ppid=2142 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/2144/stat : 2144 (prissAuto.sh) S 2142 2144 32466 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516785417 8908800 252 33554432000 4194304 4922060 140733533202336 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2144/statm: 2175 252 211 178 0 68 0
[pid=2145] ppid=2144 vsize=409616 CPUtime=203.87 cores=1,3,5,7
/proc/2145/stat : 2145 (priss) S 2144 2144 32466 0 -1 4202496 74327 0 0 0 20348 39 0 0 19 0 5 0 516785417 419446784 55929 33554432000 4194304 5787044 140734151688128 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/2145/statm: 102404 55929 419 389 0 98154 0
[pid=2145/tid=2147] ppid=2144 vsize=409616 CPUtime=51.02 cores=1,3,5,7
/proc/2145/task/2147/stat : 2147 (priss) R 2144 2144 32466 0 -1 4202560 16531 0 0 0 5094 8 0 0 25 0 5 0 516785423 419446784 55929 33554432000 4194304 5787044 140734151688128 18446744073709551615 5591592 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=2145/tid=2148] ppid=2144 vsize=409616 CPUtime=50.74 cores=1,3,5,7
/proc/2145/task/2148/stat : 2148 (priss) R 2144 2144 32466 0 -1 4202560 16634 0 0 0 5065 9 0 0 25 0 5 0 516785424 419446784 55929 33554432000 4194304 5787044 140734151688128 18446744073709551615 4254712 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=2145/tid=2149] ppid=2144 vsize=409616 CPUtime=51 cores=1,3,5,7
/proc/2145/task/2149/stat : 2149 (priss) R 2144 2144 32466 0 -1 4202560 13373 0 0 0 5091 9 0 0 25 0 5 0 516785425 419446784 55929 33554432000 4194304 5787044 140734151688128 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=2145/tid=2150] ppid=2144 vsize=409616 CPUtime=50.99 cores=1,3,5,7
/proc/2145/task/2150/stat : 2150 (priss) R 2144 2144 32466 0 -1 4202560 20188 0 0 0 5089 10 0 0 25 0 5 0 516785426 419446784 55929 33554432000 4194304 5787044 140734151688128 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.87
Current children cumulated vsize (KiB) 418316

[startup+102.301 s]
/proc/loadavg: 8.40 8.22 8.18 9/192 2153
/proc/meminfo: memFree=21615620/32951124 swapFree=67111524/67111528
[pid=2144] ppid=2142 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/2144/stat : 2144 (prissAuto.sh) S 2142 2144 32466 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516785417 8908800 252 33554432000 4194304 4922060 140733533202336 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2144/statm: 2175 252 211 178 0 68 0
[pid=2145] ppid=2144 vsize=417024 CPUtime=408.38 cores=1,3,5,7
/proc/2145/stat : 2145 (priss) S 2144 2144 32466 0 -1 4202496 84618 0 0 0 40782 56 0 0 19 0 5 0 516785417 427032576 66132 33554432000 4194304 5787044 140734151688128 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/2145/statm: 104256 66132 419 389 0 100006 0
[pid=2145/tid=2147] ppid=2144 vsize=417024 CPUtime=102.22 cores=1,3,5,7
/proc/2145/task/2147/stat : 2147 (priss) R 2144 2144 32466 0 -1 4202560 18013 0 0 0 10211 11 0 0 25 0 5 0 516785423 427032576 66132 33554432000 4194304 5787044 140734151688128 18446744073709551615 5586888 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=2145/tid=2148] ppid=2144 vsize=417024 CPUtime=101.65 cores=1,3,5,7
/proc/2145/task/2148/stat : 2148 (priss) R 2144 2144 32466 0 -1 4202560 19060 0 0 0 10153 12 0 0 25 0 5 0 516785424 427032576 66132 33554432000 4194304 5787044 140734151688128 18446744073709551615 4254966 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=2145/tid=2149] ppid=2144 vsize=417024 CPUtime=102.2 cores=1,3,5,7
/proc/2145/task/2149/stat : 2149 (priss) R 2144 2144 32466 0 -1 4202560 14634 0 0 0 10208 12 0 0 25 0 5 0 516785425 427032576 66132 33554432000 4194304 5787044 140734151688128 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=2145/tid=2150] ppid=2144 vsize=417024 CPUtime=102.19 cores=1,3,5,7
/proc/2145/task/2150/stat : 2150 (priss) R 2144 2144 32466 0 -1 4202560 25310 0 0 0 10201 18 0 0 25 0 5 0 516785426 427032576 66132 33554432000 4194304 5787044 140734151688128 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.38
Current children cumulated vsize (KiB) 425724

[startup+162.301 s]
/proc/loadavg: 8.31 8.22 8.18 9/192 2154
/proc/meminfo: memFree=21520372/32951124 swapFree=67111524/67111528
[pid=2144] ppid=2142 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/2144/stat : 2144 (prissAuto.sh) S 2142 2144 32466 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516785417 8908800 252 33554432000 4194304 4922060 140733533202336 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2144/statm: 2175 252 211 178 0 68 0
[pid=2145] ppid=2144 vsize=426848 CPUtime=648.04 cores=1,3,5,7

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

/proc/2145/task/2148/stat : 2148 (priss) R 2144 2144 32466 0 -1 4202560 42146 0 0 0 81982 44 0 0 25 0 5 0 516785424 912207872 163230 33554432000 4194304 5787044 140734151688128 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=2145/tid=2149] ppid=2144 vsize=890828 CPUtime=821.26 cores=1,3,5,7
/proc/2145/task/2149/stat : 2149 (priss) R 2144 2144 32466 0 -1 4202560 33856 0 0 0 82088 38 0 0 25 0 5 0 516785425 912207872 163230 33554432000 4194304 5787044 140734151688128 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=2145/tid=2150] ppid=2144 vsize=890828 CPUtime=820.53 cores=1,3,5,7
/proc/2145/task/2150/stat : 2150 (priss) R 2144 2144 32466 0 -1 4202560 63572 0 0 0 82005 48 0 0 25 0 5 0 516785426 912207872 163230 33554432000 4194304 5787044 140734151688128 18446744073709551615 4213865 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3284.38
Current children cumulated vsize (KiB) 899528

[startup+882.301 s]
/proc/loadavg: 8.03 8.13 8.16 10/192 2174
/proc/meminfo: memFree=20802680/32951124 swapFree=67111524/67111528
[pid=2144] ppid=2142 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/2144/stat : 2144 (prissAuto.sh) S 2142 2144 32466 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516785417 8908800 252 33554432000 4194304 4922060 140733533202336 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2144/statm: 2175 252 211 178 0 68 0
[pid=2145] ppid=2144 vsize=956876 CPUtime=3524.06 cores=1,3,5,7
/proc/2145/stat : 2145 (priss) S 2144 2144 32466 0 -1 4202496 188049 0 0 0 352222 184 0 0 19 0 5 0 516785417 979841024 167485 33554432000 4194304 5787044 140734151688128 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/2145/statm: 239219 167485 419 389 0 234969 0
[pid=2145/tid=2147] ppid=2144 vsize=956876 CPUtime=882.21 cores=1,3,5,7
/proc/2145/task/2147/stat : 2147 (priss) R 2144 2144 32466 0 -1 4202560 40195 0 0 0 88171 50 0 0 25 0 5 0 516785423 979841024 167485 33554432000 4194304 5787044 140734151688128 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=2145/tid=2148] ppid=2144 vsize=956876 CPUtime=880.26 cores=1,3,5,7
/proc/2145/task/2148/stat : 2148 (priss) R 2144 2144 32466 0 -1 4202560 42696 0 0 0 87981 45 0 0 25 0 5 0 516785424 979841024 167485 33554432000 4194304 5787044 140734151688128 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=2145/tid=2149] ppid=2144 vsize=956876 CPUtime=880.93 cores=1,3,5,7
/proc/2145/task/2149/stat : 2149 (priss) R 2144 2144 32466 0 -1 4202560 33858 0 0 0 88055 38 0 0 25 0 5 0 516785425 979841024 167485 33554432000 4194304 5787044 140734151688128 18446744073709551615 5592118 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=2145/tid=2150] ppid=2144 vsize=956876 CPUtime=880.53 cores=1,3,5,7
/proc/2145/task/2150/stat : 2150 (priss) R 2144 2144 32466 0 -1 4202560 63699 0 0 0 88005 48 0 0 25 0 5 0 516785426 979841024 167485 33554432000 4194304 5787044 140734151688128 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3524.06
Current children cumulated vsize (KiB) 965576

[startup+942.301 s]
/proc/loadavg: 8.05 8.12 8.15 9/192 2175
/proc/meminfo: memFree=20751580/32951124 swapFree=67111524/67111528
[pid=2144] ppid=2142 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/2144/stat : 2144 (prissAuto.sh) S 2142 2144 32466 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516785417 8908800 252 33554432000 4194304 4922060 140733533202336 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2144/statm: 2175 252 211 178 0 68 0
[pid=2145] ppid=2144 vsize=958424 CPUtime=3763.71 cores=1,3,5,7
/proc/2145/stat : 2145 (priss) S 2144 2144 32466 0 -1 4202496 197086 0 0 0 376171 200 0 0 19 0 5 0 516785417 981426176 176115 33554432000 4194304 5787044 140734151688128 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/2145/statm: 239606 176115 419 389 0 235356 0
[pid=2145/tid=2147] ppid=2144 vsize=958424 CPUtime=942.21 cores=1,3,5,7
/proc/2145/task/2147/stat : 2147 (priss) R 2144 2144 32466 0 -1 4202560 42982 0 0 0 94166 55 0 0 25 0 5 0 516785423 981426176 176115 33554432000 4194304 5787044 140734151688128 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=2145/tid=2148] ppid=2144 vsize=958424 CPUtime=940.25 cores=1,3,5,7
/proc/2145/task/2148/stat : 2148 (priss) R 2144 2144 32466 0 -1 4202560 46386 0 0 0 93975 50 0 0 25 0 5 0 516785424 981426176 176115 33554432000 4194304 5787044 140734151688128 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=2145/tid=2149] ppid=2144 vsize=958424 CPUtime=940.6 cores=1,3,5,7
/proc/2145/task/2149/stat : 2149 (priss) R 2144 2144 32466 0 -1 4202560 35978 0 0 0 94017 43 0 0 25 0 5 0 516785425 981426176 176115 33554432000 4194304 5787044 140734151688128 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=2145/tid=2150] ppid=2144 vsize=958424 CPUtime=940.54 cores=1,3,5,7
/proc/2145/task/2150/stat : 2150 (priss) R 2144 2144 32466 0 -1 4202560 64139 0 0 0 94005 49 0 0 25 0 5 0 516785426 981426176 176115 33554432000 4194304 5787044 140734151688128 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3763.71
Current children cumulated vsize (KiB) 967124

[startup+1002.3 s]
/proc/loadavg: 8.02 8.10 8.14 9/192 2177
/proc/meminfo: memFree=20701468/32951124 swapFree=67111524/67111528
[pid=2144] ppid=2142 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/2144/stat : 2144 (prissAuto.sh) S 2142 2144 32466 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516785417 8908800 252 33554432000 4194304 4922060 140733533202336 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2144/statm: 2175 252 211 178 0 68 0
[pid=2145] ppid=2144 vsize=958424 CPUtime=4003.38 cores=1,3,5,7
/proc/2145/stat : 2145 (priss) S 2144 2144 32466 0 -1 4202496 197346 0 0 0 400137 201 0 0 19 0 5 0 516785417 981426176 176375 33554432000 4194304 5787044 140734151688128 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/2145/statm: 239606 176375 419 389 0 235356 0
[pid=2145/tid=2147] ppid=2144 vsize=958424 CPUtime=1002.2 cores=1,3,5,7
/proc/2145/task/2147/stat : 2147 (priss) R 2144 2144 32466 0 -1 4202560 42983 0 0 0 100165 55 0 0 25 0 5 0 516785423 981426176 176375 33554432000 4194304 5787044 140734151688128 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=2145/tid=2148] ppid=2144 vsize=958424 CPUtime=1000.25 cores=1,3,5,7
/proc/2145/task/2148/stat : 2148 (priss) R 2144 2144 32466 0 -1 4202560 46386 0 0 0 99974 51 0 0 25 0 5 0 516785424 981426176 176375 33554432000 4194304 5787044 140734151688128 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=2145/tid=2149] ppid=2144 vsize=958424 CPUtime=1000.27 cores=1,3,5,7
/proc/2145/task/2149/stat : 2149 (priss) R 2144 2144 32466 0 -1 4202560 35980 0 0 0 99984 43 0 0 25 0 5 0 516785425 981426176 176375 33554432000 4194304 5787044 140734151688128 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=2145/tid=2150] ppid=2144 vsize=958424 CPUtime=1000.53 cores=1,3,5,7
/proc/2145/task/2150/stat : 2150 (priss) R 2144 2144 32466 0 -1 4202560 64396 0 0 0 100004 49 0 0 25 0 5 0 516785426 981426176 176375 33554432000 4194304 5787044 140734151688128 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4003.38
Current children cumulated vsize (KiB) 967124

[startup+1062.31 s]
/proc/loadavg: 8.11 8.11 8.14 9/192 2178
/proc/meminfo: memFree=20656444/32951124 swapFree=67111524/67111528
[pid=2144] ppid=2142 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/2144/stat : 2144 (prissAuto.sh) S 2142 2144 32466 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516785417 8908800 252 33554432000 4194304 4922060 140733533202336 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2144/statm: 2175 252 211 178 0 68 0
[pid=2145] ppid=2144 vsize=958424 CPUtime=4243.07 cores=1,3,5,7
/proc/2145/stat : 2145 (priss) S 2144 2144 32466 0 -1 4202496 198752 0 0 0 424103 204 0 0 19 0 5 0 516785417 981426176 177578 33554432000 4194304 5787044 140734151688128 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/2145/statm: 239606 177578 419 389 0 235356 0
[pid=2145/tid=2147] ppid=2144 vsize=958424 CPUtime=1062.21 cores=1,3,5,7
/proc/2145/task/2147/stat : 2147 (priss) R 2144 2144 32466 0 -1 4202560 42983 0 0 0 106166 55 0 0 25 0 5 0 516785423 981426176 177578 33554432000 4194304 5787044 140734151688128 18446744073709551615 5589533 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=2145/tid=2148] ppid=2144 vsize=958424 CPUtime=1060.26 cores=1,3,5,7
/proc/2145/task/2148/stat : 2148 (priss) R 2144 2144 32466 0 -1 4202560 47181 0 0 0 105974 52 0 0 25 0 5 0 516785424 981426176 177578 33554432000 4194304 5787044 140734151688128 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=2145/tid=2149] ppid=2144 vsize=958424 CPUtime=1059.95 cores=1,3,5,7
/proc/2145/task/2149/stat : 2149 (priss) R 2144 2144 32466 0 -1 4202560 36146 0 0 0 105951 44 0 0 25 0 5 0 516785425 981426176 177578 33554432000 4194304 5787044 140734151688128 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=2145/tid=2150] ppid=2144 vsize=958424 CPUtime=1060.53 cores=1,3,5,7
/proc/2145/task/2150/stat : 2150 (priss) R 2144 2144 32466 0 -1 4202560 64841 0 0 0 106003 50 0 0 25 0 5 0 516785426 981426176 177578 33554432000 4194304 5787044 140734151688128 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4243.07
Current children cumulated vsize (KiB) 967124

[startup+1122.3 s]
/proc/loadavg: 8.19 8.13 8.14 9/192 2213
/proc/meminfo: memFree=21244348/32951124 swapFree=67111524/67111528
[pid=2144] ppid=2142 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/2144/stat : 2144 (prissAuto.sh) S 2142 2144 32466 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516785417 8908800 252 33554432000 4194304 4922060 140733533202336 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2144/statm: 2175 252 211 178 0 68 0
[pid=2145] ppid=2144 vsize=1028260 CPUtime=4482.73 cores=1,3,5,7
/proc/2145/stat : 2145 (priss) S 2144 2144 32466 0 -1 4202496 200948 0 0 0 448065 208 0 0 19 0 5 0 516785417 1052938240 179774 33554432000 4194304 5787044 140734151688128 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/2145/statm: 257065 179774 419 389 0 252815 0
[pid=2145/tid=2147] ppid=2144 vsize=1028260 CPUtime=1122.21 cores=1,3,5,7
/proc/2145/task/2147/stat : 2147 (priss) R 2144 2144 32466 0 -1 4202560 42983 0 0 0 112165 56 0 0 25 0 5 0 516785423 1052938240 179774 33554432000 4194304 5787044 140734151688128 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=2145/tid=2148] ppid=2144 vsize=1028260 CPUtime=1120.25 cores=1,3,5,7
/proc/2145/task/2148/stat : 2148 (priss) R 2144 2144 32466 0 -1 4202560 47183 0 0 0 111973 52 0 0 25 0 5 0 516785424 1052938240 179774 33554432000 4194304 5787044 140734151688128 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=2145/tid=2149] ppid=2144 vsize=1028260 CPUtime=1119.62 cores=1,3,5,7
/proc/2145/task/2149/stat : 2149 (priss) R 2144 2144 32466 0 -1 4202560 38340 0 0 0 111914 48 0 0 25 0 5 0 516785425 1052938240 179774 33554432000 4194304 5787044 140734151688128 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=2145/tid=2150] ppid=2144 vsize=1028260 CPUtime=1120.52 cores=1,3,5,7
/proc/2145/task/2150/stat : 2150 (priss) R 2144 2144 32466 0 -1 4202560 64841 0 0 0 112002 50 0 0 25 0 5 0 516785426 1052938240 179774 33554432000 4194304 5787044 140734151688128 18446744073709551615 4255030 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4482.73
Current children cumulated vsize (KiB) 1036960

[startup+1182.3 s]
/proc/loadavg: 8.16 8.13 8.14 9/192 2215
/proc/meminfo: memFree=21184168/32951124 swapFree=67111524/67111528
[pid=2144] ppid=2142 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/2144/stat : 2144 (prissAuto.sh) S 2142 2144 32466 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516785417 8908800 252 33554432000 4194304 4922060 140733533202336 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2144/statm: 2175 252 211 178 0 68 0
[pid=2145] ppid=2144 vsize=1028676 CPUtime=4722.4 cores=1,3,5,7
/proc/2145/stat : 2145 (priss) S 2144 2144 32466 0 -1 4202496 206943 0 0 0 472022 218 0 0 19 0 5 0 516785417 1053364224 185769 33554432000 4194304 5787044 140734151688128 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/2145/statm: 257169 185769 419 389 0 252919 0
[pid=2145/tid=2147] ppid=2144 vsize=1028676 CPUtime=1182.21 cores=1,3,5,7
/proc/2145/task/2147/stat : 2147 (priss) R 2144 2144 32466 0 -1 4202560 42992 0 0 0 118165 56 0 0 25 0 5 0 516785423 1053364224 185769 33554432000 4194304 5787044 140734151688128 18446744073709551615 5590319 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=2145/tid=2148] ppid=2144 vsize=1028676 CPUtime=1180.25 cores=1,3,5,7
/proc/2145/task/2148/stat : 2148 (priss) R 2144 2144 32466 0 -1 4202560 48935 0 0 0 117970 55 0 0 25 0 5 0 516785424 1053364224 185769 33554432000 4194304 5787044 140734151688128 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=2145/tid=2149] ppid=2144 vsize=1028676 CPUtime=1179.29 cores=1,3,5,7
/proc/2145/task/2149/stat : 2149 (priss) R 2144 2144 32466 0 -1 4202560 39453 0 0 0 117881 48 0 0 25 0 5 0 516785425 1053364224 185769 33554432000 4194304 5787044 140734151688128 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=2145/tid=2150] ppid=2144 vsize=1028676 CPUtime=1180.52 cores=1,3,5,7
/proc/2145/task/2150/stat : 2150 (priss) R 2144 2144 32466 0 -1 4202560 67962 0 0 0 117996 56 0 0 25 0 5 0 516785426 1053364224 185769 33554432000 4194304 5787044 140734151688128 18446744073709551615 5528421 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4722.4
Current children cumulated vsize (KiB) 1037376



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.12 8.12 8.14 9/192 2215
/proc/meminfo: memFree=21164324/32951124 swapFree=67111524/67111528
[pid=2144] ppid=2142 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/2144/stat : 2144 (prissAuto.sh) S 2142 2144 32466 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516785417 8908800 252 33554432000 4194304 4922060 140733533202336 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2144/statm: 2175 252 211 178 0 68 0
[pid=2145] ppid=2144 vsize=1028676 CPUtime=4800.3 cores=1,3,5,7
/proc/2145/stat : 2145 (priss) S 2144 2144 32466 0 -1 4202496 208076 0 0 0 479810 220 0 0 19 0 5 0 516785417 1053364224 186902 33554432000 4194304 5787044 140734151688128 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/2145/statm: 257169 186902 419 389 0 252919 0
[pid=2145/tid=2147] ppid=2144 vsize=1028676 CPUtime=1201.72 cores=1,3,5,7
/proc/2145/task/2147/stat : 2147 (priss) R 2144 2144 32466 0 -1 4202560 42998 0 0 0 120116 56 0 0 25 0 5 0 516785423 1053364224 186902 33554432000 4194304 5787044 140734151688128 18446744073709551615 5576461 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=2145/tid=2148] ppid=2144 vsize=1028676 CPUtime=1199.76 cores=1,3,5,7
/proc/2145/task/2148/stat : 2148 (priss) R 2144 2144 32466 0 -1 4202560 49919 0 0 0 119919 57 0 0 25 0 5 0 516785424 1053364224 186902 33554432000 4194304 5787044 140734151688128 18446744073709551615 5591488 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=2145/tid=2149] ppid=2144 vsize=1028676 CPUtime=1198.69 cores=1,3,5,7
/proc/2145/task/2149/stat : 2149 (priss) R 2144 2144 32466 0 -1 4202560 39480 0 0 0 119821 48 0 0 25 0 5 0 516785425 1053364224 186902 33554432000 4194304 5787044 140734151688128 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=2145/tid=2150] ppid=2144 vsize=1028676 CPUtime=1200.03 cores=1,3,5,7
/proc/2145/task/2150/stat : 2150 (priss) R 2144 2144 32466 0 -1 4202560 68078 0 0 0 119946 57 0 0 25 0 5 0 516785426 1053364224 186902 33554432000 4194304 5787044 140734151688128 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.3
Current children cumulated vsize (KiB) 1037376

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 2144 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 4800.3
#
# 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.3
CPU user time (s): 4798.1
CPU system time (s): 2.2
CPU usage (%): 399.42
Max. virtual memory (cumulated for all children) (KiB): 1037376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.000999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 332
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 2

runsolver used 1.66875 second user time and 4.90025 second system time

The end

Launcher Data

Begin job on node135 at 2011-04-29 06:37:56
IDJOB=3288974
IDBENCH=83110
IDSOLVER=1602
FILE ID=node135/3288974-1304051875
RUNJOBID= node135-1304038950-32485
PBS_JOBID= 13170376
Free space on /tmp= 71112 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom20.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3288974-1304051875/watcher-3288974-1304051875 -o /tmp/evaluation-result-3288974-1304051875/solver-3288974-1304051875 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3288974-1304051875.cnf 2081699960 4800 15500 4

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

MD5SUM BENCH= 9851f8e63efc4505343bf50c1cf30646
RANDOM SEED=2081699960

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21946928 kB
Buffers:       1830864 kB
Cached:        8143112 kB
SwapCached:          4 kB
Active:        2834504 kB
Inactive:      7577512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21946928 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            4300 kB
Writeback:           0 kB
AnonPages:      438040 kB
Mapped:          15696 kB
Slab:           528608 kB
PageTables:       5520 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   637812 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= 71112 MiB
End job on node135 at 2011-04-29 06:57:59