Trace number 3289342

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.24 1202.12

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top29.cnf
MD5SUM9b1b1066fe010948020f1c6b5be34d5d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark54.5867
Satisfiable
(Un)Satisfiability was proved
Number of variables94998
Number of clauses302862
Sum of the clauses size740744
Maximum clause length3473
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2183377
Number of clauses of size 3117600
Number of clauses of size 4434
Number of clauses of size 527
Number of clauses of size over 51423

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: 29756
0.00/0.00	c setup for 4cores
0.00/0.09	c parsetime: 91874us
0.00/0.09	c parsed 302862 clauses with 94998 variables
0.00/0.11	c NW started thread 0 successfully (1089866048)
0.00/0.13	c NW started thread 1 successfully (1116223808)
0.00/0.15	c NW started thread 2 successfully (1126713664)
0.00/0.18	c NW started thread 3 successfully (1137203520)
15.82/4.15	c preprocessor returned 94998 variables
15.82/4.15	c preprocessing returned UNKNOWN
15.82/4.15	c PP set 3646 variables
15.82/4.15	c pp time: 4019501us (4s)
15.82/4.16	c preprocessor returned 94998 variables
15.82/4.16	c preprocessing returned UNKNOWN
15.82/4.16	c PP set 3646 variables
15.82/4.16	c pp time: 4012038us (4s)
15.82/4.18	c preprocessor returned 94998 variables
15.82/4.18	c preprocessing returned UNKNOWN
15.82/4.18	c PP set 3646 variables
15.82/4.18	c pp time: 3981090us (3s)
16.20/4.20	c preprocessor returned 94998 variables
16.20/4.20	c preprocessing returned UNKNOWN
16.20/4.20	c PP set 3646 variables
16.20/4.20	c pp time: 4017241us (4s)
16.99/4.44	c HTE
17.40/4.52	c subsumption
17.80/4.64	c simplified formula contains 0 unit clauses
18.19/4.79	c HTE
18.59/4.87	c subsumption
19.00/4.98	c simplified formula contains 0 unit clauses
30.19/7.76	c HTE
30.59/7.86	c subsumption
31.38/8.07	c simplified formula contains 0 unit clauses
32.18/8.23	c HTE
32.58/8.32	c subsumption
32.99/8.50	c simplified formula contains 0 unit clauses
34.17/8.70	c received clause contains eliminated literal -62960
40.17/10.26	c HTE
40.57/10.35	c subsumption
40.96/10.49	c simplified formula contains 0 unit clauses
41.78/10.64	c HTE
42.18/10.74	c subsumption
42.56/10.86	c simplified formula contains 0 unit clauses
47.35/12.01	c received clause contains eliminated literal -63070
207.92/52.23	c added unsatisfied clause
207.92/52.23	c failed to add network clauses
285.01/71.56	c added unsatisfied clause
285.01/71.56	c failed to add network clauses
494.33/123.93	c added unsatisfied clause
494.33/123.93	c failed to add network clauses
688.06/172.48	c added unsatisfied clause
688.06/172.48	c failed to add network clauses
1600.77/400.93	c added unsatisfied clause
1600.77/400.93	c failed to add network clauses
3317.48/830.97	c added unsatisfied clause
3317.48/830.97	c failed to add network clauses

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3289342-1304052699/watcher-3289342-1304052699 -o /tmp/evaluation-result-3289342-1304052699/solver-3289342-1304052699 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3289342-1304052699.cnf 1492259637 4800 15500 4 

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

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


[startup+0 s]
/proc/loadavg: 8.16 8.04 6.89 5/182 29755
/proc/meminfo: memFree=28301352/32951124 swapFree=67111356/67111528
[pid=29755] ppid=29753 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29755/stat : 29755 (prissAuto.sh) S 29753 29755 27559 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516870675 8908800 252 33554432000 4194304 4922060 140734082039872 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29755/statm: 2175 252 211 178 0 68 0

