Trace number 3289389

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 1.0? (TO) 4800.19 1201.82

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top25.cnf
MD5SUM1d36146d5d79c91e0605a19242395228
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark527.919
Satisfiable
(Un)Satisfiability was proved
Number of variables71356
Number of clauses227126
Sum of the clauses size555264
Maximum clause length2747
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2137909
Number of clauses of size 387742
Number of clauses of size 4324
Number of clauses of size 523
Number of clauses of size over 51127

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: 30433
0.00/0.07	c parsetime: 66882us
0.00/0.07	c parsed 227126 clauses with 71356 variables
0.00/0.08	c NW started thread 0 successfully (1113131328)
0.00/0.10	c NW started thread 1 successfully (1123621184)
0.00/0.11	c NW started thread 2 successfully (1134111040)
0.00/0.13	c NW started thread 3 successfully (1144600896)
9.96/2.70	c preprocessor returned 71356 variables
9.96/2.70	c preprocessing returned UNKNOWN
9.96/2.70	c PP set 2880 variables
9.96/2.70	c pp time: 2598851us (2s)
10.36/2.73	c preprocessor returned 71356 variables
10.36/2.73	c preprocessing returned UNKNOWN
10.36/2.73	c PP set 2880 variables
10.36/2.73	c pp time: 2620167us (2s)
10.36/2.75	c preprocessor returned 71356 variables
10.36/2.75	c preprocessing returned UNKNOWN
10.36/2.75	c PP set 2880 variables
10.36/2.75	c pp time: 2622812us (2s)
10.36/2.76	c preprocessor returned 71356 variables
10.36/2.76	c preprocessing returned UNKNOWN
10.36/2.76	c PP set 2880 variables
10.36/2.76	c pp time: 2604793us (2s)
11.16/2.94	c HTE
11.55/3.00	c subsumption
11.55/3.09	c simplified formula contains 0 unit clauses
11.95/3.19	c HTE
12.37/3.25	c subsumption
12.78/3.34	c simplified formula contains 0 unit clauses
55.89/14.10	c HTE
56.31/14.25	c subsumption
57.08/14.40	c simplified formula contains 0 unit clauses
291.56/73.10	c received clause contains eliminated literal 4926
588.36/147.48	c added unsatisfied clause
588.36/147.48	c failed to add network clauses
970.62/243.11	c HTE
1020.14/255.56	c subsumption
1147.57/287.49	c simplified formula contains 0 unit clauses
1477.92/370.12	c received clause contains eliminated literal 7101
2059.10/515.69	c HTE
2072.28/518.91	c subsumption
2139.78/535.85	c added unsatisfied clause
2139.78/535.85	c failed to add network clauses
2156.17/539.91	c simplified formula contains 0 unit clauses
2156.17/539.98	c received clause contains eliminated literal 6270
2302.38/576.56	c added unsatisfied clause
2302.38/576.56	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-3289389-1304053707/watcher-3289389-1304053707 -o /tmp/evaluation-result-3289389-1304053707/solver-3289389-1304053707 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3289389-1304053707.cnf 1836392133 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: 3.40 4.27 5.65 4/174 30432
/proc/meminfo: memFree=25602068/32951124 swapFree=67111524/67111528
[pid=30432] ppid=30430 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30432/stat : 30432 (priss.sh) S 30430 30432 30400 0 -1 4202496 333 0 0 0 0 0 0 0 19 0 1 0 497786638 8908800 252 33554432000 4194304 4922060 140736070817040 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30432/statm: 2175 252 211 178 0 68 0

