Trace number 3289158

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

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top24.cnf
MD5SUM1f485d737caaaca49e2c467c83cbdcec
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark520.047
Satisfiable
(Un)Satisfiability was proved
Number of variables65983
Number of clauses209942
Sum of the clauses size513194
Maximum clause length2578
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2127592
Number of clauses of size 380970
Number of clauses of size 4299
Number of clauses of size 522
Number of clauses of size over 51058

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: 12614
0.00/0.00	c setup for 4cores
0.00/0.06	c parsetime: 62366us
0.00/0.06	c parsed 209942 clauses with 65983 variables
0.00/0.08	c NW started thread 0 successfully (1088022848)
0.00/0.09	c NW started thread 1 successfully (1100462400)
0.00/0.10	c NW started thread 2 successfully (1110952256)
0.00/0.12	c NW started thread 3 successfully (1121442112)
9.27/2.42	c preprocessor returned 65983 variables
9.27/2.42	c preprocessing returned UNKNOWN
9.27/2.42	c PP set 2702 variables
9.27/2.42	c pp time: 2330697us (2s)
9.27/2.47	c preprocessor returned 65983 variables
9.27/2.47	c preprocessing returned UNKNOWN
9.27/2.47	c PP set 2702 variables
9.27/2.47	c pp time: 2364990us (2s)
9.27/2.47	c preprocessor returned 65983 variables
9.27/2.47	c preprocessing returned UNKNOWN
9.27/2.47	c PP set 2702 variables
9.27/2.47	c pp time: 2350973us (2s)
9.27/2.48	c preprocessor returned 65983 variables
9.27/2.48	c preprocessing returned UNKNOWN
9.27/2.48	c PP set 2702 variables
9.27/2.48	c pp time: 2339047us (2s)
10.08/2.66	c HTE
10.46/2.72	c subsumption
10.86/2.80	c simplified formula contains 0 unit clauses
11.26/2.90	c HTE
11.26/2.96	c subsumption
11.66/3.03	c simplified formula contains 0 unit clauses
58.41/14.74	c HTE
59.19/14.93	c subsumption
59.99/15.19	c simplified formula contains 0 unit clauses
347.58/87.16	c added unsatisfied clause
347.58/87.16	c failed to add network clauses
489.38/122.67	c HTE
499.37/125.18	c subsumption
513.74/128.77	c simplified formula contains 0 unit clauses
1349.38/337.95	c received clause contains eliminated literal -5314
1449.64/363.08	c HTE
1465.61/367.05	c subsumption
1632.19/408.76	c simplified formula contains 0 unit clauses
1710.51/428.37	c added unsatisfied clause
1710.51/428.37	c failed to add network clauses
1885.87/472.28	c received clause contains eliminated literal -4730
2126.29/532.41	c added unsatisfied clause
2126.29/532.41	c failed to add network clauses
2169.04/543.13	c added unsatisfied clause
2169.04/543.13	c failed to add network clauses
2727.88/683.08	c HTE
2788.20/698.19	c subsumption
2965.14/742.43	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-3289158-1304052231/watcher-3289158-1304052231 -o /tmp/evaluation-result-3289158-1304052231/solver-3289158-1304052231 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3289158-1304052231.cnf 1897417792 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: 6.85 7.74 7.10 5/182 12613
/proc/meminfo: memFree=26276368/32950928 swapFree=67111364/67111528
[pid=12613] ppid=12611 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12613/stat : 12613 (prissAuto.sh) S 12611 12613 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516822792 8908800 251 33554432000 4194304 4922060 140734531791776 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12613/statm: 2175 251 211 178 0 68 0