[startup+0.105644 s]
/proc/loadavg: 8.16 8.04 6.89 5/182 29755
/proc/meminfo: memFree=28301352/32951124 swapFree=67111356/67111528
[pid=29755] ppid=29753 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29755/stat : 29755 (prissAuto.sh) S 29753 29755 27559 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516870675 8908800 252 33554432000 4194304 4922060 140734082039872 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29755/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.201307 s]
/proc/loadavg: 8.16 8.04 6.89 5/182 29755
/proc/meminfo: memFree=28301352/32951124 swapFree=67111356/67111528
[pid=29755] ppid=29753 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29755/stat : 29755 (prissAuto.sh) S 29753 29755 27559 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516870675 8908800 252 33554432000 4194304 4922060 140734082039872 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29755/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.308751 s]
/proc/loadavg: 8.16 8.04 6.89 5/182 29755
/proc/meminfo: memFree=28301352/32951124 swapFree=67111356/67111528
[pid=29755] ppid=29753 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29755/stat : 29755 (prissAuto.sh) S 29753 29755 27559 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516870675 8908800 252 33554432000 4194304 4922060 140734082039872 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29755/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.24339 s]
/proc/loadavg: 8.16 8.04 6.89 5/182 29755
/proc/meminfo: memFree=28301352/32951124 swapFree=67111356/67111528
[pid=29755] ppid=29753 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29755/stat : 29755 (prissAuto.sh) S 29753 29755 27559 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516870675 8908800 252 33554432000 4194304 4922060 140734082039872 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29755/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50035 s]
/proc/loadavg: 8.16 8.04 6.89 5/182 29755
/proc/meminfo: memFree=28301352/32951124 swapFree=67111356/67111528
[pid=29755] ppid=29753 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29755/stat : 29755 (prissAuto.sh) S 29753 29755 27559 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516870675 8908800 252 33554432000 4194304 4922060 140734082039872 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29755/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10106 s]
/proc/loadavg: 8.23 8.06 6.91 9/188 29761
/proc/meminfo: memFree=28042252/32951124 swapFree=67111356/67111528
[pid=29755] ppid=29753 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29755/stat : 29755 (prissAuto.sh) S 29753 29755 27559 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516870675 8908800 252 33554432000 4194304 4922060 140734082039872 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29755/statm: 2175 252 211 178 0 68 0
[pid=29756] ppid=29755 vsize=483956 CPUtime=11.81 cores=0,2,4,6
/proc/29756/stat : 29756 (priss) S 29755 29755 27559 0 -1 4202496 85640 0 0 0 1155 26 0 0 18 0 5 0 516870676 495570944 64817 33554432000 4194304 5787044 140736478941824 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/29756/statm: 120989 64817 352 389 0 116739 0
[pid=29756/tid=29758] ppid=29755 vsize=483956 CPUtime=2.94 cores=0,2,4,6
/proc/29756/task/29758/stat : 29758 (priss) R 29755 29755 27559 0 -1 4202560 18411 0 0 0 290 4 0 0 20 0 5 0 516870687 495570944 64817 33554432000 4194304 5787044 140736478941824 18446744073709551615 4276375 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29756/tid=29759] ppid=29755 vsize=483956 CPUtime=2.92 cores=0,2,4,6
/proc/29756/task/29759/stat : 29759 (priss) R 29755 29755 27559 0 -1 4202560 18526 0 0 0 286 6 0 0 20 0 5 0 516870689 495570944 64817 33554432000 4194304 5787044 140736478941824 18446744073709551615 4276449 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29756/tid=29760] ppid=29755 vsize=483956 CPUtime=2.87 cores=0,2,4,6
/proc/29756/task/29760/stat : 29760 (priss) R 29755 29755 27559 0 -1 4202560 17987 0 0 0 280 7 0 0 20 0 5 0 516870691 495570944 64817 33554432000 4194304 5787044 140736478941824 18446744073709551615 4275920 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29756/tid=29761] ppid=29755 vsize=483956 CPUtime=2.87 cores=0,2,4,6
/proc/29756/task/29761/stat : 29761 (priss) R 29755 29755 27559 0 -1 4202560 15958 0 0 0 281 6 0 0 20 0 5 0 516870694 495570944 64817 33554432000 4194304 5787044 140736478941824 18446744073709551615 4278456 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 11.81
Current children cumulated vsize (KiB) 492656

[startup+6.30647 s]
/proc/loadavg: 8.21 8.06 6.91 9/188 29761
/proc/meminfo: memFree=27962528/32951124 swapFree=67111356/67111528
[pid=29755] ppid=29753 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29755/stat : 29755 (prissAuto.sh) S 29753 29755 27559 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516870675 8908800 252 33554432000 4194304 4922060 140734082039872 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29755/statm: 2175 252 211 178 0 68 0
[pid=29756] ppid=29755 vsize=556992 CPUtime=24.61 cores=0,2,4,6
/proc/29756/stat : 29756 (priss) S 29755 29755 27559 0 -1 4202496 121284 0 0 0 2429 32 0 0 18 0 5 0 516870676 570359808 84386 33554432000 4194304 5787044 140736478941824 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/29756/statm: 139248 84386 418 389 0 134998 0
[pid=29756/tid=29758] ppid=29755 vsize=556992 CPUtime=6.15 cores=0,2,4,6
/proc/29756/task/29758/stat : 29758 (priss) R 29755 29755 27559 0 -1 4202560 26122 0 0 0 610 5 0 0 25 0 5 0 516870687 570359808 84386 33554432000 4194304 5787044 140736478941824 18446744073709551615 4227988 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29756/tid=29759] ppid=29755 vsize=556992 CPUtime=6.12 cores=0,2,4,6
/proc/29756/task/29759/stat : 29759 (priss) R 29755 29755 27559 0 -1 4202560 26191 0 0 0 604 8 0 0 25 0 5 0 516870689 570359808 84386 33554432000 4194304 5787044 140736478941824 18446744073709551615 222921882143 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29756/tid=29760] ppid=29755 vsize=556992 CPUtime=6.06 cores=0,2,4,6
/proc/29756/task/29760/stat : 29760 (priss) R 29755 29755 27559 0 -1 4202560 26451 0 0 0 598 8 0 0 25 0 5 0 516870691 570359808 84386 33554432000 4194304 5787044 140736478941824 18446744073709551615 5590984 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29756/tid=29761] ppid=29755 vsize=556992 CPUtime=6.07 cores=0,2,4,6
/proc/29756/task/29761/stat : 29761 (priss) R 29755 29755 27559 0 -1 4202560 27762 0 0 0 599 8 0 0 25 0 5 0 516870694 570359808 84386 33554432000 4194304 5787044 140736478941824 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.61
Current children cumulated vsize (KiB) 565692