[startup+0.0653201 s]
/proc/loadavg: 3.40 4.27 5.65 4/174 30432
/proc/meminfo: memFree=25602068/32951124 swapFree=67111524/67111528
[pid=30432] ppid=30430 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30432/stat : 30432 (priss.sh) S 30430 30432 30400 0 -1 4202496 333 0 0 0 0 0 0 0 19 0 1 0 497786638 8908800 252 33554432000 4194304 4922060 140736070817040 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30432/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100315 s]
/proc/loadavg: 3.40 4.27 5.65 4/174 30432
/proc/meminfo: memFree=25602068/32951124 swapFree=67111524/67111528
[pid=30432] ppid=30430 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30432/stat : 30432 (priss.sh) S 30430 30432 30400 0 -1 4202496 333 0 0 0 0 0 0 0 19 0 1 0 497786638 8908800 252 33554432000 4194304 4922060 140736070817040 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30432/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.306216 s]
/proc/loadavg: 3.40 4.27 5.65 4/174 30432
/proc/meminfo: memFree=25602068/32951124 swapFree=67111524/67111528
[pid=30432] ppid=30430 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30432/stat : 30432 (priss.sh) S 30430 30432 30400 0 -1 4202496 333 0 0 0 0 0 0 0 19 0 1 0 497786638 8908800 252 33554432000 4194304 4922060 140736070817040 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30432/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700137 s]
/proc/loadavg: 3.40 4.27 5.65 4/174 30432
/proc/meminfo: memFree=25602068/32951124 swapFree=67111524/67111528
[pid=30432] ppid=30430 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30432/stat : 30432 (priss.sh) S 30430 30432 30400 0 -1 4202496 333 0 0 0 0 0 0 0 19 0 1 0 497786638 8908800 252 33554432000 4194304 4922060 140736070817040 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30432/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50099 s]
/proc/loadavg: 3.84 4.35 5.66 10/188 30449
/proc/meminfo: memFree=25225492/32951124 swapFree=67111524/67111528
[pid=30432] ppid=30430 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30432/stat : 30432 (priss.sh) S 30430 30432 30400 0 -1 4202496 333 0 0 0 0 0 0 0 19 0 1 0 497786638 8908800 252 33554432000 4194304 4922060 140736070817040 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30432/statm: 2175 252 211 178 0 68 0
[pid=30433] ppid=30432 vsize=417472 CPUtime=5.56 cores=1,3,5,7
/proc/30433/stat : 30433 (priss) S 30432 30432 30400 0 -1 4202496 68130 0 0 0 528 28 0 0 20 0 5 0 497786638 427491328 49319 33554432000 4194304 5787044 140733575786720 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/30433/statm: 104368 49319 352 389 0 100118 0
[pid=30433/tid=30442] ppid=30432 vsize=417472 CPUtime=1.38 cores=1,3,5,7
/proc/30433/task/30442/stat : 30442 (priss) R 30432 30432 30400 0 -1 4202560 14756 0 0 0 132 6 0 0 18 0 5 0 497786647 427491328 49319 33554432000 4194304 5787044 140733575786720 18446744073709551615 4276026 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30433/tid=30443] ppid=30432 vsize=417472 CPUtime=1.35 cores=1,3,5,7
/proc/30433/task/30443/stat : 30443 (priss) R 30432 30432 30400 0 -1 4202560 14701 0 0 0 128 7 0 0 18 0 5 0 497786648 427491328 49319 33554432000 4194304 5787044 140733575786720 18446744073709551615 4276449 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30433/tid=30444] ppid=30432 vsize=417472 CPUtime=1.35 cores=1,3,5,7
/proc/30433/task/30444/stat : 30444 (priss) R 30432 30432 30400 0 -1 4202560 13653 0 0 0 128 7 0 0 18 0 5 0 497786650 427491328 49319 33554432000 4194304 5787044 140733575786720 18446744073709551615 4278467 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30433/tid=30445] ppid=30432 vsize=417472 CPUtime=1.33 cores=1,3,5,7
/proc/30433/task/30445/stat : 30445 (priss) R 30432 30432 30400 0 -1 4202560 13948 0 0 0 127 6 0 0 18 0 5 0 497786652 427491328 49319 33554432000 4194304 5787044 140733575786720 18446744073709551615 4276449 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.56
Current children cumulated vsize (KiB) 426172

[startup+3.1007 s]
/proc/loadavg: 3.84 4.35 5.66 10/188 30449
/proc/meminfo: memFree=25154440/32951124 swapFree=67111524/67111528
[pid=30432] ppid=30430 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30432/stat : 30432 (priss.sh) S 30430 30432 30400 0 -1 4202496 333 0 0 0 0 0 0 0 19 0 1 0 497786638 8908800 252 33554432000 4194304 4922060 140736070817040 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30432/statm: 2175 252 211 178 0 68 0
[pid=30433] ppid=30432 vsize=425448 CPUtime=11.95 cores=1,3,5,7
/proc/30433/stat : 30433 (priss) S 30432 30432 30400 0 -1 4202496 94250 0 0 0 1162 33 0 0 20 0 5 0 497786638 435658752 62345 33554432000 4194304 5787044 140733575786720 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/30433/statm: 106362 62345 417 389 0 102112 0
[pid=30433/tid=30442] ppid=30432 vsize=425448 CPUtime=2.98 cores=1,3,5,7
/proc/30433/task/30442/stat : 30442 (priss) R 30432 30432 30400 0 -1 4202560 20973 0 0 0 291 7 0 0 21 0 5 0 497786647 435658752 62345 33554432000 4194304 5787044 140733575786720 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30433/tid=30443] ppid=30432 vsize=425448 CPUtime=2.94 cores=1,3,5,7
/proc/30433/task/30443/stat : 30443 (priss) R 30432 30432 30400 0 -1 4202560 20924 0 0 0 286 8 0 0 21 0 5 0 497786648 435658752 62345 33554432000 4194304 5787044 140733575786720 18446744073709551615 5588270 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30433/tid=30444] ppid=30432 vsize=425448 CPUtime=2.94 cores=1,3,5,7
/proc/30433/task/30444/stat : 30444 (priss) R 30432 30432 30400 0 -1 4202560 19787 0 0 0 286 8 0 0 20 0 5 0 497786650 435658752 62345 33554432000 4194304 5787044 140733575786720 18446744073709551615 5586793 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30433/tid=30445] ppid=30432 vsize=425448 CPUtime=2.93 cores=1,3,5,7
/proc/30433/task/30445/stat : 30445 (priss) R 30432 30432 30400 0 -1 4202560 21494 0 0 0 286 7 0 0 18 0 5 0 497786652 435658752 62345 33554432000 4194304 5787044 140733575786720 18446744073709551615 220815885516 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.95
Current children cumulated vsize (KiB) 434148