[startup+0.0955681 s]
/proc/loadavg: 6.85 7.74 7.10 5/182 12613
/proc/meminfo: memFree=26276368/32950928 swapFree=67111364/67111528
[pid=12613] ppid=12611 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12613/stat : 12613 (prissAuto.sh) S 12611 12613 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516822792 8908800 251 33554432000 4194304 4922060 140734531791776 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12613/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100585 s]
/proc/loadavg: 6.85 7.74 7.10 5/182 12613
/proc/meminfo: memFree=26276368/32950928 swapFree=67111364/67111528
[pid=12613] ppid=12611 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12613/stat : 12613 (prissAuto.sh) S 12611 12613 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516822792 8908800 251 33554432000 4194304 4922060 140734531791776 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12613/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.789033 s]
/proc/loadavg: 6.85 7.74 7.10 5/182 12613
/proc/meminfo: memFree=26276368/32950928 swapFree=67111364/67111528
[pid=12613] ppid=12611 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12613/stat : 12613 (prissAuto.sh) S 12611 12613 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516822792 8908800 251 33554432000 4194304 4922060 140734531791776 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12613/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.805478 s]
/proc/loadavg: 6.85 7.74 7.10 5/182 12613
/proc/meminfo: memFree=26276368/32950928 swapFree=67111364/67111528
[pid=12613] ppid=12611 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12613/stat : 12613 (prissAuto.sh) S 12611 12613 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516822792 8908800 251 33554432000 4194304 4922060 140734531791776 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12613/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50627 s]
/proc/loadavg: 6.94 7.74 7.10 9/188 12619
/proc/meminfo: memFree=26077424/32950928 swapFree=67111364/67111528
[pid=12613] ppid=12611 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12613/stat : 12613 (prissAuto.sh) S 12611 12613 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516822792 8908800 251 33554432000 4194304 4922060 140734531791776 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12613/statm: 2175 251 211 178 0 68 0
[pid=12614] ppid=12613 vsize=426380 CPUtime=5.68 cores=1,3,5,7
/proc/12614/stat : 12614 (priss) S 12613 12613 12570 0 -1 4202496 64920 0 0 0 545 23 0 0 25 0 5 0 516822792 436613120 45740 33554432000 4194304 5787044 140735460200416 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/12614/statm: 106595 45740 352 389 0 102345 0
[pid=12614/tid=12616] ppid=12613 vsize=426380 CPUtime=1.4 cores=1,3,5,7
/proc/12614/task/12616/stat : 12616 (priss) R 12613 12613 12570 0 -1 4202560 13730 0 0 0 135 5 0 0 18 0 5 0 516822800 436613120 45740 33554432000 4194304 5787044 140735460200416 18446744073709551615 4276259 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=12614/tid=12617] ppid=12613 vsize=426380 CPUtime=1.39 cores=1,3,5,7
/proc/12614/task/12617/stat : 12617 (priss) R 12613 12613 12570 0 -1 4202560 12605 0 0 0 134 5 0 0 18 0 5 0 516822802 436613120 45740 33554432000 4194304 5787044 140735460200416 18446744073709551615 4278498 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=12614/tid=12618] ppid=12613 vsize=426380 CPUtime=1.38 cores=1,3,5,7
/proc/12614/task/12618/stat : 12618 (priss) R 12613 12613 12570 0 -1 4202560 13673 0 0 0 133 5 0 0 18 0 5 0 516822803 436613120 45740 33554432000 4194304 5787044 140735460200416 18446744073709551615 4276259 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12614/tid=12619] ppid=12613 vsize=426380 CPUtime=1.36 cores=1,3,5,7
/proc/12614/task/12619/stat : 12619 (priss) R 12613 12613 12570 0 -1 4202560 13936 0 0 0 130 6 0 0 18 0 5 0 516822805 436613120 45740 33554432000 4194304 5787044 140735460200416 18446744073709551615 4276259 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.68
Current children cumulated vsize (KiB) 435080

[startup+3.10097 s]
/proc/loadavg: 6.94 7.74 7.10 9/188 12619
/proc/meminfo: memFree=26035016/32950928 swapFree=67111364/67111528
[pid=12613] ppid=12611 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12613/stat : 12613 (prissAuto.sh) S 12611 12613 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516822792 8908800 251 33554432000 4194304 4922060 140734531791776 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12613/statm: 2175 251 211 178 0 68 0
[pid=12614] ppid=12613 vsize=433552 CPUtime=12.06 cores=1,3,5,7
/proc/12614/stat : 12614 (priss) S 12613 12613 12570 0 -1 4202496 87819 0 0 0 1179 27 0 0 25 0 5 0 516822792 443957248 59542 33554432000 4194304 5787044 140735460200416 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/12614/statm: 108388 59542 418 389 0 104138 0
[pid=12614/tid=12616] ppid=12613 vsize=433552 CPUtime=3 cores=1,3,5,7
/proc/12614/task/12616/stat : 12616 (priss) R 12613 12613 12570 0 -1 4202560 18754 0 0 0 294 6 0 0 21 0 5 0 516822800 443957248 59542 33554432000 4194304 5787044 140735460200416 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=12614/tid=12617] ppid=12613 vsize=433552 CPUtime=2.97 cores=1,3,5,7
/proc/12614/task/12617/stat : 12617 (priss) R 12613 12613 12570 0 -1 4202560 17745 0 0 0 292 5 0 0 21 0 5 0 516822802 443957248 59542 33554432000 4194304 5787044 140735460200416 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=12614/tid=12618] ppid=12613 vsize=433552 CPUtime=2.98 cores=1,3,5,7
/proc/12614/task/12618/stat : 12618 (priss) R 12613 12613 12570 0 -1 4202560 18463 0 0 0 292 6 0 0 21 0 5 0 516822803 443957248 59542 33554432000 4194304 5787044 140735460200416 18446744073709551615 4254813 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12614/tid=12619] ppid=12613 vsize=433552 CPUtime=2.95 cores=1,3,5,7
/proc/12614/task/12619/stat : 12619 (priss) R 12613 12613 12570 0 -1 4202560 21881 0 0 0 288 7 0 0 21 0 5 0 516822805 443957248 59542 33554432000 4194304 5787044 140735460200416 18446744073709551615 5530792 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.06
Current children cumulated vsize (KiB) 442252