[startup+12.7003 s]
/proc/loadavg: 8.19 8.06 6.92 9/188 29761
/proc/meminfo: memFree=27943444/32951124 swapFree=67111356/67111528
[pid=29755] ppid=29753 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29755/stat : 29755 (prissAuto.sh) S 29753 29755 27559 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516870675 8908800 252 33554432000 4194304 4922060 140734082039872 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29755/statm: 2175 252 211 178 0 68 0
[pid=29756] ppid=29755 vsize=568796 CPUtime=50.15 cores=0,2,4,6
/proc/29756/stat : 29756 (priss) S 29755 29755 27559 0 -1 4202496 131260 0 0 0 4981 34 0 0 18 0 5 0 516870676 582447104 88891 33554432000 4194304 5787044 140736478941824 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/29756/statm: 142199 88891 418 389 0 137949 0
[pid=29756/tid=29758] ppid=29755 vsize=568796 CPUtime=12.54 cores=0,2,4,6
/proc/29756/task/29758/stat : 29758 (priss) R 29755 29755 27559 0 -1 4202560 26159 0 0 0 1249 5 0 0 25 0 5 0 516870687 582447104 88891 33554432000 4194304 5787044 140736478941824 18446744073709551615 4254564 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29756/tid=29759] ppid=29755 vsize=568796 CPUtime=12.52 cores=0,2,4,6
/proc/29756/task/29759/stat : 29759 (priss) R 29755 29755 27559 0 -1 4202560 26302 0 0 0 1243 9 0 0 25 0 5 0 516870689 582447104 88891 33554432000 4194304 5787044 140736478941824 18446744073709551615 5585228 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29756/tid=29760] ppid=29755 vsize=568796 CPUtime=12.42 cores=0,2,4,6
/proc/29756/task/29760/stat : 29760 (priss) R 29755 29755 27559 0 -1 4202560 26570 0 0 0 1234 8 0 0 25 0 5 0 516870691 582447104 88891 33554432000 4194304 5787044 140736478941824 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29756/tid=29761] ppid=29755 vsize=568796 CPUtime=12.47 cores=0,2,4,6
/proc/29756/task/29761/stat : 29761 (priss) R 29755 29755 27559 0 -1 4202560 37471 0 0 0 1237 10 0 0 25 0 5 0 516870694 582447104 88891 33554432000 4194304 5787044 140736478941824 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.15
Current children cumulated vsize (KiB) 577496

[startup+25.501 s]
/proc/loadavg: 8.16 8.05 6.93 9/188 29761
/proc/meminfo: memFree=27935264/32951124 swapFree=67111356/67111528
[pid=29755] ppid=29753 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29755/stat : 29755 (prissAuto.sh) S 29753 29755 27559 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516870675 8908800 252 33554432000 4194304 4922060 140734082039872 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29755/statm: 2175 252 211 178 0 68 0
[pid=29756] ppid=29755 vsize=568796 CPUtime=101.27 cores=0,2,4,6
/proc/29756/stat : 29756 (priss) S 29755 29755 27559 0 -1 4202496 133059 0 0 0 10090 37 0 0 18 0 5 0 516870676 582447104 90690 33554432000 4194304 5787044 140736478941824 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/29756/statm: 142199 90690 418 389 0 137949 0
[pid=29756/tid=29758] ppid=29755 vsize=568796 CPUtime=25.34 cores=0,2,4,6
/proc/29756/task/29758/stat : 29758 (priss) R 29755 29755 27559 0 -1 4202560 26660 0 0 0 2528 6 0 0 25 0 5 0 516870687 582447104 90690 33554432000 4194304 5787044 140736478941824 18446744073709551615 5586783 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29756/tid=29759] ppid=29755 vsize=568796 CPUtime=25.31 cores=0,2,4,6
/proc/29756/task/29759/stat : 29759 (priss) R 29755 29755 27559 0 -1 4202560 26343 0 0 0 2522 9 0 0 25 0 5 0 516870689 582447104 90690 33554432000 4194304 5787044 140736478941824 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29756/tid=29760] ppid=29755 vsize=568796 CPUtime=25.15 cores=0,2,4,6
/proc/29756/task/29760/stat : 29760 (priss) R 29755 29755 27559 0 -1 4202560 26688 0 0 0 2506 9 0 0 25 0 5 0 516870691 582447104 90690 33554432000 4194304 5787044 140736478941824 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29756/tid=29761] ppid=29755 vsize=568796 CPUtime=25.27 cores=0,2,4,6
/proc/29756/task/29761/stat : 29761 (priss) R 29755 29755 27559 0 -1 4202560 38610 0 0 0 2516 11 0 0 25 0 5 0 516870694 582447104 90690 33554432000 4194304 5787044 140736478941824 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.27
Current children cumulated vsize (KiB) 577496