[startup+6.30111 s]
/proc/loadavg: 3.84 4.35 5.66 9/188 30449
/proc/meminfo: memFree=25032172/32951124 swapFree=67111524/67111528
[pid=30432] ppid=30430 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30432/stat : 30432 (priss.sh) S 30430 30432 30400 0 -1 4202496 333 0 0 0 0 0 0 0 19 0 1 0 497786638 8908800 252 33554432000 4194304 4922060 140736070817040 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30432/statm: 2175 252 211 178 0 68 0
[pid=30433] ppid=30432 vsize=427008 CPUtime=24.73 cores=1,3,5,7
/proc/30433/stat : 30433 (priss) S 30432 30432 30400 0 -1 4202496 97896 0 0 0 2439 34 0 0 20 0 5 0 497786638 437256192 63316 33554432000 4194304 5787044 140733575786720 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/30433/statm: 106752 63316 418 389 0 102502 0
[pid=30433/tid=30442] ppid=30432 vsize=427008 CPUtime=6.18 cores=1,3,5,7
/proc/30433/task/30442/stat : 30442 (priss) R 30432 30432 30400 0 -1 4202560 21108 0 0 0 611 7 0 0 25 0 5 0 497786647 437256192 63316 33554432000 4194304 5787044 140733575786720 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30433/tid=30443] ppid=30432 vsize=427008 CPUtime=6.12 cores=1,3,5,7
/proc/30433/task/30443/stat : 30443 (priss) R 30432 30432 30400 0 -1 4202560 21072 0 0 0 604 8 0 0 25 0 5 0 497786648 437256192 63316 33554432000 4194304 5787044 140733575786720 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30433/tid=30444] ppid=30432 vsize=427008 CPUtime=6.14 cores=1,3,5,7
/proc/30433/task/30444/stat : 30444 (priss) R 30432 30432 30400 0 -1 4202560 20030 0 0 0 606 8 0 0 25 0 5 0 497786650 437256192 63316 33554432000 4194304 5787044 140733575786720 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30433/tid=30445] ppid=30432 vsize=427008 CPUtime=6.13 cores=1,3,5,7
/proc/30433/task/30445/stat : 30445 (priss) R 30432 30432 30400 0 -1 4202560 24614 0 0 0 605 8 0 0 25 0 5 0 497786652 437256192 63316 33554432000 4194304 5787044 140733575786720 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.73
Current children cumulated vsize (KiB) 435708

[startup+12.7009 s]
/proc/loadavg: 4.48 4.47 5.69 9/188 30449
/proc/meminfo: memFree=25020988/32951124 swapFree=67111524/67111528
[pid=30432] ppid=30430 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30432/stat : 30432 (priss.sh) S 30430 30432 30400 0 -1 4202496 333 0 0 0 0 0 0 0 19 0 1 0 497786638 8908800 252 33554432000 4194304 4922060 140736070817040 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30432/statm: 2175 252 211 178 0 68 0
[pid=30433] ppid=30432 vsize=427880 CPUtime=50.29 cores=1,3,5,7
/proc/30433/stat : 30433 (priss) S 30432 30432 30400 0 -1 4202496 100243 0 0 0 4993 36 0 0 20 0 5 0 497786638 438149120 65663 33554432000 4194304 5787044 140733575786720 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/30433/statm: 106970 65663 418 389 0 102720 0
[pid=30433/tid=30442] ppid=30432 vsize=427880 CPUtime=12.58 cores=1,3,5,7
/proc/30433/task/30442/stat : 30442 (priss) R 30432 30432 30400 0 -1 4202560 21570 0 0 0 1250 8 0 0 25 0 5 0 497786647 438149120 65663 33554432000 4194304 5787044 140733575786720 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30433/tid=30443] ppid=30432 vsize=427880 CPUtime=12.48 cores=1,3,5,7
/proc/30433/task/30443/stat : 30443 (priss) R 30432 30432 30400 0 -1 4202560 22368 0 0 0 1240 8 0 0 25 0 5 0 497786648 438149120 65663 33554432000 4194304 5787044 140733575786720 18446744073709551615 5591827 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30433/tid=30444] ppid=30432 vsize=427880 CPUtime=12.55 cores=1,3,5,7
/proc/30433/task/30444/stat : 30444 (priss) R 30432 30432 30400 0 -1 4202560 20237 0 0 0 1246 9 0 0 25 0 5 0 497786650 438149120 65663 33554432000 4194304 5787044 140733575786720 18446744073709551615 5591083 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30433/tid=30445] ppid=30432 vsize=427880 CPUtime=12.53 cores=1,3,5,7
/proc/30433/task/30445/stat : 30445 (priss) R 30432 30432 30400 0 -1 4202560 24996 0 0 0 1244 9 0 0 25 0 5 0 497786652 438149120 65663 33554432000 4194304 5787044 140733575786720 18446744073709551615 5530960 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.29
Current children cumulated vsize (KiB) 436580