[startup+6.30036 s]
/proc/loadavg: 6.94 7.74 7.10 9/188 12619
/proc/meminfo: memFree=26003012/32950928 swapFree=67111364/67111528
[pid=12613] ppid=12611 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12613/stat : 12613 (prissAuto.sh) S 12611 12613 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516822792 8908800 251 33554432000 4194304 4922060 140734531791776 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12613/statm: 2175 251 211 178 0 68 0
[pid=12614] ppid=12613 vsize=433552 CPUtime=24.84 cores=1,3,5,7
/proc/12614/stat : 12614 (priss) S 12613 12613 12570 0 -1 4202496 88426 0 0 0 2456 28 0 0 25 0 5 0 516822792 443957248 60149 33554432000 4194304 5787044 140735460200416 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/12614/statm: 108388 60149 418 389 0 104138 0
[pid=12614/tid=12616] ppid=12613 vsize=433552 CPUtime=6.19 cores=1,3,5,7
/proc/12614/task/12616/stat : 12616 (priss) R 12613 12613 12570 0 -1 4202560 18949 0 0 0 613 6 0 0 25 0 5 0 516822800 443957248 60149 33554432000 4194304 5787044 140735460200416 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=12614/tid=12617] ppid=12613 vsize=433552 CPUtime=6.16 cores=1,3,5,7
/proc/12614/task/12617/stat : 12617 (priss) R 12613 12613 12570 0 -1 4202560 17748 0 0 0 610 6 0 0 25 0 5 0 516822802 443957248 60149 33554432000 4194304 5787044 140735460200416 18446744073709551615 5586822 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=12614/tid=12618] ppid=12613 vsize=433552 CPUtime=6.17 cores=1,3,5,7
/proc/12614/task/12618/stat : 12618 (priss) R 12613 12613 12570 0 -1 4202560 18752 0 0 0 611 6 0 0 25 0 5 0 516822803 443957248 60149 33554432000 4194304 5787044 140735460200416 18446744073709551615 4215354 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12614/tid=12619] ppid=12613 vsize=433552 CPUtime=6.15 cores=1,3,5,7
/proc/12614/task/12619/stat : 12619 (priss) R 12613 12613 12570 0 -1 4202560 22001 0 0 0 608 7 0 0 25 0 5 0 516822805 443957248 60149 33554432000 4194304 5787044 140735460200416 18446744073709551615 5527024 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.84
Current children cumulated vsize (KiB) 442252

[startup+12.7011 s]
/proc/loadavg: 7.18 7.76 7.12 9/188 12619
/proc/meminfo: memFree=25991516/32950928 swapFree=67111364/67111528
[pid=12613] ppid=12611 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12613/stat : 12613 (prissAuto.sh) S 12611 12613 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516822792 8908800 251 33554432000 4194304 4922060 140734531791776 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12613/statm: 2175 251 211 178 0 68 0
[pid=12614] ppid=12613 vsize=433552 CPUtime=50.4 cores=1,3,5,7
/proc/12614/stat : 12614 (priss) S 12613 12613 12570 0 -1 4202496 90293 0 0 0 5011 29 0 0 25 0 5 0 516822792 443957248 62016 33554432000 4194304 5787044 140735460200416 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/12614/statm: 108388 62016 418 389 0 104138 0
[pid=12614/tid=12616] ppid=12613 vsize=433552 CPUtime=12.6 cores=1,3,5,7
/proc/12614/task/12616/stat : 12616 (priss) R 12613 12613 12570 0 -1 4202560 20217 0 0 0 1253 7 0 0 25 0 5 0 516822800 443957248 62016 33554432000 4194304 5787044 140735460200416 18446744073709551615 4220295 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=12614/tid=12617] ppid=12613 vsize=433552 CPUtime=12.52 cores=1,3,5,7
/proc/12614/task/12617/stat : 12617 (priss) R 12613 12613 12570 0 -1 4202560 17880 0 0 0 1246 6 0 0 25 0 5 0 516822802 443957248 62016 33554432000 4194304 5787044 140735460200416 18446744073709551615 4254537 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=12614/tid=12618] ppid=12613 vsize=433552 CPUtime=12.57 cores=1,3,5,7
/proc/12614/task/12618/stat : 12618 (priss) R 12613 12613 12570 0 -1 4202560 18773 0 0 0 1251 6 0 0 25 0 5 0 516822803 443957248 62016 33554432000 4194304 5787044 140735460200416 18446744073709551615 5590646 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12614/tid=12619] ppid=12613 vsize=433552 CPUtime=12.56 cores=1,3,5,7
/proc/12614/task/12619/stat : 12619 (priss) R 12613 12613 12570 0 -1 4202560 22447 0 0 0 1248 8 0 0 25 0 5 0 516822805 443957248 62016 33554432000 4194304 5787044 140735460200416 18446744073709551615 5527232 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.4
Current children cumulated vsize (KiB) 442252