[startup+51.1003 s]
/proc/loadavg: 8.17 8.06 6.96 9/188 29762
/proc/meminfo: memFree=27919548/32951124 swapFree=67111356/67111528
[pid=29755] ppid=29753 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29755/stat : 29755 (prissAuto.sh) S 29753 29755 27559 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516870675 8908800 252 33554432000 4194304 4922060 140734082039872 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29755/statm: 2175 252 211 178 0 68 0
[pid=29756] ppid=29755 vsize=634332 CPUtime=203.53 cores=0,2,4,6
/proc/29756/stat : 29756 (priss) S 29755 29755 27559 0 -1 4202496 136092 0 0 0 20312 41 0 0 18 0 5 0 516870676 649555968 93720 33554432000 4194304 5787044 140736478941824 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/29756/statm: 158583 93720 418 389 0 154333 0
[pid=29756/tid=29758] ppid=29755 vsize=634332 CPUtime=50.93 cores=0,2,4,6
/proc/29756/task/29758/stat : 29758 (priss) R 29755 29755 27559 0 -1 4202560 26963 0 0 0 5087 6 0 0 25 0 5 0 516870687 649555968 93720 33554432000 4194304 5787044 140736478941824 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29756/tid=29759] ppid=29755 vsize=634332 CPUtime=50.91 cores=0,2,4,6
/proc/29756/task/29759/stat : 29759 (priss) R 29755 29755 27559 0 -1 4202560 26469 0 0 0 5081 10 0 0 25 0 5 0 516870689 649555968 93720 33554432000 4194304 5787044 140736478941824 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29756/tid=29760] ppid=29755 vsize=634332 CPUtime=50.6 cores=0,2,4,6
/proc/29756/task/29760/stat : 29760 (priss) R 29755 29755 27559 0 -1 4202560 27258 0 0 0 5051 9 0 0 25 0 5 0 516870691 649555968 93720 33554432000 4194304 5787044 140736478941824 18446744073709551615 5590295 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29756/tid=29761] ppid=29755 vsize=634332 CPUtime=50.86 cores=0,2,4,6
/proc/29756/task/29761/stat : 29761 (priss) R 29755 29755 27559 0 -1 4202560 40644 0 0 0 5074 12 0 0 25 0 5 0 516870694 649555968 93720 33554432000 4194304 5787044 140736478941824 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.53
Current children cumulated vsize (KiB) 643032

[startup+102.301 s]
/proc/loadavg: 8.22 8.08 7.03 9/188 29763
/proc/meminfo: memFree=27888648/32951124 swapFree=67111356/67111528
[pid=29755] ppid=29753 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29755/stat : 29755 (prissAuto.sh) S 29753 29755 27559 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516870675 8908800 252 33554432000 4194304 4922060 140734082039872 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29755/statm: 2175 252 211 178 0 68 0
[pid=29756] ppid=29755 vsize=636472 CPUtime=408.03 cores=0,2,4,6
/proc/29756/stat : 29756 (priss) S 29755 29755 27559 0 -1 4202496 143615 0 0 0 40755 48 0 0 18 0 5 0 516870676 651747328 101155 33554432000 4194304 5787044 140736478941824 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/29756/statm: 159118 101155 418 389 0 154868 0
[pid=29756/tid=29758] ppid=29755 vsize=636472 CPUtime=102.14 cores=0,2,4,6
/proc/29756/task/29758/stat : 29758 (priss) R 29755 29755 27559 0 -1 4202560 28573 0 0 0 10205 9 0 0 25 0 5 0 516870687 651747328 101155 33554432000 4194304 5787044 140736478941824 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29756/tid=29759] ppid=29755 vsize=636472 CPUtime=102.1 cores=0,2,4,6
/proc/29756/task/29759/stat : 29759 (priss) R 29755 29755 27559 0 -1 4202560 27139 0 0 0 10199 11 0 0 25 0 5 0 516870689 651747328 101155 33554432000 4194304 5787044 140736478941824 18446744073709551615 5590569 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29756/tid=29760] ppid=29755 vsize=636472 CPUtime=101.52 cores=0,2,4,6
/proc/29756/task/29760/stat : 29760 (priss) R 29755 29755 27559 0 -1 4202560 28453 0 0 0 10141 11 0 0 25 0 5 0 516870691 651747328 101155 33554432000 4194304 5787044 140736478941824 18446744073709551615 4238856 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29756/tid=29761] ppid=29755 vsize=636472 CPUtime=102.07 cores=0,2,4,6
/proc/29756/task/29761/stat : 29761 (priss) R 29755 29755 27559 0 -1 4202560 44692 0 0 0 10192 15 0 0 25 0 5 0 516870694 651747328 101155 33554432000 4194304 5787044 140736478941824 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.03
Current children cumulated vsize (KiB) 645172