[startup+25.5006 s]
/proc/loadavg: 5.02 4.58 5.71 9/188 30449
/proc/meminfo: memFree=25000812/32951124 swapFree=67111524/67111528
[pid=30432] ppid=30430 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30432/stat : 30432 (priss.sh) S 30430 30432 30400 0 -1 4202496 333 0 0 0 0 0 0 0 19 0 1 0 497786638 8908800 252 33554432000 4194304 4922060 140736070817040 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30432/statm: 2175 252 211 178 0 68 0
[pid=30433] ppid=30432 vsize=430772 CPUtime=101.42 cores=1,3,5,7
/proc/30433/stat : 30433 (priss) S 30432 30432 30400 0 -1 4202496 105781 0 0 0 10102 40 0 0 20 0 5 0 497786638 441110528 68421 33554432000 4194304 5787044 140733575786720 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/30433/statm: 107693 68421 418 389 0 103443 0
[pid=30433/tid=30442] ppid=30432 vsize=430772 CPUtime=25.37 cores=1,3,5,7
/proc/30433/task/30442/stat : 30442 (priss) R 30432 30432 30400 0 -1 4202560 22089 0 0 0 2529 8 0 0 25 0 5 0 497786647 441110528 68421 33554432000 4194304 5787044 140733575786720 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30433/tid=30443] ppid=30432 vsize=430772 CPUtime=25.22 cores=1,3,5,7
/proc/30433/task/30443/stat : 30443 (priss) R 30432 30432 30400 0 -1 4202560 22531 0 0 0 2513 9 0 0 25 0 5 0 497786648 441110528 68421 33554432000 4194304 5787044 140733575786720 18446744073709551615 5592824 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30433/tid=30444] ppid=30432 vsize=430772 CPUtime=25.34 cores=1,3,5,7
/proc/30433/task/30444/stat : 30444 (priss) R 30432 30432 30400 0 -1 4202560 21168 0 0 0 2524 10 0 0 25 0 5 0 497786650 441110528 68421 33554432000 4194304 5787044 140733575786720 18446744073709551615 5601770 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30433/tid=30445] ppid=30432 vsize=430772 CPUtime=25.33 cores=1,3,5,7
/proc/30433/task/30445/stat : 30445 (priss) R 30432 30432 30400 0 -1 4202560 28921 0 0 0 2523 10 0 0 25 0 5 0 497786652 441110528 68421 33554432000 4194304 5787044 140733575786720 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.42
Current children cumulated vsize (KiB) 439472

[startup+51.1008 s]
/proc/loadavg: 6.11 4.87 5.78 9/188 30450
/proc/meminfo: memFree=24955092/32951124 swapFree=67111524/67111528
[pid=30432] ppid=30430 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30432/stat : 30432 (priss.sh) S 30430 30432 30400 0 -1 4202496 333 0 0 0 0 0 0 0 19 0 1 0 497786638 8908800 252 33554432000 4194304 4922060 140736070817040 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30432/statm: 2175 252 211 178 0 68 0
[pid=30433] ppid=30432 vsize=433788 CPUtime=203.69 cores=1,3,5,7
/proc/30433/stat : 30433 (priss) S 30432 30432 30400 0 -1 4202496 111701 0 0 0 20323 46 0 0 20 0 5 0 497786638 444198912 74339 33554432000 4194304 5787044 140733575786720 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/30433/statm: 108447 74339 418 389 0 104197 0
[pid=30433/tid=30442] ppid=30432 vsize=433788 CPUtime=50.98 cores=1,3,5,7
/proc/30433/task/30442/stat : 30442 (priss) R 30432 30432 30400 0 -1 4202560 22727 0 0 0 5089 9 0 0 25 0 5 0 497786647 444198912 74339 33554432000 4194304 5787044 140733575786720 18446744073709551615 220815895490 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30433/tid=30443] ppid=30432 vsize=433788 CPUtime=50.68 cores=1,3,5,7
/proc/30433/task/30443/stat : 30443 (priss) R 30432 30432 30400 0 -1 4202560 23474 0 0 0 5058 10 0 0 25 0 5 0 497786648 444198912 74339 33554432000 4194304 5787044 140733575786720 18446744073709551615 4254912 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30433/tid=30444] ppid=30432 vsize=433788 CPUtime=50.94 cores=1,3,5,7
/proc/30433/task/30444/stat : 30444 (priss) R 30432 30432 30400 0 -1 4202560 23635 0 0 0 5082 12 0 0 25 0 5 0 497786650 444198912 74339 33554432000 4194304 5787044 140733575786720 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30433/tid=30445] ppid=30432 vsize=433788 CPUtime=50.93 cores=1,3,5,7
/proc/30433/task/30445/stat : 30445 (priss) R 30432 30432 30400 0 -1 4202560 30793 0 0 0 5081 12 0 0 25 0 5 0 497786652 444198912 74339 33554432000 4194304 5787044 140733575786720 18446744073709551615 5549707 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 203.69
Current children cumulated vsize (KiB) 442488