[startup+25.5007 s]
/proc/loadavg: 7.31 7.77 7.13 9/188 12620
/proc/meminfo: memFree=25963976/32950928 swapFree=67111364/67111528
[pid=12613] ppid=12611 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12613/stat : 12613 (prissAuto.sh) S 12611 12613 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516822792 8908800 251 33554432000 4194304 4922060 140734531791776 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12613/statm: 2175 251 211 178 0 68 0
[pid=12614] ppid=12613 vsize=437936 CPUtime=101.54 cores=1,3,5,7
/proc/12614/stat : 12614 (priss) S 12613 12613 12570 0 -1 4202496 94464 0 0 0 10122 32 0 0 25 0 5 0 516822792 448446464 65090 33554432000 4194304 5787044 140735460200416 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/12614/statm: 109484 65090 418 389 0 105234 0
[pid=12614/tid=12616] ppid=12613 vsize=437936 CPUtime=25.39 cores=1,3,5,7
/proc/12614/task/12616/stat : 12616 (priss) R 12613 12613 12570 0 -1 4202560 20466 0 0 0 2532 7 0 0 25 0 5 0 516822800 448446464 65090 33554432000 4194304 5787044 140735460200416 18446744073709551615 5591280 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=12614/tid=12617] ppid=12613 vsize=437936 CPUtime=25.25 cores=1,3,5,7
/proc/12614/task/12617/stat : 12617 (priss) R 12613 12613 12570 0 -1 4202560 18170 0 0 0 2519 6 0 0 25 0 5 0 516822802 448446464 65090 33554432000 4194304 5787044 140735460200416 18446744073709551615 4732548 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=12614/tid=12618] ppid=12613 vsize=437936 CPUtime=25.38 cores=1,3,5,7
/proc/12614/task/12618/stat : 12618 (priss) R 12613 12613 12570 0 -1 4202560 19092 0 0 0 2531 7 0 0 25 0 5 0 516822803 448446464 65090 33554432000 4194304 5787044 140735460200416 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12614/tid=12619] ppid=12613 vsize=437936 CPUtime=25.35 cores=1,3,5,7
/proc/12614/task/12619/stat : 12619 (priss) R 12613 12613 12570 0 -1 4202560 25760 0 0 0 2526 9 0 0 25 0 5 0 516822805 448446464 65090 33554432000 4194304 5787044 140735460200416 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.54
Current children cumulated vsize (KiB) 446636

[startup+51.1008 s]
/proc/loadavg: 7.60 7.80 7.16 9/188 12620
/proc/meminfo: memFree=25923276/32950928 swapFree=67111364/67111528
[pid=12613] ppid=12611 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12613/stat : 12613 (prissAuto.sh) S 12611 12613 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516822792 8908800 251 33554432000 4194304 4922060 140734531791776 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12613/statm: 2175 251 211 178 0 68 0
[pid=12614] ppid=12613 vsize=437936 CPUtime=203.78 cores=1,3,5,7
/proc/12614/stat : 12614 (priss) S 12613 12613 12570 0 -1 4202496 98343 0 0 0 20341 37 0 0 25 0 5 0 516822792 448446464 68966 33554432000 4194304 5787044 140735460200416 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/12614/statm: 109484 68966 418 389 0 105234 0
[pid=12614/tid=12616] ppid=12613 vsize=437936 CPUtime=51 cores=1,3,5,7
/proc/12614/task/12616/stat : 12616 (priss) R 12613 12613 12570 0 -1 4202560 21211 0 0 0 5091 9 0 0 25 0 5 0 516822800 448446464 68966 33554432000 4194304 5787044 140735460200416 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=12614/tid=12617] ppid=12613 vsize=437936 CPUtime=50.7 cores=1,3,5,7
/proc/12614/task/12617/stat : 12617 (priss) R 12613 12613 12570 0 -1 4202560 19737 0 0 0 5064 6 0 0 25 0 5 0 516822802 448446464 68966 33554432000 4194304 5787044 140735460200416 18446744073709551615 4220550 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=12614/tid=12618] ppid=12613 vsize=437936 CPUtime=50.97 cores=1,3,5,7
/proc/12614/task/12618/stat : 12618 (priss) R 12613 12613 12570 0 -1 4202560 19729 0 0 0 5089 8 0 0 25 0 5 0 516822803 448446464 68966 33554432000 4194304 5787044 140735460200416 18446744073709551615 4254550 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12614/tid=12619] ppid=12613 vsize=437936 CPUtime=50.95 cores=1,3,5,7
/proc/12614/task/12619/stat : 12619 (priss) R 12613 12613 12570 0 -1 4202560 26690 0 0 0 5084 11 0 0 25 0 5 0 516822805 448446464 68966 33554432000 4194304 5787044 140735460200416 18446744073709551615 5527147 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.78
Current children cumulated vsize (KiB) 446636