[startup+162.301 s]
/proc/loadavg: 8.15 8.08 7.09 9/188 29765
/proc/meminfo: memFree=27854876/32951124 swapFree=67111356/67111528
[pid=29755] ppid=29753 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29755/stat : 29755 (prissAuto.sh) S 29753 29755 27559 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516870675 8908800 252 33554432000 4194304 4922060 140734082039872 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29755/statm: 2175 252 211 178 0 68 0
[pid=29756] ppid=29755 vsize=638072 CPUtime=647.7 cores=0,2,4,6

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

/proc/29756/task/29759/stat : 29759 (priss) R 29755 29755 27559 0 -1 4202560 44953 0 0 0 88020 31 0 0 25 0 5 0 516870689 897626112 165151 33554432000 4194304 5787044 140736478941824 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29756/tid=29760] ppid=29755 vsize=876588 CPUtime=877.89 cores=0,2,4,6
/proc/29756/task/29760/stat : 29760 (priss) R 29755 29755 27559 0 -1 4202560 41609 0 0 0 87761 28 0 0 25 0 5 0 516870691 897626112 165151 33554432000 4194304 5787044 140736478941824 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29756/tid=29761] ppid=29755 vsize=876588 CPUtime=882.07 cores=0,2,4,6
/proc/29756/task/29761/stat : 29761 (priss) R 29755 29755 27559 0 -1 4202560 63762 0 0 0 88175 32 0 0 25 0 5 0 516870694 897626112 165151 33554432000 4194304 5787044 140736478941824 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3522.8
Current children cumulated vsize (KiB) 885288

[startup+942.301 s]
/proc/loadavg: 8.19 8.16 7.68 10/188 29831
/proc/meminfo: memFree=27771136/32951124 swapFree=67111356/67111528
[pid=29755] ppid=29753 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29755/stat : 29755 (prissAuto.sh) S 29753 29755 27559 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516870675 8908800 252 33554432000 4194304 4922060 140734082039872 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29755/statm: 2175 252 211 178 0 68 0
[pid=29756] ppid=29755 vsize=950360 CPUtime=3762.5 cores=0,2,4,6
/proc/29756/stat : 29756 (priss) S 29755 29755 27559 0 -1 4202496 212847 0 0 0 376126 124 0 0 18 0 5 0 516870676 973168640 168827 33554432000 4194304 5787044 140736478941824 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/29756/statm: 237590 168827 418 389 0 233340 0
[pid=29756/tid=29758] ppid=29755 vsize=950360 CPUtime=942.13 cores=0,2,4,6
/proc/29756/task/29758/stat : 29758 (priss) R 29755 29755 27559 0 -1 4202560 44091 0 0 0 94185 28 0 0 25 0 5 0 516870687 973168640 168827 33554432000 4194304 5787044 140736478941824 18446744073709551615 5591640 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29756/tid=29759] ppid=29755 vsize=950360 CPUtime=940.18 cores=0,2,4,6
/proc/29756/task/29759/stat : 29759 (priss) R 29755 29755 27559 0 -1 4202560 46244 0 0 0 93986 32 0 0 25 0 5 0 516870689 973168640 168827 33554432000 4194304 5787044 140736478941824 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29756/tid=29760] ppid=29755 vsize=950360 CPUtime=937.89 cores=0,2,4,6
/proc/29756/task/29760/stat : 29760 (priss) R 29755 29755 27559 0 -1 4202560 41634 0 0 0 93761 28 0 0 25 0 5 0 516870691 973168640 168827 33554432000 4194304 5787044 140736478941824 18446744073709551615 5591615 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29756/tid=29761] ppid=29755 vsize=950360 CPUtime=942.08 cores=0,2,4,6
/proc/29756/task/29761/stat : 29761 (priss) R 29755 29755 27559 0 -1 4202560 66120 0 0 0 94175 33 0 0 25 0 5 0 516870694 973168640 168827 33554432000 4194304 5787044 140736478941824 18446744073709551615 5527587 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3762.5
Current children cumulated vsize (KiB) 959060