[startup+102.306 s]
/proc/loadavg: 7.32 5.41 5.91 9/188 30451
/proc/meminfo: memFree=24876448/32951124 swapFree=67111524/67111528
[pid=30432] ppid=30430 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30432/stat : 30432 (priss.sh) S 30430 30432 30400 0 -1 4202496 333 0 0 0 0 0 0 0 19 0 1 0 497786638 8908800 252 33554432000 4194304 4922060 140736070817040 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30432/statm: 2175 252 211 178 0 68 0
[pid=30433] ppid=30432 vsize=507052 CPUtime=408.21 cores=1,3,5,7
/proc/30433/stat : 30433 (priss) S 30432 30432 30400 0 -1 4202496 122625 0 0 0 40762 59 0 0 20 0 5 0 497786638 519221248 85141 33554432000 4194304 5787044 140733575786720 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/30433/statm: 126763 85141 418 389 0 122513 0
[pid=30433/tid=30442] ppid=30432 vsize=507052 CPUtime=102.18 cores=1,3,5,7
/proc/30433/task/30442/stat : 30442 (priss) R 30432 30432 30400 0 -1 4202560 24189 0 0 0 10207 11 0 0 25 0 5 0 497786647 519221248 85141 33554432000 4194304 5787044 140733575786720 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30433/tid=30443] ppid=30432 vsize=507052 CPUtime=101.6 cores=1,3,5,7
/proc/30433/task/30443/stat : 30443 (priss) R 30432 30432 30400 0 -1 4202560 26158 0 0 0 10147 13 0 0 25 0 5 0 497786648 519221248 85141 33554432000 4194304 5787044 140733575786720 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30433/tid=30444] ppid=30432 vsize=507052 CPUtime=102.14 cores=1,3,5,7
/proc/30433/task/30444/stat : 30444 (priss) R 30432 30432 30400 0 -1 4202560 25590 0 0 0 10198 16 0 0 25 0 5 0 497786650 519221248 85141 33554432000 4194304 5787044 140733575786720 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30433/tid=30445] ppid=30432 vsize=507052 CPUtime=102.12 cores=1,3,5,7

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

/proc/30433/task/30443/stat : 30443 (priss) R 30432 30432 30400 0 -1 4202560 41205 0 0 0 81732 34 0 0 25 0 5 0 497786648 901873664 163712 33554432000 4194304 5787044 140733575786720 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30433/tid=30444] ppid=30432 vsize=880736 CPUtime=822.12 cores=1,3,5,7
/proc/30433/task/30444/stat : 30444 (priss) R 30432 30432 30400 0 -1 4202560 40069 0 0 0 82174 38 0 0 25 0 5 0 497786650 901873664 163712 33554432000 4194304 5787044 140733575786720 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30433/tid=30445] ppid=30432 vsize=880736 CPUtime=822.12 cores=1,3,5,7
/proc/30433/task/30445/stat : 30445 (priss) R 30432 30432 30400 0 -1 4202560 76388 0 0 0 82161 51 0 0 25 0 5 0 497786652 901873664 163712 33554432000 4194304 5787044 140733575786720 18446744073709551615 5527610 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3284.22
Current children cumulated vsize (KiB) 889436

[startup+882.301 s]
/proc/loadavg: 8.13 7.91 7.14 9/188 30472
/proc/meminfo: memFree=24229180/32951124 swapFree=67111524/67111528
[pid=30432] ppid=30430 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30432/stat : 30432 (priss.sh) S 30430 30432 30400 0 -1 4202496 333 0 0 0 0 0 0 0 19 0 1 0 497786638 8908800 252 33554432000 4194304 4922060 140736070817040 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30432/statm: 2175 252 211 178 0 68 0
[pid=30433] ppid=30432 vsize=881960 CPUtime=3523.9 cores=1,3,5,7
/proc/30433/stat : 30433 (priss) S 30432 30432 30400 0 -1 4202496 206477 0 0 0 352229 161 0 0 20 0 5 0 497786638 903127040 164014 33554432000 4194304 5787044 140733575786720 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/30433/statm: 220490 164014 418 389 0 216240 0
[pid=30433/tid=30442] ppid=30432 vsize=881960 CPUtime=881.93 cores=1,3,5,7
/proc/30433/task/30442/stat : 30442 (priss) R 30432 30432 30400 0 -1 4202560 37441 0 0 0 88160 33 0 0 25 0 5 0 497786647 903127040 164014 33554432000 4194304 5787044 140733575786720 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30433/tid=30443] ppid=30432 vsize=881960 CPUtime=877.55 cores=1,3,5,7
/proc/30433/task/30443/stat : 30443 (priss) R 30432 30432 30400 0 -1 4202560 41205 0 0 0 87721 34 0 0 25 0 5 0 497786648 903127040 164014 33554432000 4194304 5787044 140733575786720 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30433/tid=30444] ppid=30432 vsize=881960 CPUtime=882.12 cores=1,3,5,7
/proc/30433/task/30444/stat : 30444 (priss) R 30432 30432 30400 0 -1 4202560 40370 0 0 0 88174 38 0 0 25 0 5 0 497786650 903127040 164014 33554432000 4194304 5787044 140733575786720 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30433/tid=30445] ppid=30432 vsize=881960 CPUtime=882.12 cores=1,3,5,7
/proc/30433/task/30445/stat : 30445 (priss) R 30432 30432 30400 0 -1 4202560 76389 0 0 0 88160 52 0 0 25 0 5 0 497786652 903127040 164014 33554432000 4194304 5787044 140733575786720 18446744073709551615 5527194 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3523.9
Current children cumulated vsize (KiB) 890660