[startup+102.301 s]
/proc/loadavg: 7.90 7.85 7.21 9/188 12622
/proc/meminfo: memFree=25848000/32950928 swapFree=67111364/67111528
[pid=12613] ppid=12611 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12613/stat : 12613 (prissAuto.sh) S 12611 12613 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516822792 8908800 251 33554432000 4194304 4922060 140734531791776 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12613/statm: 2175 251 211 178 0 68 0
[pid=12614] ppid=12613 vsize=445072 CPUtime=408.29 cores=1,3,5,7
/proc/12614/stat : 12614 (priss) S 12613 12613 12570 0 -1 4202496 109400 0 0 0 40780 49 0 0 25 0 5 0 516822792 455753728 79903 33554432000 4194304 5787044 140735460200416 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/12614/statm: 111268 79903 418 389 0 107018 0
[pid=12614/tid=12616] ppid=12613 vsize=445072 CPUtime=102.19 cores=1,3,5,7
/proc/12614/task/12616/stat : 12616 (priss) R 12613 12613 12570 0 -1 4202560 23210 0 0 0 10207 12 0 0 25 0 5 0 516822800 455753728 79903 33554432000 4194304 5787044 140735460200416 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=12614/tid=12617] ppid=12613 vsize=445072 CPUtime=101.63 cores=1,3,5,7
/proc/12614/task/12617/stat : 12617 (priss) R 12613 12613 12570 0 -1 4202560 24191 0 0 0 10153 10 0 0 25 0 5 0 516822802 455753728 79903 33554432000 4194304 5787044 140735460200416 18446744073709551615 5591568 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=12614/tid=12618] ppid=12613 vsize=445072 CPUtime=102.17 cores=1,3,5,7
/proc/12614/task/12618/stat : 12618 (priss) R 12613 12613 12570 0 -1 4202560 21271 0 0 0 10207 10 0 0 25 0 5 0 516822803 455753728 79903 33554432000 4194304 5787044 140735460200416 18446744073709551615 5591342 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12614/tid=12619] ppid=12613 vsize=445072 CPUtime=102.15 cores=1,3,5,7

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

/proc/12614/task/12617/stat : 12617 (priss) R 12613 12613 12570 0 -1 4202560 37454 0 0 0 81927 29 0 0 25 0 5 0 516822802 856256512 160049 33554432000 4194304 5787044 140735460200416 18446744073709551615 5591653 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=12614/tid=12618] ppid=12613 vsize=836188 CPUtime=822.15 cores=1,3,5,7
/proc/12614/task/12618/stat : 12618 (priss) R 12613 12613 12570 0 -1 4202560 32483 0 0 0 82191 24 0 0 25 0 5 0 516822803 856256512 160049 33554432000 4194304 5787044 140735460200416 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12614/tid=12619] ppid=12613 vsize=836188 CPUtime=822.14 cores=1,3,5,7
/proc/12614/task/12619/stat : 12619 (priss) R 12613 12613 12570 0 -1 4202560 75763 0 0 0 82169 45 0 0 25 0 5 0 516822805 856256512 160049 33554432000 4194304 5787044 140735460200416 18446744073709551615 5528368 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3284.31
Current children cumulated vsize (KiB) 844888

[startup+882.3 s]
/proc/loadavg: 8.09 8.05 7.68 9/188 12642
/proc/meminfo: memFree=25263132/32950928 swapFree=67111364/67111528
[pid=12613] ppid=12611 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12613/stat : 12613 (prissAuto.sh) S 12611 12613 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516822792 8908800 251 33554432000 4194304 4922060 140734531791776 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12613/statm: 2175 251 211 178 0 68 0
[pid=12614] ppid=12613 vsize=836188 CPUtime=3523.97 cores=1,3,5,7
/proc/12614/stat : 12614 (priss) S 12613 12613 12570 0 -1 4202496 197653 0 0 0 352259 138 0 0 25 0 5 0 516822792 856256512 160324 33554432000 4194304 5787044 140735460200416 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/12614/statm: 209047 160324 418 389 0 204797 0
[pid=12614/tid=12616] ppid=12613 vsize=836188 CPUtime=880.29 cores=1,3,5,7
/proc/12614/task/12616/stat : 12616 (priss) R 12613 12613 12570 0 -1 4202560 40653 0 0 0 87993 36 0 0 25 0 5 0 516822800 856256512 160324 33554432000 4194304 5787044 140735460200416 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=12614/tid=12617] ppid=12613 vsize=836188 CPUtime=879.24 cores=1,3,5,7
/proc/12614/task/12617/stat : 12617 (priss) R 12613 12613 12570 0 -1 4202560 37454 0 0 0 87895 29 0 0 25 0 5 0 516822802 856256512 160324 33554432000 4194304 5787044 140735460200416 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=12614/tid=12618] ppid=12613 vsize=836188 CPUtime=882.15 cores=1,3,5,7
/proc/12614/task/12618/stat : 12618 (priss) R 12613 12613 12570 0 -1 4202560 32483 0 0 0 88191 24 0 0 25 0 5 0 516822803 856256512 160324 33554432000 4194304 5787044 140735460200416 18446744073709551615 5591640 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12614/tid=12619] ppid=12613 vsize=836188 CPUtime=882.13 cores=1,3,5,7
/proc/12614/task/12619/stat : 12619 (priss) R 12613 12613 12570 0 -1 4202560 76087 0 0 0 88167 46 0 0 25 0 5 0 516822805 856256512 160324 33554432000 4194304 5787044 140735460200416 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3523.97
Current children cumulated vsize (KiB) 844888