[startup+1002.3 s]
/proc/loadavg: 8.18 8.16 7.71 9/188 29832
/proc/meminfo: memFree=27738736/32951124 swapFree=67111356/67111528
[pid=29755] ppid=29753 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29755/stat : 29755 (prissAuto.sh) S 29753 29755 27559 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516870675 8908800 252 33554432000 4194304 4922060 140734082039872 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29755/statm: 2175 252 211 178 0 68 0
[pid=29756] ppid=29755 vsize=1029288 CPUtime=4002.15 cores=0,2,4,6
/proc/29756/stat : 29756 (priss) S 29755 29755 27559 0 -1 4202496 218757 0 0 0 400086 129 0 0 18 0 5 0 516870676 1053990912 174737 33554432000 4194304 5787044 140736478941824 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/29756/statm: 257322 174737 418 389 0 253072 0
[pid=29756/tid=29758] ppid=29755 vsize=1029288 CPUtime=1002.13 cores=0,2,4,6
/proc/29756/task/29758/stat : 29758 (priss) R 29755 29755 27559 0 -1 4202560 44098 0 0 0 100185 28 0 0 25 0 5 0 516870687 1053990912 174737 33554432000 4194304 5787044 140736478941824 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29756/tid=29759] ppid=29755 vsize=1029288 CPUtime=999.86 cores=0,2,4,6
/proc/29756/task/29759/stat : 29759 (priss) R 29755 29755 27559 0 -1 4202560 49566 0 0 0 99952 34 0 0 25 0 5 0 516870689 1053990912 174737 33554432000 4194304 5787044 140736478941824 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29756/tid=29760] ppid=29755 vsize=1029288 CPUtime=997.88 cores=0,2,4,6
/proc/29756/task/29760/stat : 29760 (priss) R 29755 29755 27559 0 -1 4202560 43903 0 0 0 99757 31 0 0 25 0 5 0 516870691 1053990912 174737 33554432000 4194304 5787044 140736478941824 18446744073709551615 5591568 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29756/tid=29761] ppid=29755 vsize=1029288 CPUtime=1002.07 cores=0,2,4,6
/proc/29756/task/29761/stat : 29761 (priss) R 29755 29755 27559 0 -1 4202560 66432 0 0 0 100174 33 0 0 25 0 5 0 516870694 1053990912 174737 33554432000 4194304 5787044 140736478941824 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4002.15
Current children cumulated vsize (KiB) 1037988

[startup+1062.31 s]
/proc/loadavg: 8.17 8.16 7.73 9/188 29834
/proc/meminfo: memFree=27656976/32951124 swapFree=67111356/67111528
[pid=29755] ppid=29753 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29755/stat : 29755 (prissAuto.sh) S 29753 29755 27559 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516870675 8908800 252 33554432000 4194304 4922060 140734082039872 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29755/statm: 2175 252 211 178 0 68 0
[pid=29756] ppid=29755 vsize=1037492 CPUtime=4241.84 cores=0,2,4,6
/proc/29756/stat : 29756 (priss) S 29755 29755 27559 0 -1 4202496 226550 0 0 0 424048 136 0 0 18 0 5 0 516870676 1062391808 182530 33554432000 4194304 5787044 140736478941824 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/29756/statm: 259373 182530 418 389 0 255123 0
[pid=29756/tid=29758] ppid=29755 vsize=1037492 CPUtime=1062.13 cores=0,2,4,6
/proc/29756/task/29758/stat : 29758 (priss) R 29755 29755 27559 0 -1 4202560 45927 0 0 0 106183 30 0 0 25 0 5 0 516870687 1062391808 182530 33554432000 4194304 5787044 140736478941824 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29756/tid=29759] ppid=29755 vsize=1037492 CPUtime=1059.54 cores=0,2,4,6
/proc/29756/task/29759/stat : 29759 (priss) R 29755 29755 27559 0 -1 4202560 50889 0 0 0 105920 34 0 0 25 0 5 0 516870689 1062391808 182530 33554432000 4194304 5787044 140736478941824 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29756/tid=29760] ppid=29755 vsize=1037492 CPUtime=1057.89 cores=0,2,4,6
/proc/29756/task/29760/stat : 29760 (priss) R 29755 29755 27559 0 -1 4202560 46471 0 0 0 105756 33 0 0 25 0 5 0 516870691 1062391808 182530 33554432000 4194304 5787044 140736478941824 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29756/tid=29761] ppid=29755 vsize=1037492 CPUtime=1062.08 cores=0,2,4,6
/proc/29756/task/29761/stat : 29761 (priss) R 29755 29755 27559 0 -1 4202560 68505 0 0 0 106172 36 0 0 25 0 5 0 516870694 1062391808 182530 33554432000 4194304 5787044 140736478941824 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4241.84
Current children cumulated vsize (KiB) 1046192