[startup+942.301 s]
/proc/loadavg: 8.11 7.94 7.20 9/188 30474
/proc/meminfo: memFree=24215228/32951124 swapFree=67111524/67111528
[pid=30432] ppid=30430 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30432/stat : 30432 (priss.sh) S 30430 30432 30400 0 -1 4202496 333 0 0 0 0 0 0 0 19 0 1 0 497786638 8908800 252 33554432000 4194304 4922060 140736070817040 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30432/statm: 2175 252 211 178 0 68 0
[pid=30433] ppid=30432 vsize=891284 CPUtime=3763.58 cores=1,3,5,7
/proc/30433/stat : 30433 (priss) S 30432 30432 30400 0 -1 4202496 208835 0 0 0 376194 164 0 0 20 0 5 0 497786638 912674816 166372 33554432000 4194304 5787044 140733575786720 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/30433/statm: 222821 166372 418 389 0 218571 0
[pid=30433/tid=30442] ppid=30432 vsize=891284 CPUtime=941.6 cores=1,3,5,7
/proc/30433/task/30442/stat : 30442 (priss) R 30432 30432 30400 0 -1 4202560 37442 0 0 0 94127 33 0 0 25 0 5 0 497786647 912674816 166372 33554432000 4194304 5787044 140733575786720 18446744073709551615 5591568 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30433/tid=30443] ppid=30432 vsize=891284 CPUtime=937.55 cores=1,3,5,7
/proc/30433/task/30443/stat : 30443 (priss) R 30432 30432 30400 0 -1 4202560 41214 0 0 0 93721 34 0 0 25 0 5 0 497786648 912674816 166372 33554432000 4194304 5787044 140733575786720 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30433/tid=30444] ppid=30432 vsize=891284 CPUtime=942.13 cores=1,3,5,7
/proc/30433/task/30444/stat : 30444 (priss) R 30432 30432 30400 0 -1 4202560 42709 0 0 0 94172 41 0 0 25 0 5 0 497786650 912674816 166372 33554432000 4194304 5787044 140733575786720 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30433/tid=30445] ppid=30432 vsize=891284 CPUtime=942.13 cores=1,3,5,7
/proc/30433/task/30445/stat : 30445 (priss) R 30432 30432 30400 0 -1 4202560 76398 0 0 0 94161 52 0 0 25 0 5 0 497786652 912674816 166372 33554432000 4194304 5787044 140733575786720 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3763.58
Current children cumulated vsize (KiB) 899984

[startup+1002.3 s]
/proc/loadavg: 8.37 8.03 7.27 10/189 30478
/proc/meminfo: memFree=24148548/32951124 swapFree=67111524/67111528
[pid=30432] ppid=30430 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30432/stat : 30432 (priss.sh) S 30430 30432 30400 0 -1 4202496 333 0 0 0 0 0 0 0 19 0 1 0 497786638 8908800 252 33554432000 4194304 4922060 140736070817040 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30432/statm: 2175 252 211 178 0 68 0
[pid=30433] ppid=30432 vsize=974076 CPUtime=4003.26 cores=1,3,5,7
/proc/30433/stat : 30433 (priss) S 30432 30432 30400 0 -1 4202496 215514 0 0 0 400156 170 0 0 20 0 5 0 497786638 997453824 173051 33554432000 4194304 5787044 140733575786720 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/30433/statm: 243519 173051 418 389 0 239269 0
[pid=30433/tid=30442] ppid=30432 vsize=974076 CPUtime=1001.28 cores=1,3,5,7
/proc/30433/task/30442/stat : 30442 (priss) R 30432 30432 30400 0 -1 4202560 39203 0 0 0 100094 34 0 0 25 0 5 0 497786647 997453824 173051 33554432000 4194304 5787044 140733575786720 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30433/tid=30443] ppid=30432 vsize=974076 CPUtime=997.56 cores=1,3,5,7
/proc/30433/task/30443/stat : 30443 (priss) R 30432 30432 30400 0 -1 4202560 41221 0 0 0 99721 35 0 0 25 0 5 0 497786648 997453824 173051 33554432000 4194304 5787044 140733575786720 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30433/tid=30444] ppid=30432 vsize=974076 CPUtime=1002.13 cores=1,3,5,7
/proc/30433/task/30444/stat : 30444 (priss) R 30432 30432 30400 0 -1 4202560 44768 0 0 0 100171 42 0 0 25 0 5 0 497786650 997453824 173051 33554432000 4194304 5787044 140733575786720 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30433/tid=30445] ppid=30432 vsize=974076 CPUtime=1002.12 cores=1,3,5,7
/proc/30433/task/30445/stat : 30445 (priss) R 30432 30432 30400 0 -1 4202560 79250 0 0 0 100156 56 0 0 25 0 5 0 497786652 997453824 173051 33554432000 4194304 5787044 140733575786720 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4003.26
Current children cumulated vsize (KiB) 982776