[startup+942.301 s]
/proc/loadavg: 8.08 8.05 7.70 9/188 12644
/proc/meminfo: memFree=25252568/32950928 swapFree=67111364/67111528
[pid=12613] ppid=12611 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12613/stat : 12613 (prissAuto.sh) S 12611 12613 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516822792 8908800 251 33554432000 4194304 4922060 140734531791776 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12613/statm: 2175 251 211 178 0 68 0
[pid=12614] ppid=12613 vsize=836188 CPUtime=3763.65 cores=1,3,5,7
/proc/12614/stat : 12614 (priss) S 12613 12613 12570 0 -1 4202496 197681 0 0 0 376227 138 0 0 25 0 5 0 516822792 856256512 160352 33554432000 4194304 5787044 140735460200416 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/12614/statm: 209047 160352 418 389 0 204797 0
[pid=12614/tid=12616] ppid=12613 vsize=836188 CPUtime=940.3 cores=1,3,5,7
/proc/12614/task/12616/stat : 12616 (priss) R 12613 12613 12570 0 -1 4202560 40653 0 0 0 93993 37 0 0 25 0 5 0 516822800 856256512 160352 33554432000 4194304 5787044 140735460200416 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=12614/tid=12617] ppid=12613 vsize=836188 CPUtime=938.91 cores=1,3,5,7
/proc/12614/task/12617/stat : 12617 (priss) R 12613 12613 12570 0 -1 4202560 37456 0 0 0 93862 29 0 0 25 0 5 0 516822802 856256512 160352 33554432000 4194304 5787044 140735460200416 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=12614/tid=12618] ppid=12613 vsize=836188 CPUtime=942.16 cores=1,3,5,7
/proc/12614/task/12618/stat : 12618 (priss) R 12613 12613 12570 0 -1 4202560 32508 0 0 0 94192 24 0 0 25 0 5 0 516822803 856256512 160352 33554432000 4194304 5787044 140735460200416 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12614/tid=12619] ppid=12613 vsize=836188 CPUtime=942.13 cores=1,3,5,7
/proc/12614/task/12619/stat : 12619 (priss) R 12613 12613 12570 0 -1 4202560 76088 0 0 0 94167 46 0 0 25 0 5 0 516822805 856256512 160352 33554432000 4194304 5787044 140735460200416 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3763.65
Current children cumulated vsize (KiB) 844888

[startup+1002.3 s]
/proc/loadavg: 8.03 8.04 7.72 9/188 12646
/proc/meminfo: memFree=25243864/32950928 swapFree=67111364/67111528
[pid=12613] ppid=12611 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12613/stat : 12613 (prissAuto.sh) S 12611 12613 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516822792 8908800 251 33554432000 4194304 4922060 140734531791776 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12613/statm: 2175 251 211 178 0 68 0
[pid=12614] ppid=12613 vsize=836188 CPUtime=4003.33 cores=1,3,5,7
/proc/12614/stat : 12614 (priss) S 12613 12613 12570 0 -1 4202496 198400 0 0 0 400194 139 0 0 25 0 5 0 516822792 856256512 161071 33554432000 4194304 5787044 140735460200416 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/12614/statm: 209047 161071 418 389 0 204797 0
[pid=12614/tid=12616] ppid=12613 vsize=836188 CPUtime=1000.29 cores=1,3,5,7
/proc/12614/task/12616/stat : 12616 (priss) R 12613 12613 12570 0 -1 4202560 41160 0 0 0 99992 37 0 0 25 0 5 0 516822800 856256512 161071 33554432000 4194304 5787044 140735460200416 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=12614/tid=12617] ppid=12613 vsize=836188 CPUtime=998.59 cores=1,3,5,7
/proc/12614/task/12617/stat : 12617 (priss) R 12613 12613 12570 0 -1 4202560 37575 0 0 0 99830 29 0 0 25 0 5 0 516822802 856256512 161071 33554432000 4194304 5787044 140735460200416 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=12614/tid=12618] ppid=12613 vsize=836188 CPUtime=1002.16 cores=1,3,5,7
/proc/12614/task/12618/stat : 12618 (priss) R 12613 12613 12570 0 -1 4202560 32553 0 0 0 100192 24 0 0 25 0 5 0 516822803 856256512 161071 33554432000 4194304 5787044 140735460200416 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12614/tid=12619] ppid=12613 vsize=836188 CPUtime=1002.13 cores=1,3,5,7
/proc/12614/task/12619/stat : 12619 (priss) R 12613 12613 12570 0 -1 4202560 76136 0 0 0 100167 46 0 0 25 0 5 0 516822805 856256512 161071 33554432000 4194304 5787044 140735460200416 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4003.33
Current children cumulated vsize (KiB) 844888