[startup+1122.3 s]
/proc/loadavg: 8.15 8.16 7.76 9/188 29835
/proc/meminfo: memFree=27611060/32951124 swapFree=67111356/67111528
[pid=29755] ppid=29753 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29755/stat : 29755 (prissAuto.sh) S 29753 29755 27559 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516870675 8908800 252 33554432000 4194304 4922060 140734082039872 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29755/statm: 2175 252 211 178 0 68 0
[pid=29756] ppid=29755 vsize=1040440 CPUtime=4481.48 cores=0,2,4,6
/proc/29756/stat : 29756 (priss) S 29755 29755 27559 0 -1 4202496 235904 0 0 0 448000 148 0 0 18 0 5 0 516870676 1065410560 191884 33554432000 4194304 5787044 140736478941824 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/29756/statm: 260110 191884 418 389 0 255860 0
[pid=29756/tid=29758] ppid=29755 vsize=1040440 CPUtime=1122.12 cores=0,2,4,6
/proc/29756/task/29758/stat : 29758 (priss) R 29755 29755 27559 0 -1 4202560 48144 0 0 0 112179 33 0 0 25 0 5 0 516870687 1065410560 191884 33554432000 4194304 5787044 140736478941824 18446744073709551615 5586769 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29756/tid=29759] ppid=29755 vsize=1040440 CPUtime=1119.2 cores=0,2,4,6
/proc/29756/task/29759/stat : 29759 (priss) R 29755 29755 27559 0 -1 4202560 53013 0 0 0 111883 37 0 0 25 0 5 0 516870689 1065410560 191884 33554432000 4194304 5787044 140736478941824 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29756/tid=29760] ppid=29755 vsize=1040440 CPUtime=1117.87 cores=0,2,4,6
/proc/29756/task/29760/stat : 29760 (priss) R 29755 29755 27559 0 -1 4202560 48121 0 0 0 111752 35 0 0 25 0 5 0 516870691 1065410560 191884 33554432000 4194304 5787044 140736478941824 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29756/tid=29761] ppid=29755 vsize=1040440 CPUtime=1122.08 cores=0,2,4,6
/proc/29756/task/29761/stat : 29761 (priss) R 29755 29755 27559 0 -1 4202560 71868 0 0 0 112168 40 0 0 25 0 5 0 516870694 1065410560 191884 33554432000 4194304 5787044 140736478941824 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4481.48
Current children cumulated vsize (KiB) 1049140

[startup+1182.3 s]
/proc/loadavg: 8.19 8.17 7.78 9/188 29837
/proc/meminfo: memFree=27584108/32951124 swapFree=67111356/67111528
[pid=29755] ppid=29753 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29755/stat : 29755 (prissAuto.sh) S 29753 29755 27559 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516870675 8908800 252 33554432000 4194304 4922060 140734082039872 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29755/statm: 2175 252 211 178 0 68 0
[pid=29756] ppid=29755 vsize=1044204 CPUtime=4721.14 cores=0,2,4,6
/proc/29756/stat : 29756 (priss) S 29755 29755 27559 0 -1 4202496 242123 0 0 0 471958 156 0 0 18 0 5 0 516870676 1069264896 197878 33554432000 4194304 5787044 140736478941824 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/29756/statm: 261051 197878 418 389 0 256801 0
[pid=29756/tid=29758] ppid=29755 vsize=1044204 CPUtime=1182.12 cores=0,2,4,6
/proc/29756/task/29758/stat : 29758 (priss) R 29755 29755 27559 0 -1 4202560 50436 0 0 0 118175 37 0 0 25 0 5 0 516870687 1069264896 197878 33554432000 4194304 5787044 140736478941824 18446744073709551615 5591587 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29756/tid=29759] ppid=29755 vsize=1044204 CPUtime=1178.88 cores=0,2,4,6
/proc/29756/task/29759/stat : 29759 (priss) R 29755 29755 27559 0 -1 4202560 54049 0 0 0 117849 39 0 0 25 0 5 0 516870689 1069264896 197878 33554432000 4194304 5787044 140736478941824 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29756/tid=29760] ppid=29755 vsize=1044204 CPUtime=1177.87 cores=0,2,4,6
/proc/29756/task/29760/stat : 29760 (priss) R 29755 29755 27559 0 -1 4202560 49738 0 0 0 117751 36 0 0 25 0 5 0 516870691 1069264896 197878 33554432000 4194304 5787044 140736478941824 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29756/tid=29761] ppid=29755 vsize=1044204 CPUtime=1182.06 cores=0,2,4,6
/proc/29756/task/29761/stat : 29761 (priss) R 29755 29755 27559 0 -1 4202560 73142 0 0 0 118165 41 0 0 25 0 5 0 516870694 1069264896 197878 33554432000 4194304 5787044 140736478941824 18446744073709551615 5527202 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4721.14
Current children cumulated vsize (KiB) 1052904



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.1 s]
/proc/loadavg: 8.21 8.17 7.79 9/188 29838
/proc/meminfo: memFree=27564500/32951124 swapFree=67111356/67111528
[pid=29755] ppid=29753 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29755/stat : 29755 (prissAuto.sh) S 29753 29755 27559 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516870675 8908800 252 33554432000 4194304 4922060 140734082039872 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29755/statm: 2175 252 211 178 0 68 0
[pid=29756] ppid=29755 vsize=1044620 CPUtime=4800.24 cores=0,2,4,6
/proc/29756/stat : 29756 (priss) S 29755 29755 27559 0 -1 4202496 243448 0 0 0 479867 157 0 0 18 0 5 0 516870676 1069690880 198978 33554432000 4194304 5787044 140736478941824 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/29756/statm: 261155 198978 418 389 0 256905 0
[pid=29756/tid=29758] ppid=29755 vsize=1044620 CPUtime=1201.92 cores=0,2,4,6
/proc/29756/task/29758/stat : 29758 (priss) R 29755 29755 27559 0 -1 4202560 51036 0 0 0 120155 37 0 0 25 0 5 0 516870687 1069690880 198978 33554432000 4194304 5787044 140736478941824 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29756/tid=29759] ppid=29755 vsize=1044620 CPUtime=1198.57 cores=0,2,4,6
/proc/29756/task/29759/stat : 29759 (priss) R 29755 29755 27559 0 -1 4202560 54195 0 0 0 119818 39 0 0 25 0 5 0 516870689 1069690880 198978 33554432000 4194304 5787044 140736478941824 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29756/tid=29760] ppid=29755 vsize=1044620 CPUtime=1197.67 cores=0,2,4,6
/proc/29756/task/29760/stat : 29760 (priss) R 29755 29755 27559 0 -1 4202560 50317 0 0 0 119731 36 0 0 25 0 5 0 516870691 1069690880 198978 33554432000 4194304 5787044 140736478941824 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29756/tid=29761] ppid=29755 vsize=1044620 CPUtime=1201.87 cores=0,2,4,6
/proc/29756/task/29761/stat : 29761 (priss) R 29755 29755 27559 0 -1 4202560 73142 0 0 0 120146 41 0 0 25 0 5 0 516870694 1069690880 198978 33554432000 4194304 5787044 140736478941824 18446744073709551615 5527168 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.24
Current children cumulated vsize (KiB) 1053320

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

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