[startup+1062.3 s]
/proc/loadavg: 8.31 8.08 7.33 9/188 30480
/proc/meminfo: memFree=24108244/32951124 swapFree=67111524/67111528
[pid=30432] ppid=30430 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30432/stat : 30432 (priss.sh) S 30430 30432 30400 0 -1 4202496 333 0 0 0 0 0 0 0 19 0 1 0 497786638 8908800 252 33554432000 4194304 4922060 140736070817040 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30432/statm: 2175 252 211 178 0 68 0
[pid=30433] ppid=30432 vsize=982500 CPUtime=4242.93 cores=1,3,5,7
/proc/30433/stat : 30433 (priss) S 30432 30432 30400 0 -1 4202496 221592 0 0 0 424116 177 0 0 20 0 5 0 497786638 1006080000 179129 33554432000 4194304 5787044 140733575786720 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/30433/statm: 245625 179129 418 389 0 241375 0
[pid=30433/tid=30442] ppid=30432 vsize=982500 CPUtime=1060.95 cores=1,3,5,7
/proc/30433/task/30442/stat : 30442 (priss) R 30432 30432 30400 0 -1 4202560 41285 0 0 0 106059 36 0 0 25 0 5 0 497786647 1006080000 179129 33554432000 4194304 5787044 140733575786720 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30433/tid=30443] ppid=30432 vsize=982500 CPUtime=1057.56 cores=1,3,5,7
/proc/30433/task/30443/stat : 30443 (priss) R 30432 30432 30400 0 -1 4202560 42269 0 0 0 105721 35 0 0 25 0 5 0 497786648 1006080000 179129 33554432000 4194304 5787044 140733575786720 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30433/tid=30444] ppid=30432 vsize=982500 CPUtime=1062.13 cores=1,3,5,7
/proc/30433/task/30444/stat : 30444 (priss) R 30432 30432 30400 0 -1 4202560 45148 0 0 0 106171 42 0 0 25 0 5 0 497786650 1006080000 179129 33554432000 4194304 5787044 140733575786720 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30433/tid=30445] ppid=30432 vsize=982500 CPUtime=1062.13 cores=1,3,5,7
/proc/30433/task/30445/stat : 30445 (priss) R 30432 30432 30400 0 -1 4202560 81818 0 0 0 106152 61 0 0 25 0 5 0 497786652 1006080000 179129 33554432000 4194304 5787044 140733575786720 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4242.93
Current children cumulated vsize (KiB) 991200

[startup+1122.3 s]
/proc/loadavg: 8.18 8.08 7.38 9/188 30482
/proc/meminfo: memFree=24048808/32951124 swapFree=67111524/67111528
[pid=30432] ppid=30430 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30432/stat : 30432 (priss.sh) S 30430 30432 30400 0 -1 4202496 333 0 0 0 0 0 0 0 19 0 1 0 497786638 8908800 252 33554432000 4194304 4922060 140736070817040 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30432/statm: 2175 252 211 178 0 68 0
[pid=30433] ppid=30432 vsize=990956 CPUtime=4482.61 cores=1,3,5,7
/proc/30433/stat : 30433 (priss) S 30432 30432 30400 0 -1 4202496 229324 0 0 0 448072 189 0 0 20 0 5 0 497786638 1014738944 186861 33554432000 4194304 5787044 140733575786720 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/30433/statm: 247739 186861 418 389 0 243489 0
[pid=30433/tid=30442] ppid=30432 vsize=990956 CPUtime=1120.63 cores=1,3,5,7
/proc/30433/task/30442/stat : 30442 (priss) R 30432 30432 30400 0 -1 4202560 43329 0 0 0 112025 38 0 0 25 0 5 0 497786647 1014738944 186861 33554432000 4194304 5787044 140733575786720 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30433/tid=30443] ppid=30432 vsize=990956 CPUtime=1117.57 cores=1,3,5,7
/proc/30433/task/30443/stat : 30443 (priss) R 30432 30432 30400 0 -1 4202560 44166 0 0 0 111721 36 0 0 25 0 5 0 497786648 1014738944 186861 33554432000 4194304 5787044 140733575786720 18446744073709551615 5591573 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30433/tid=30444] ppid=30432 vsize=990956 CPUtime=1122.13 cores=1,3,5,7
/proc/30433/task/30444/stat : 30444 (priss) R 30432 30432 30400 0 -1 4202560 46850 0 0 0 112166 47 0 0 25 0 5 0 497786650 1014738944 186861 33554432000 4194304 5787044 140733575786720 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30433/tid=30445] ppid=30432 vsize=990956 CPUtime=1122.12 cores=1,3,5,7
/proc/30433/task/30445/stat : 30445 (priss) R 30432 30432 30400 0 -1 4202560 83907 0 0 0 112147 65 0 0 25 0 5 0 497786652 1014738944 186861 33554432000 4194304 5787044 140733575786720 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4482.61
Current children cumulated vsize (KiB) 999656