[startup+1062.3 s]
/proc/loadavg: 8.01 8.03 7.73 9/188 12656
/proc/meminfo: memFree=25208412/32950928 swapFree=67111364/67111528
[pid=12613] ppid=12611 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12613/stat : 12613 (prissAuto.sh) S 12611 12613 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516822792 8908800 251 33554432000 4194304 4922060 140734531791776 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12613/statm: 2175 251 211 178 0 68 0
[pid=12614] ppid=12613 vsize=836188 CPUtime=4242.99 cores=1,3,5,7
/proc/12614/stat : 12614 (priss) S 12613 12613 12570 0 -1 4202496 203912 0 0 0 424152 147 0 0 25 0 5 0 516822792 856256512 166583 33554432000 4194304 5787044 140735460200416 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/12614/statm: 209047 166583 418 389 0 204797 0
[pid=12614/tid=12616] ppid=12613 vsize=836188 CPUtime=1060.29 cores=1,3,5,7
/proc/12614/task/12616/stat : 12616 (priss) R 12613 12613 12570 0 -1 4202560 41173 0 0 0 105992 37 0 0 25 0 5 0 516822800 856256512 166583 33554432000 4194304 5787044 140735460200416 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=12614/tid=12617] ppid=12613 vsize=836188 CPUtime=1058.26 cores=1,3,5,7
/proc/12614/task/12617/stat : 12617 (priss) R 12613 12613 12570 0 -1 4202560 39388 0 0 0 105792 34 0 0 25 0 5 0 516822802 856256512 166583 33554432000 4194304 5787044 140735460200416 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=12614/tid=12618] ppid=12613 vsize=836188 CPUtime=1062.16 cores=1,3,5,7
/proc/12614/task/12618/stat : 12618 (priss) R 12613 12613 12570 0 -1 4202560 35150 0 0 0 106188 28 0 0 25 0 5 0 516822803 856256512 166583 33554432000 4194304 5787044 140735460200416 18446744073709551615 5591640 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12614/tid=12619] ppid=12613 vsize=836188 CPUtime=1062.13 cores=1,3,5,7
/proc/12614/task/12619/stat : 12619 (priss) R 12613 12613 12570 0 -1 4202560 77225 0 0 0 106167 46 0 0 25 0 5 0 516822805 856256512 166583 33554432000 4194304 5787044 140735460200416 18446744073709551615 5527037 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4242.99
Current children cumulated vsize (KiB) 844888

[startup+1122.3 s]
/proc/loadavg: 8.00 8.02 7.74 9/188 12658
/proc/meminfo: memFree=25168820/32950928 swapFree=67111364/67111528
[pid=12613] ppid=12611 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12613/stat : 12613 (prissAuto.sh) S 12611 12613 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516822792 8908800 251 33554432000 4194304 4922060 140734531791776 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12613/statm: 2175 251 211 178 0 68 0
[pid=12614] ppid=12613 vsize=842932 CPUtime=4482.69 cores=1,3,5,7
/proc/12614/stat : 12614 (priss) S 12613 12613 12570 0 -1 4202496 210680 0 0 0 448111 158 0 0 25 0 5 0 516822792 863162368 173351 33554432000 4194304 5787044 140735460200416 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/12614/statm: 210733 173351 418 389 0 206483 0
[pid=12614/tid=12616] ppid=12613 vsize=842932 CPUtime=1120.3 cores=1,3,5,7
/proc/12614/task/12616/stat : 12616 (priss) R 12613 12613 12570 0 -1 4202560 42902 0 0 0 111991 39 0 0 25 0 5 0 516822800 863162368 173351 33554432000 4194304 5787044 140735460200416 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=12614/tid=12617] ppid=12613 vsize=842932 CPUtime=1117.93 cores=1,3,5,7
/proc/12614/task/12617/stat : 12617 (priss) R 12613 12613 12570 0 -1 4202560 41259 0 0 0 111756 37 0 0 25 0 5 0 516822802 863162368 173351 33554432000 4194304 5787044 140735460200416 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=12614/tid=12618] ppid=12613 vsize=842932 CPUtime=1122.16 cores=1,3,5,7
/proc/12614/task/12618/stat : 12618 (priss) R 12613 12613 12570 0 -1 4202560 37108 0 0 0 112183 33 0 0 25 0 5 0 516822803 863162368 173351 33554432000 4194304 5787044 140735460200416 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12614/tid=12619] ppid=12613 vsize=842932 CPUtime=1122.14 cores=1,3,5,7
/proc/12614/task/12619/stat : 12619 (priss) R 12613 12613 12570 0 -1 4202560 78435 0 0 0 112168 46 0 0 25 0 5 0 516822805 863162368 173351 33554432000 4194304 5787044 140735460200416 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4482.69
Current children cumulated vsize (KiB) 851632