[startup+1202.1 s]
/proc/loadavg: 8.21 8.17 7.79 9/188 29838
/proc/meminfo: memFree=27564500/32951124 swapFree=67111356/67111528
[pid=29755] ppid=29753 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29755/stat : 29755 (prissAuto.sh) S 29753 29755 27559 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516870675 8908800 252 33554432000 4194304 4922060 140734082039872 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29755/statm: 2175 252 211 178 0 68 0
[pid=29756] ppid=29755 vsize=1044620 CPUtime=4800.24 cores=0,2,4,6
/proc/29756/stat : 29756 (priss) S 29755 29755 27559 0 -1 4202496 243448 0 0 0 479867 157 0 0 18 0 5 0 516870676 1069690880 198978 33554432000 4194304 5787044 140736478941824 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/29756/statm: 261155 198978 418 389 0 256905 0
[pid=29756/tid=29758] ppid=29755 vsize=1044620 CPUtime=1201.92 cores=0,2,4,6
/proc/29756/task/29758/stat : 29758 (priss) R 29755 29755 27559 0 -1 4202560 51036 0 0 0 120155 37 0 0 25 0 5 0 516870687 1069690880 198978 33554432000 4194304 5787044 140736478941824 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29756/tid=29759] ppid=29755 vsize=1044620 CPUtime=1198.57 cores=0,2,4,6
/proc/29756/task/29759/stat : 29759 (priss) R 29755 29755 27559 0 -1 4202560 54195 0 0 0 119818 39 0 0 25 0 5 0 516870689 1069690880 198978 33554432000 4194304 5787044 140736478941824 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29756/tid=29760] ppid=29755 vsize=1044620 CPUtime=1197.67 cores=0,2,4,6
/proc/29756/task/29760/stat : 29760 (priss) R 29755 29755 27559 0 -1 4202560 50317 0 0 0 119731 36 0 0 25 0 5 0 516870691 1069690880 198978 33554432000 4194304 5787044 140736478941824 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29756/tid=29761] ppid=29755 vsize=1044620 CPUtime=1201.87 cores=0,2,4,6
/proc/29756/task/29761/stat : 29761 (priss) R 29755 29755 27559 0 -1 4202560 73142 0 0 0 120146 41 0 0 25 0 5 0 516870694 1069690880 198978 33554432000 4194304 5787044 140736478941824 18446744073709551615 5527168 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.24
Current children cumulated vsize (KiB) 1053320

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1202.12
CPU time (s): 4800.24
CPU user time (s): 4798.67
CPU system time (s): 1.57
CPU usage (%): 399.315
Max. virtual memory (cumulated for all children) (KiB): 1053320

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= 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= 6
involuntary context switches= 3

runsolver used 1.87771 second user time and 4.69229 second system time

The end

Launcher Data

Begin job on node109 at 2011-04-29 06:51:39
IDJOB=3289342
IDBENCH=83120
IDSOLVER=1602
FILE ID=node109/3289342-1304052699
RUNJOBID= node109-1304051370-29598
PBS_JOBID= 13170356
Free space on /tmp= 72376 MiB

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

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

MD5SUM BENCH= 9b1b1066fe010948020f1c6b5be34d5d
RANDOM SEED=1492259637

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28301516 kB
Buffers:        878836 kB
Cached:        2846260 kB
SwapCached:        168 kB
Active:        1259096 kB
Inactive:      2964600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28301516 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            6632 kB
Writeback:           0 kB
AnonPages:      498252 kB
Mapped:          15372 kB
Slab:           360916 kB
PageTables:       5528 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   699176 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= 72376 MiB
End job on node109 at 2011-04-29 07:11:43