[startup+1182.3 s]
/proc/loadavg: 8.18 8.09 7.42 9/188 30483
/proc/meminfo: memFree=23994180/32951124 swapFree=67111524/67111528
[pid=30432] ppid=30430 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30432/stat : 30432 (priss.sh) S 30430 30432 30400 0 -1 4202496 333 0 0 0 0 0 0 0 19 0 1 0 497786638 8908800 252 33554432000 4194304 4922060 140736070817040 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30432/statm: 2175 252 211 178 0 68 0
[pid=30433] ppid=30432 vsize=1001692 CPUtime=4722.28 cores=1,3,5,7
/proc/30433/stat : 30433 (priss) S 30432 30432 30400 0 -1 4202496 235778 0 0 0 472033 195 0 0 20 0 5 0 497786638 1025732608 193090 33554432000 4194304 5787044 140733575786720 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/30433/statm: 250423 193090 418 389 0 246173 0
[pid=30433/tid=30442] ppid=30432 vsize=1001692 CPUtime=1180.31 cores=1,3,5,7
/proc/30433/task/30442/stat : 30442 (priss) R 30432 30432 30400 0 -1 4202560 45364 0 0 0 117991 40 0 0 25 0 5 0 497786647 1025732608 193090 33554432000 4194304 5787044 140733575786720 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30433/tid=30443] ppid=30432 vsize=1001692 CPUtime=1177.57 cores=1,3,5,7
/proc/30433/task/30443/stat : 30443 (priss) R 30432 30432 30400 0 -1 4202560 46018 0 0 0 117720 37 0 0 25 0 5 0 497786648 1025732608 193090 33554432000 4194304 5787044 140733575786720 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30433/tid=30444] ppid=30432 vsize=1001692 CPUtime=1182.13 cores=1,3,5,7
/proc/30433/task/30444/stat : 30444 (priss) R 30432 30432 30400 0 -1 4202560 48560 0 0 0 118164 49 0 0 25 0 5 0 497786650 1025732608 193090 33554432000 4194304 5787044 140733575786720 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30433/tid=30445] ppid=30432 vsize=1001692 CPUtime=1182.13 cores=1,3,5,7
/proc/30433/task/30445/stat : 30445 (priss) R 30432 30432 30400 0 -1 4202560 84764 0 0 0 118146 67 0 0 25 0 5 0 497786652 1025732608 193090 33554432000 4194304 5787044 140733575786720 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4722.28
Current children cumulated vsize (KiB) 1010392



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.13 8.08 7.44 10/188 30484
/proc/meminfo: memFree=23992800/32951124 swapFree=67111524/67111528
[pid=30432] ppid=30430 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30432/stat : 30432 (priss.sh) S 30430 30432 30400 0 -1 4202496 333 0 0 0 0 0 0 0 19 0 1 0 497786638 8908800 252 33554432000 4194304 4922060 140736070817040 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30432/statm: 2175 252 211 178 0 68 0
[pid=30433] ppid=30432 vsize=1001884 CPUtime=4800.19 cores=1,3,5,7
/proc/30433/stat : 30433 (priss) S 30432 30432 30400 0 -1 4202496 236063 0 0 0 479824 195 0 0 20 0 5 0 497786638 1025929216 193375 33554432000 4194304 5787044 140733575786720 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/30433/statm: 250471 193375 418 389 0 246221 0
[pid=30433/tid=30442] ppid=30432 vsize=1001884 CPUtime=1199.7 cores=1,3,5,7
/proc/30433/task/30442/stat : 30442 (priss) R 30432 30432 30400 0 -1 4202560 45507 0 0 0 119930 40 0 0 25 0 5 0 497786647 1025929216 193375 33554432000 4194304 5787044 140733575786720 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30433/tid=30443] ppid=30432 vsize=1001884 CPUtime=1197.07 cores=1,3,5,7
/proc/30433/task/30443/stat : 30443 (priss) R 30432 30432 30400 0 -1 4202560 46085 0 0 0 119670 37 0 0 25 0 5 0 497786648 1025929216 193375 33554432000 4194304 5787044 140733575786720 18446744073709551615 5591349 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30433/tid=30444] ppid=30432 vsize=1001884 CPUtime=1201.64 cores=1,3,5,7
/proc/30433/task/30444/stat : 30444 (priss) R 30432 30432 30400 0 -1 4202560 48560 0 0 0 120115 49 0 0 25 0 5 0 497786650 1025929216 193375 33554432000 4194304 5787044 140733575786720 18446744073709551615 5591272 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30433/tid=30445] ppid=30432 vsize=1001884 CPUtime=1201.63 cores=1,3,5,7
/proc/30433/task/30445/stat : 30445 (priss) R 30432 30432 30400 0 -1 4202560 84839 0 0 0 120096 67 0 0 25 0 5 0 497786652 1025929216 193375 33554432000 4194304 5787044 140733575786720 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 1010584

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 30432 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.19
#
# 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.19
CPU user time (s): 4798.24
CPU system time (s): 1.95
CPU usage (%): 399.411
Max. virtual memory (cumulated for all children) (KiB): 1010584

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

runsolver used 1.67474 second user time and 4.89226 second system time

The end

Launcher Data

Begin job on node147 at 2011-04-29 07:08:27
IDJOB=3289389
IDBENCH=83121
IDSOLVER=1603
FILE ID=node147/3289389-1304053707
RUNJOBID= node147-1304053707-30419
PBS_JOBID= 13170424
Free space on /tmp= 72652 MiB

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

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

MD5SUM BENCH= 1d36146d5d79c91e0605a19242395228
RANDOM SEED=1836392133

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25602588 kB
Buffers:       1025744 kB
Cached:        5808100 kB
SwapCached:          4 kB
Active:        1291124 kB
Inactive:      5610728 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25602588 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            9044 kB
Writeback:           0 kB
AnonPages:       68636 kB
Mapped:          14428 kB
Slab:           381328 kB
PageTables:       4512 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   186300 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= 72648 MiB
End job on node147 at 2011-04-29 07:28:31