[startup+1182.3 s]
/proc/loadavg: 8.00 8.02 7.76 9/188 12659
/proc/meminfo: memFree=25134452/32950928 swapFree=67111364/67111528
[pid=12613] ppid=12611 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12613/stat : 12613 (prissAuto.sh) S 12611 12613 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516822792 8908800 251 33554432000 4194304 4922060 140734531791776 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12613/statm: 2175 251 211 178 0 68 0
[pid=12614] ppid=12613 vsize=918648 CPUtime=4722.34 cores=1,3,5,7
/proc/12614/stat : 12614 (priss) S 12613 12613 12570 0 -1 4202496 219116 0 0 0 472069 165 0 0 25 0 5 0 516822792 940695552 181787 33554432000 4194304 5787044 140735460200416 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/12614/statm: 229662 181787 418 389 0 225412 0
[pid=12614/tid=12616] ppid=12613 vsize=918648 CPUtime=1180.3 cores=1,3,5,7
/proc/12614/task/12616/stat : 12616 (priss) R 12613 12613 12570 0 -1 4202560 44881 0 0 0 117989 41 0 0 25 0 5 0 516822800 940695552 181787 33554432000 4194304 5787044 140735460200416 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=12614/tid=12617] ppid=12613 vsize=918648 CPUtime=1177.6 cores=1,3,5,7
/proc/12614/task/12617/stat : 12617 (priss) R 12613 12613 12570 0 -1 4202560 43625 0 0 0 117720 40 0 0 25 0 5 0 516822802 940695552 181787 33554432000 4194304 5787044 140735460200416 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=12614/tid=12618] ppid=12613 vsize=918648 CPUtime=1182.16 cores=1,3,5,7
/proc/12614/task/12618/stat : 12618 (priss) R 12613 12613 12570 0 -1 4202560 39554 0 0 0 118180 36 0 0 25 0 5 0 516822803 940695552 181787 33554432000 4194304 5787044 140735460200416 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12614/tid=12619] ppid=12613 vsize=918648 CPUtime=1182.13 cores=1,3,5,7
/proc/12614/task/12619/stat : 12619 (priss) R 12613 12613 12570 0 -1 4202560 80080 0 0 0 118167 46 0 0 25 0 5 0 516822805 940695552 181787 33554432000 4194304 5787044 140735460200416 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4722.34
Current children cumulated vsize (KiB) 927348



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.00 8.02 7.76 5/182 12661
/proc/meminfo: memFree=25598128/32950928 swapFree=67111364/67111528
[pid=12613] ppid=12611 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12613/stat : 12613 (prissAuto.sh) S 12611 12613 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516822792 8908800 251 33554432000 4194304 4922060 140734531791776 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12613/statm: 2175 251 211 178 0 68 0
[pid=12614] ppid=12613 vsize=921088 CPUtime=4800.26 cores=1,3,5,7
/proc/12614/stat : 12614 (priss) S 12613 12613 12570 0 -1 4202496 220949 0 0 0 479858 168 0 0 25 0 5 0 516822792 943194112 183620 33554432000 4194304 5787044 140735460200416 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/12614/statm: 230272 183620 418 389 0 226022 0
[pid=12614/tid=12616] ppid=12613 vsize=921088 CPUtime=1199.8 cores=1,3,5,7
/proc/12614/task/12616/stat : 12616 (priss) R 12613 12613 12570 0 -1 4202560 45458 0 0 0 119939 41 0 0 25 0 5 0 516822800 943194112 183620 33554432000 4194304 5787044 140735460200416 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=12614/tid=12617] ppid=12613 vsize=921088 CPUtime=1197 cores=1,3,5,7
/proc/12614/task/12617/stat : 12617 (priss) R 12613 12613 12570 0 -1 4202560 44260 0 0 0 119659 41 0 0 25 0 5 0 516822802 943194112 183620 33554432000 4194304 5787044 140735460200416 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=12614/tid=12618] ppid=12613 vsize=921088 CPUtime=1201.66 cores=1,3,5,7
/proc/12614/task/12618/stat : 12618 (priss) R 12613 12613 12570 0 -1 4202560 40145 0 0 0 120130 36 0 0 25 0 5 0 516822803 943194112 183620 33554432000 4194304 5787044 140735460200416 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12614/tid=12619] ppid=12613 vsize=921088 CPUtime=1201.64 cores=1,3,5,7
/proc/12614/task/12619/stat : 12619 (priss) R 12613 12613 12570 0 -1 4202560 80110 0 0 0 120118 46 0 0 25 0 5 0 516822805 943194112 183620 33554432000 4194304 5787044 140735460200416 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 929788

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 12613 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.26
#
# 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.26
CPU user time (s): 4798.58
CPU system time (s): 1.68
CPU usage (%): 399.417
Max. virtual memory (cumulated for all children) (KiB): 929788

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= 331
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 2

runsolver used 1.64075 second user time and 4.92825 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-29 06:43:51
IDJOB=3289158
IDBENCH=83116
IDSOLVER=1602
FILE ID=node127/3289158-1304052231
RUNJOBID= node127-1304052231-12589
PBS_JOBID= 13170417
Free space on /tmp= 71812 MiB

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

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

MD5SUM BENCH= 1f485d737caaaca49e2c467c83cbdcec
RANDOM SEED=1897417792

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      26278004 kB
Buffers:       1384052 kB
Cached:        4693452 kB
SwapCached:          0 kB
Active:        1791544 kB
Inactive:      4404392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26278004 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            7924 kB
Writeback:           0 kB
AnonPages:      118084 kB
Mapped:          14712 kB
Slab:           409900 kB
PageTables:       5028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   302164 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71816 MiB
End job on node127 at 2011-04-29 07:03:55