Trace number 3289435

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 1202.12

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top28.cnf
MD5SUM005e29e99454a24085199b085e720b2f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark368.61
Satisfiable
(Un)Satisfiability was proved
Number of variables88763
Number of clauses282870
Sum of the clauses size691774
Maximum clause length3284
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2171374
Number of clauses of size 3109718
Number of clauses of size 4405
Number of clauses of size 526
Number of clauses of size over 51346

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: 30440
0.00/0.09	c parsetime: 86898us
0.00/0.09	c parsed 282870 clauses with 88763 variables
0.00/0.10	c NW started thread 0 successfully (1088395584)
0.00/0.12	c NW started thread 1 successfully (1098885440)
0.00/0.14	c NW started thread 2 successfully (1109375296)
0.00/0.17	c NW started thread 3 successfully (1119865152)
13.79/3.69	c preprocessor returned 88763 variables
13.79/3.69	c preprocessing returned UNKNOWN
13.79/3.69	c PP set 3427 variables
13.79/3.69	c pp time: 3501448us (3s)
14.19/3.71	c preprocessor returned 88763 variables
14.19/3.71	c preprocessing returned UNKNOWN
14.19/3.71	c PP set 3427 variables
14.19/3.71	c pp time: 3537895us (3s)
14.19/3.71	c preprocessor returned 88763 variables
14.19/3.71	c preprocessing returned UNKNOWN
14.19/3.71	c PP set 3427 variables
14.19/3.71	c pp time: 3583547us (3s)
14.19/3.72	c preprocessor returned 88763 variables
14.19/3.72	c preprocessing returned UNKNOWN
14.19/3.72	c PP set 3427 variables
14.19/3.72	c pp time: 3575240us (3s)
15.00/3.94	c HTE
15.38/4.03	c subsumption
15.78/4.14	c simplified formula contains 0 unit clauses
16.18/4.29	c HTE
16.58/4.37	c subsumption
16.98/4.48	c simplified formula contains 0 unit clauses
48.53/12.36	c HTE
48.93/12.46	c subsumption
49.34/12.57	c simplified formula contains 0 unit clauses
204.70/51.49	c added unsatisfied clause
204.70/51.49	c failed to add network clauses
386.03/96.80	c added unsatisfied clause
386.03/96.80	c failed to add network clauses
2257.41/565.30	c added unsatisfied clause
2257.41/565.30	c failed to add network clauses
2668.04/668.12	c added unsatisfied clause
2668.04/668.12	c failed to add network clauses
4215.82/1055.83	c added unsatisfied clause
4215.82/1055.83	c failed to add network clauses
4267.37/1068.72	c added unsatisfied clause
4267.37/1068.72	c failed to add network clauses
4642.83/1162.79	c added unsatisfied clause
4642.83/1162.79	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-3289435-1304053707/watcher-3289435-1304053707 -o /tmp/evaluation-result-3289435-1304053707/solver-3289435-1304053707 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3289435-1304053707.cnf 1836392133 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: 3.40 4.27 5.65 3/178 30439
/proc/meminfo: memFree=25594224/32951124 swapFree=67111524/67111528
[pid=30439] ppid=30437 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/30439/stat : 30439 (priss.sh) S 30437 30439 30400 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 497786642 8908800 252 33554432000 4194304 4922060 140736051224432 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30439/statm: 2175 252 211 178 0 68 0

[startup+0.0102609 s]
/proc/loadavg: 3.40 4.27 5.65 3/178 30439
/proc/meminfo: memFree=25594224/32951124 swapFree=67111524/67111528
[pid=30439] ppid=30437 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/30439/stat : 30439 (priss.sh) S 30437 30439 30400 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 497786642 8908800 252 33554432000 4194304 4922060 140736051224432 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30439/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.10021 s]
/proc/loadavg: 3.40 4.27 5.65 3/178 30439
/proc/meminfo: memFree=25594224/32951124 swapFree=67111524/67111528
[pid=30439] ppid=30437 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/30439/stat : 30439 (priss.sh) S 30437 30439 30400 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 497786642 8908800 252 33554432000 4194304 4922060 140736051224432 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30439/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.309122 s]
/proc/loadavg: 3.40 4.27 5.65 3/178 30439
/proc/meminfo: memFree=25594224/32951124 swapFree=67111524/67111528
[pid=30439] ppid=30437 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/30439/stat : 30439 (priss.sh) S 30437 30439 30400 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 497786642 8908800 252 33554432000 4194304 4922060 140736051224432 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30439/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.16409 s]
/proc/loadavg: 3.40 4.27 5.65 3/178 30439
/proc/meminfo: memFree=25594224/32951124 swapFree=67111524/67111528
[pid=30439] ppid=30437 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/30439/stat : 30439 (priss.sh) S 30437 30439 30400 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 497786642 8908800 252 33554432000 4194304 4922060 140736051224432 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30439/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50087 s]
/proc/loadavg: 3.40 4.27 5.65 3/178 30439
/proc/meminfo: memFree=25594224/32951124 swapFree=67111524/67111528
[pid=30439] ppid=30437 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/30439/stat : 30439 (priss.sh) S 30437 30439 30400 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 497786642 8908800 252 33554432000 4194304 4922060 140736051224432 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30439/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10058 s]
/proc/loadavg: 3.84 4.35 5.66 9/188 30449
/proc/meminfo: memFree=25139556/32951124 swapFree=67111524/67111528
[pid=30439] ppid=30437 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/30439/stat : 30439 (priss.sh) S 30437 30439 30400 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 497786642 8908800 252 33554432000 4194304 4922060 140736051224432 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30439/statm: 2175 252 211 178 0 68 0
[pid=30440] ppid=30439 vsize=484996 CPUtime=11.79 cores=0,2,4,6
/proc/30440/stat : 30440 (priss) S 30439 30439 30400 0 -1 4202496 83377 0 0 0 1150 29 0 0 18 0 5 0 497786643 496635904 63082 33554432000 4194304 5787044 140733646399872 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/30440/statm: 121249 63082 352 389 0 116999 0
[pid=30440/tid=30446] ppid=30439 vsize=484996 CPUtime=2.94 cores=0,2,4,6
/proc/30440/task/30446/stat : 30446 (priss) R 30439 30439 30400 0 -1 4202560 16910 0 0 0 288 6 0 0 20 0 5 0 497786653 496635904 63082 33554432000 4194304 5787044 140733646399872 18446744073709551615 4278456 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=30440/tid=30447] ppid=30439 vsize=484996 CPUtime=2.9 cores=0,2,4,6
/proc/30440/task/30447/stat : 30447 (priss) R 30439 30439 30400 0 -1 4202560 18348 0 0 0 284 6 0 0 20 0 5 0 497786655 496635904 63082 33554432000 4194304 5787044 140733646399872 18446744073709551615 4276259 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=30440/tid=30448] ppid=30439 vsize=484996 CPUtime=2.88 cores=0,2,4,6
/proc/30440/task/30448/stat : 30448 (priss) R 30439 30439 30400 0 -1 4202560 16445 0 0 0 282 6 0 0 20 0 5 0 497786657 496635904 63082 33554432000 4194304 5787044 140733646399872 18446744073709551615 4276271 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=30440/tid=30449] ppid=30439 vsize=484996 CPUtime=2.87 cores=0,2,4,6
/proc/30440/task/30449/stat : 30449 (priss) R 30439 30439 30400 0 -1 4202560 18050 0 0 0 280 7 0 0 20 0 5 0 497786660 496635904 63082 33554432000 4194304 5787044 140733646399872 18446744073709551615 4275940 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11.79
Current children cumulated vsize (KiB) 493696

[startup+6.30099 s]
/proc/loadavg: 4.18 4.41 5.68 9/188 30449
/proc/meminfo: memFree=25031304/32951124 swapFree=67111524/67111528
[pid=30439] ppid=30437 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/30439/stat : 30439 (priss.sh) S 30437 30439 30400 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 497786642 8908800 252 33554432000 4194304 4922060 140736051224432 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30439/statm: 2175 252 211 178 0 68 0
[pid=30440] ppid=30439 vsize=504708 CPUtime=24.57 cores=0,2,4,6
/proc/30440/stat : 30440 (priss) S 30439 30439 30400 0 -1 4202496 111052 0 0 0 2423 34 0 0 18 0 5 0 497786643 516820992 79693 33554432000 4194304 5787044 140733646399872 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/30440/statm: 126177 79693 418 389 0 121927 0
[pid=30440/tid=30446] ppid=30439 vsize=504708 CPUtime=6.14 cores=0,2,4,6
/proc/30440/task/30446/stat : 30446 (priss) R 30439 30439 30400 0 -1 4202560 23359 0 0 0 606 8 0 0 25 0 5 0 497786653 516820992 79693 33554432000 4194304 5787044 140733646399872 18446744073709551615 5585304 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=30440/tid=30447] ppid=30439 vsize=504708 CPUtime=6.08 cores=0,2,4,6
/proc/30440/task/30447/stat : 30447 (priss) R 30439 30439 30400 0 -1 4202560 23699 0 0 0 601 7 0 0 25 0 5 0 497786655 516820992 79693 33554432000 4194304 5787044 140733646399872 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=30440/tid=30448] ppid=30439 vsize=504708 CPUtime=6.09 cores=0,2,4,6
/proc/30440/task/30448/stat : 30448 (priss) R 30439 30439 30400 0 -1 4202560 19785 0 0 0 602 7 0 0 25 0 5 0 497786657 516820992 79693 33554432000 4194304 5787044 140733646399872 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=30440/tid=30449] ppid=30439 vsize=504708 CPUtime=6.07 cores=0,2,4,6
/proc/30440/task/30449/stat : 30449 (priss) R 30439 30439 30400 0 -1 4202560 30585 0 0 0 598 9 0 0 25 0 5 0 497786660 516820992 79693 33554432000 4194304 5787044 140733646399872 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 24.57
Current children cumulated vsize (KiB) 513408

[startup+12.7068 s]
/proc/loadavg: 4.48 4.47 5.69 9/188 30449
/proc/meminfo: memFree=25019996/32951124 swapFree=67111524/67111528
[pid=30439] ppid=30437 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/30439/stat : 30439 (priss.sh) S 30437 30439 30400 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 497786642 8908800 252 33554432000 4194304 4922060 140736051224432 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30439/statm: 2175 252 211 178 0 68 0
[pid=30440] ppid=30439 vsize=504708 CPUtime=50.15 cores=0,2,4,6
/proc/30440/stat : 30440 (priss) S 30439 30439 30400 0 -1 4202496 115029 0 0 0 4979 36 0 0 18 0 5 0 497786643 516820992 80416 33554432000 4194304 5787044 140733646399872 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/30440/statm: 126177 80416 418 389 0 121927 0
[pid=30440/tid=30446] ppid=30439 vsize=504708 CPUtime=12.54 cores=0,2,4,6
/proc/30440/task/30446/stat : 30446 (priss) R 30439 30439 30400 0 -1 4202560 23487 0 0 0 1246 8 0 0 25 0 5 0 497786653 516820992 80416 33554432000 4194304 5787044 140733646399872 18446744073709551615 5591342 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=30440/tid=30447] ppid=30439 vsize=504708 CPUtime=12.45 cores=0,2,4,6
/proc/30440/task/30447/stat : 30447 (priss) R 30439 30439 30400 0 -1 4202560 23814 0 0 0 1238 7 0 0 25 0 5 0 497786655 516820992 80416 33554432000 4194304 5787044 140733646399872 18446744073709551615 4220275 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=30440/tid=30448] ppid=30439 vsize=504708 CPUtime=12.49 cores=0,2,4,6
/proc/30440/task/30448/stat : 30448 (priss) R 30439 30439 30400 0 -1 4202560 19927 0 0 0 1242 7 0 0 25 0 5 0 497786657 516820992 80416 33554432000 4194304 5787044 140733646399872 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=30440/tid=30449] ppid=30439 vsize=504708 CPUtime=12.47 cores=0,2,4,6
/proc/30440/task/30449/stat : 30449 (priss) R 30439 30439 30400 0 -1 4202560 34177 0 0 0 1237 10 0 0 25 0 5 0 497786660 516820992 80416 33554432000 4194304 5787044 140733646399872 18446744073709551615 4238565 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.15
Current children cumulated vsize (KiB) 513408

[startup+25.5005 s]
/proc/loadavg: 5.02 4.58 5.71 9/188 30449
/proc/meminfo: memFree=25001184/32951124 swapFree=67111524/67111528
[pid=30439] ppid=30437 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/30439/stat : 30439 (priss.sh) S 30437 30439 30400 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 497786642 8908800 252 33554432000 4194304 4922060 140736051224432 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30439/statm: 2175 252 211 178 0 68 0
[pid=30440] ppid=30439 vsize=505764 CPUtime=101.25 cores=0,2,4,6
/proc/30440/stat : 30440 (priss) S 30439 30439 30400 0 -1 4202496 117454 0 0 0 10088 37 0 0 18 0 5 0 497786643 517902336 82841 33554432000 4194304 5787044 140733646399872 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/30440/statm: 126441 82841 418 389 0 122191 0
[pid=30440/tid=30446] ppid=30439 vsize=505764 CPUtime=25.34 cores=0,2,4,6
/proc/30440/task/30446/stat : 30446 (priss) R 30439 30439 30400 0 -1 4202560 23932 0 0 0 2525 9 0 0 25 0 5 0 497786653 517902336 82841 33554432000 4194304 5787044 140733646399872 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=30440/tid=30447] ppid=30439 vsize=505764 CPUtime=25.18 cores=0,2,4,6
/proc/30440/task/30447/stat : 30447 (priss) R 30439 30439 30400 0 -1 4202560 23909 0 0 0 2510 8 0 0 25 0 5 0 497786655 517902336 82841 33554432000 4194304 5787044 140733646399872 18446744073709551615 5585216 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=30440/tid=30448] ppid=30439 vsize=505764 CPUtime=25.28 cores=0,2,4,6
/proc/30440/task/30448/stat : 30448 (priss) R 30439 30439 30400 0 -1 4202560 20368 0 0 0 2521 7 0 0 25 0 5 0 497786657 517902336 82841 33554432000 4194304 5787044 140733646399872 18446744073709551615 5591488 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=30440/tid=30449] ppid=30439 vsize=505764 CPUtime=25.26 cores=0,2,4,6
/proc/30440/task/30449/stat : 30449 (priss) R 30439 30439 30400 0 -1 4202560 35621 0 0 0 2516 10 0 0 25 0 5 0 497786660 517902336 82841 33554432000 4194304 5787044 140733646399872 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.25
Current children cumulated vsize (KiB) 514464

[startup+51.1007 s]
/proc/loadavg: 6.26 4.92 5.79 9/188 30450
/proc/meminfo: memFree=24954596/32951124 swapFree=67111524/67111528
[pid=30439] ppid=30437 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/30439/stat : 30439 (priss.sh) S 30437 30439 30400 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 497786642 8908800 252 33554432000 4194304 4922060 140736051224432 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30439/statm: 2175 252 211 178 0 68 0
[pid=30440] ppid=30439 vsize=510188 CPUtime=203.53 cores=0,2,4,6
/proc/30440/stat : 30440 (priss) S 30439 30439 30400 0 -1 4202496 123017 0 0 0 20311 42 0 0 18 0 5 0 497786643 522432512 88404 33554432000 4194304 5787044 140733646399872 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/30440/statm: 127547 88404 418 389 0 123297 0
[pid=30440/tid=30446] ppid=30439 vsize=510188 CPUtime=50.94 cores=0,2,4,6
/proc/30440/task/30446/stat : 30446 (priss) R 30439 30439 30400 0 -1 4202560 25136 0 0 0 5085 9 0 0 25 0 5 0 497786653 522432512 88404 33554432000 4194304 5787044 140733646399872 18446744073709551615 5585308 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=30440/tid=30447] ppid=30439 vsize=510188 CPUtime=50.64 cores=0,2,4,6
/proc/30440/task/30447/stat : 30447 (priss) R 30439 30439 30400 0 -1 4202560 25186 0 0 0 5055 9 0 0 25 0 5 0 497786655 522432512 88404 33554432000 4194304 5787044 140733646399872 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=30440/tid=30448] ppid=30439 vsize=510188 CPUtime=50.88 cores=0,2,4,6
/proc/30440/task/30448/stat : 30448 (priss) R 30439 30439 30400 0 -1 4202560 21867 0 0 0 5079 9 0 0 25 0 5 0 497786657 522432512 88404 33554432000 4194304 5787044 140733646399872 18446744073709551615 5592012 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=30440/tid=30449] ppid=30439 vsize=510188 CPUtime=50.86 cores=0,2,4,6
/proc/30440/task/30449/stat : 30449 (priss) R 30439 30439 30400 0 -1 4202560 37204 0 0 0 5074 12 0 0 25 0 5 0 497786660 522432512 88404 33554432000 4194304 5787044 140733646399872 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.53
Current children cumulated vsize (KiB) 518888

[startup+102.3 s]
/proc/loadavg: 7.32 5.41 5.91 9/188 30451
/proc/meminfo: memFree=24876572/32951124 swapFree=67111524/67111528
[pid=30439] ppid=30437 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/30439/stat : 30439 (priss.sh) S 30437 30439 30400 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 497786642 8908800 252 33554432000 4194304 4922060 140736051224432 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30439/statm: 2175 252 211 178 0 68 0
[pid=30440] ppid=30439 vsize=525384 CPUtime=408 cores=0,2,4,6
/proc/30440/stat : 30440 (priss) S 30439 30439 30400 0 -1 4202496 131739 0 0 0 40750 50 0 0 18 0 5 0 497786643 537993216 97058 33554432000 4194304 5787044 140733646399872 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/30440/statm: 131346 97058 418 389 0 127096 0
[pid=30440/tid=30446] ppid=30439 vsize=525384 CPUtime=102.13 cores=0,2,4,6
/proc/30440/task/30446/stat : 30446 (priss) R 30439 30439 30400 0 -1 4202560 28003 0 0 0 10202 11 0 0 25 0 5 0 497786653 537993216 97058 33554432000 4194304 5787044 140733646399872 18446744073709551615 5591564 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=30440/tid=30447] ppid=30439 vsize=525384 CPUtime=101.55 cores=0,2,4,6
/proc/30440/task/30447/stat : 30447 (priss) R 30439 30439 30400 0 -1 4202560 26828 0 0 0 10145 10 0 0 25 0 5 0 497786655 537993216 97058 33554432000 4194304 5787044 140733646399872 18446744073709551615 5588249 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=30440/tid=30448] ppid=30439 vsize=525384 CPUtime=102.08 cores=0,2,4,6
/proc/30440/task/30448/stat : 30448 (priss) R 30439 30439 30400 0 -1 4202560 24482 0 0 0 10197 11 0 0 25 0 5 0 497786657 537993216 97058 33554432000 4194304 5787044 140733646399872 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=30440/tid=30449] ppid=30439 vsize=525384 CPUtime=102.05 cores=0,2,4,6
/proc/30440/task/30449/stat : 30449 (priss) R 30439 30439 30400 0 -1 4202560 38802 0 0 0 10190 15 0 0 25 0 5 0 497786660 537993216 97058 33554432000 4194304 5787044 140733646399872 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408
Current children cumulated vsize (KiB) 534084

[startup+162.307 s]
/proc/loadavg: 7.89 5.91 6.05 9/188 30453
/proc/meminfo: memFree=24795324/32951124 swapFree=67111524/67111528
[pid=30439] ppid=30437 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/30439/stat : 30439 (priss.sh) S 30437 30439 30400 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 497786642 8908800 252 33554432000 4194304 4922060 140736051224432 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30439/statm: 2175 252 211 178 0 68 0
[pid=30440] ppid=30439 vsize=594640 CPUtime=647.68 cores=0,2,4,6

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

/proc/30440/task/30447/stat : 30447 (priss) R 30439 30439 30400 0 -1 4202560 46837 0 0 0 88101 37 0 0 25 0 5 0 497786655 932724736 179054 33554432000 4194304 5787044 140733646399872 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=30440/tid=30448] ppid=30439 vsize=910864 CPUtime=882.05 cores=0,2,4,6
/proc/30440/task/30448/stat : 30448 (priss) R 30439 30439 30400 0 -1 4202560 38545 0 0 0 88178 27 0 0 25 0 5 0 497786657 932724736 179054 33554432000 4194304 5787044 140733646399872 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=30440/tid=30449] ppid=30439 vsize=910864 CPUtime=877.9 cores=0,2,4,6
/proc/30440/task/30449/stat : 30449 (priss) R 30439 30439 30400 0 -1 4202560 66279 0 0 0 87744 46 0 0 25 0 5 0 497786660 932724736 179054 33554432000 4194304 5787044 140733646399872 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3523.64
Current children cumulated vsize (KiB) 919564

[startup+942.3 s]
/proc/loadavg: 8.11 7.94 7.20 9/188 30474
/proc/meminfo: memFree=24215104/32951124 swapFree=67111524/67111528
[pid=30439] ppid=30437 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/30439/stat : 30439 (priss.sh) S 30437 30439 30400 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 497786642 8908800 252 33554432000 4194304 4922060 140736051224432 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30439/statm: 2175 252 211 178 0 68 0
[pid=30440] ppid=30439 vsize=911164 CPUtime=3763.3 cores=0,2,4,6
/proc/30440/stat : 30440 (priss) S 30439 30439 30400 0 -1 4202496 216698 0 0 0 376180 150 0 0 18 0 5 0 497786643 933031936 180345 33554432000 4194304 5787044 140733646399872 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/30440/statm: 227791 180345 418 389 0 223541 0
[pid=30440/tid=30446] ppid=30439 vsize=911164 CPUtime=942.12 cores=0,2,4,6
/proc/30440/task/30446/stat : 30446 (priss) R 30439 30439 30400 0 -1 4202560 51150 0 0 0 94176 36 0 0 25 0 5 0 497786653 933031936 180345 33554432000 4194304 5787044 140733646399872 18446744073709551615 5591760 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=30440/tid=30447] ppid=30439 vsize=911164 CPUtime=941.37 cores=0,2,4,6
/proc/30440/task/30447/stat : 30447 (priss) R 30439 30439 30400 0 -1 4202560 46918 0 0 0 94100 37 0 0 25 0 5 0 497786655 933031936 180345 33554432000 4194304 5787044 140733646399872 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=30440/tid=30448] ppid=30439 vsize=911164 CPUtime=942.04 cores=0,2,4,6
/proc/30440/task/30448/stat : 30448 (priss) R 30439 30439 30400 0 -1 4202560 38643 0 0 0 94177 27 0 0 25 0 5 0 497786657 933031936 180345 33554432000 4194304 5787044 140733646399872 18446744073709551615 4254900 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=30440/tid=30449] ppid=30439 vsize=911164 CPUtime=937.57 cores=0,2,4,6
/proc/30440/task/30449/stat : 30449 (priss) R 30439 30439 30400 0 -1 4202560 66363 0 0 0 93710 47 0 0 25 0 5 0 497786660 933031936 180345 33554432000 4194304 5787044 140733646399872 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3763.3
Current children cumulated vsize (KiB) 919864

[startup+1002.3 s]
/proc/loadavg: 8.37 8.03 7.27 10/189 30478
/proc/meminfo: memFree=24148920/32951124 swapFree=67111524/67111528
[pid=30439] ppid=30437 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/30439/stat : 30439 (priss.sh) S 30437 30439 30400 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 497786642 8908800 252 33554432000 4194304 4922060 140736051224432 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30439/statm: 2175 252 211 178 0 68 0
[pid=30440] ppid=30439 vsize=915516 CPUtime=4002.74 cores=0,2,4,6
/proc/30440/stat : 30440 (priss) S 30439 30439 30400 0 -1 4202496 223284 0 0 0 400116 158 0 0 18 0 5 0 497786643 937488384 186931 33554432000 4194304 5787044 140733646399872 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/30440/statm: 228879 186931 418 389 0 224629 0
[pid=30440/tid=30446] ppid=30439 vsize=915516 CPUtime=1002.13 cores=0,2,4,6
/proc/30440/task/30446/stat : 30446 (priss) R 30439 30439 30400 0 -1 4202560 53033 0 0 0 100172 41 0 0 25 0 5 0 497786653 937488384 186931 33554432000 4194304 5787044 140733646399872 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=30440/tid=30447] ppid=30439 vsize=915516 CPUtime=1001.14 cores=0,2,4,6
/proc/30440/task/30447/stat : 30447 (priss) R 30439 30439 30400 0 -1 4202560 47970 0 0 0 100077 37 0 0 25 0 5 0 497786655 937488384 186931 33554432000 4194304 5787044 140733646399872 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=30440/tid=30448] ppid=30439 vsize=915516 CPUtime=1002.04 cores=0,2,4,6
/proc/30440/task/30448/stat : 30448 (priss) R 30439 30439 30400 0 -1 4202560 39458 0 0 0 100177 27 0 0 25 0 5 0 497786657 937488384 186931 33554432000 4194304 5787044 140733646399872 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=30440/tid=30449] ppid=30439 vsize=915516 CPUtime=997.24 cores=0,2,4,6
/proc/30440/task/30449/stat : 30449 (priss) R 30439 30439 30400 0 -1 4202560 69199 0 0 0 99674 50 0 0 25 0 5 0 497786660 937488384 186931 33554432000 4194304 5787044 140733646399872 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4002.74
Current children cumulated vsize (KiB) 924216

[startup+1062.3 s]
/proc/loadavg: 8.31 8.08 7.33 9/188 30480
/proc/meminfo: memFree=24107748/32951124 swapFree=67111524/67111528
[pid=30439] ppid=30437 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/30439/stat : 30439 (priss.sh) S 30437 30439 30400 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 497786642 8908800 252 33554432000 4194304 4922060 140736051224432 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30439/statm: 2175 252 211 178 0 68 0
[pid=30440] ppid=30439 vsize=981052 CPUtime=4241.78 cores=0,2,4,6
/proc/30440/stat : 30440 (priss) S 30439 30439 30400 0 -1 4202496 231082 0 0 0 424011 167 0 0 18 0 5 0 497786643 1004597248 194729 33554432000 4194304 5787044 140733646399872 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/30440/statm: 245263 194729 418 389 0 241013 0
[pid=30440/tid=30446] ppid=30439 vsize=981052 CPUtime=1062.12 cores=0,2,4,6
/proc/30440/task/30446/stat : 30446 (priss) R 30439 30439 30400 0 -1 4202560 55551 0 0 0 106167 45 0 0 25 0 5 0 497786653 1004597248 194729 33554432000 4194304 5787044 140733646399872 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=30440/tid=30447] ppid=30439 vsize=981052 CPUtime=1060.5 cores=0,2,4,6
/proc/30440/task/30447/stat : 30447 (priss) R 30439 30439 30400 0 -1 4202560 47999 0 0 0 106013 37 0 0 25 0 5 0 497786655 1004597248 194729 33554432000 4194304 5787044 140733646399872 18446744073709551615 5591239 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=30440/tid=30448] ppid=30439 vsize=981052 CPUtime=1062.03 cores=0,2,4,6
/proc/30440/task/30448/stat : 30448 (priss) R 30439 30439 30400 0 -1 4202560 40171 0 0 0 106175 28 0 0 25 0 5 0 497786657 1004597248 194729 33554432000 4194304 5787044 140733646399872 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=30440/tid=30449] ppid=30439 vsize=981052 CPUtime=1056.92 cores=0,2,4,6
/proc/30440/task/30449/stat : 30449 (priss) R 30439 30439 30400 0 -1 4202560 73737 0 0 0 105639 53 0 0 25 0 5 0 497786660 1004597248 194729 33554432000 4194304 5787044 140733646399872 18446744073709551615 5527147 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4241.78
Current children cumulated vsize (KiB) 989752

[startup+1122.3 s]
/proc/loadavg: 8.18 8.08 7.38 9/188 30481
/proc/meminfo: memFree=24051288/32951124 swapFree=67111524/67111528
[pid=30439] ppid=30437 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/30439/stat : 30439 (priss.sh) S 30437 30439 30400 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 497786642 8908800 252 33554432000 4194304 4922060 140736051224432 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30439/statm: 2175 252 211 178 0 68 0
[pid=30440] ppid=30439 vsize=1052212 CPUtime=4481.45 cores=0,2,4,6
/proc/30440/stat : 30440 (priss) S 30439 30439 30400 0 -1 4202496 238252 0 0 0 447970 175 0 0 18 0 5 0 497786643 1077465088 201899 33554432000 4194304 5787044 140733646399872 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/30440/statm: 263053 201899 418 389 0 258803 0
[pid=30440/tid=30446] ppid=30439 vsize=1052212 CPUtime=1122.13 cores=0,2,4,6
/proc/30440/task/30446/stat : 30446 (priss) R 30439 30439 30400 0 -1 4202560 56968 0 0 0 112166 47 0 0 25 0 5 0 497786653 1077465088 201899 33554432000 4194304 5787044 140733646399872 18446744073709551615 5591751 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=30440/tid=30447] ppid=30439 vsize=1052212 CPUtime=1120.49 cores=0,2,4,6
/proc/30440/task/30447/stat : 30447 (priss) R 30439 30439 30400 0 -1 4202560 48551 0 0 0 112012 37 0 0 25 0 5 0 497786655 1077465088 201899 33554432000 4194304 5787044 140733646399872 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=30440/tid=30448] ppid=30439 vsize=1052212 CPUtime=1122.03 cores=0,2,4,6
/proc/30440/task/30448/stat : 30448 (priss) R 30439 30439 30400 0 -1 4202560 42021 0 0 0 112172 31 0 0 25 0 5 0 497786657 1077465088 201899 33554432000 4194304 5787044 140733646399872 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=30440/tid=30449] ppid=30439 vsize=1052212 CPUtime=1116.6 cores=0,2,4,6
/proc/30440/task/30449/stat : 30449 (priss) R 30439 30439 30400 0 -1 4202560 77088 0 0 0 111603 57 0 0 25 0 5 0 497786660 1077465088 201899 33554432000 4194304 5787044 140733646399872 18446744073709551615 5528368 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4481.45
Current children cumulated vsize (KiB) 1060912

[startup+1182.3 s]
/proc/loadavg: 8.18 8.09 7.42 9/188 30483
/proc/meminfo: memFree=23994180/32951124 swapFree=67111524/67111528
[pid=30439] ppid=30437 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/30439/stat : 30439 (priss.sh) S 30437 30439 30400 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 497786642 8908800 252 33554432000 4194304 4922060 140736051224432 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30439/statm: 2175 252 211 178 0 68 0
[pid=30440] ppid=30439 vsize=1060452 CPUtime=4721.08 cores=0,2,4,6
/proc/30440/stat : 30440 (priss) S 30439 30439 30400 0 -1 4202496 245956 0 0 0 471917 191 0 0 18 0 5 0 497786643 1085902848 209153 33554432000 4194304 5787044 140733646399872 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/30440/statm: 265113 209153 418 389 0 260863 0
[pid=30440/tid=30446] ppid=30439 vsize=1060452 CPUtime=1182.13 cores=0,2,4,6
/proc/30440/task/30446/stat : 30446 (priss) R 30439 30439 30400 0 -1 4202560 59009 0 0 0 118164 49 0 0 25 0 5 0 497786653 1085902848 209153 33554432000 4194304 5787044 140733646399872 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=30440/tid=30447] ppid=30439 vsize=1060452 CPUtime=1180.49 cores=0,2,4,6
/proc/30440/task/30447/stat : 30447 (priss) R 30439 30439 30400 0 -1 4202560 48639 0 0 0 118012 37 0 0 25 0 5 0 497786655 1085902848 209153 33554432000 4194304 5787044 140733646399872 18446744073709551615 4220930 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=30440/tid=30448] ppid=30439 vsize=1060452 CPUtime=1182.02 cores=0,2,4,6
/proc/30440/task/30448/stat : 30448 (priss) R 30439 30439 30400 0 -1 4202560 44374 0 0 0 118164 38 0 0 25 0 5 0 497786657 1085902848 209153 33554432000 4194304 5787044 140733646399872 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=30440/tid=30449] ppid=30439 vsize=1060452 CPUtime=1176.25 cores=0,2,4,6
/proc/30440/task/30449/stat : 30449 (priss) R 30439 30439 30400 0 -1 4202560 80310 0 0 0 117561 64 0 0 25 0 5 0 497786660 1085902848 209153 33554432000 4194304 5787044 140733646399872 18446744073709551615 5524613 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4721.08
Current children cumulated vsize (KiB) 1069152



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.1 s]
/proc/loadavg: 8.13 8.08 7.44 5/181 30485
/proc/meminfo: memFree=24765376/32951124 swapFree=67111524/67111528
[pid=30439] ppid=30437 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/30439/stat : 30439 (priss.sh) S 30437 30439 30400 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 497786642 8908800 252 33554432000 4194304 4922060 140736051224432 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30439/statm: 2175 252 211 178 0 68 0
[pid=30440] ppid=30439 vsize=1060452 CPUtime=4800.19 cores=0,2,4,6
/proc/30440/stat : 30440 (priss) S 30439 30439 30400 0 -1 4202496 246035 0 0 0 479828 191 0 0 18 0 5 0 497786643 1085902848 209232 33554432000 4194304 5787044 140733646399872 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/30440/statm: 265113 209232 418 389 0 260863 0
[pid=30440/tid=30446] ppid=30439 vsize=1060452 CPUtime=1201.94 cores=0,2,4,6
/proc/30440/task/30446/stat : 30446 (priss) R 30439 30439 30400 0 -1 4202560 59057 0 0 0 120145 49 0 0 25 0 5 0 497786653 1085902848 209232 33554432000 4194304 5787044 140733646399872 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=30440/tid=30447] ppid=30439 vsize=1060452 CPUtime=1200.29 cores=0,2,4,6
/proc/30440/task/30447/stat : 30447 (priss) R 30439 30439 30400 0 -1 4202560 48670 0 0 0 119992 37 0 0 25 0 5 0 497786655 1085902848 209232 33554432000 4194304 5787044 140733646399872 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=30440/tid=30448] ppid=30439 vsize=1060452 CPUtime=1201.83 cores=0,2,4,6
/proc/30440/task/30448/stat : 30448 (priss) R 30439 30439 30400 0 -1 4202560 44374 0 0 0 120145 38 0 0 25 0 5 0 497786657 1085902848 209232 33554432000 4194304 5787044 140733646399872 18446744073709551615 5588000 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=30440/tid=30449] ppid=30439 vsize=1060452 CPUtime=1195.94 cores=0,2,4,6
/proc/30440/task/30449/stat : 30449 (priss) R 30439 30439 30400 0 -1 4202560 80310 0 0 0 119530 64 0 0 25 0 5 0 497786660 1085902848 209232 33554432000 4194304 5787044 140733646399872 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 1069152

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.13 8.08 7.44 5/181 30485
/proc/meminfo: memFree=24765376/32951124 swapFree=67111524/67111528
[pid=30439] ppid=30437 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/30439/stat : 30439 (priss.sh) S 30437 30439 30400 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 497786642 8908800 252 33554432000 4194304 4922060 140736051224432 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30439/statm: 2175 252 211 178 0 68 0
[pid=30440] ppid=30439 vsize=1060452 CPUtime=4800.19 cores=0,2,4,6
/proc/30440/stat : 30440 (priss) S 30439 30439 30400 0 -1 4202496 246035 0 0 0 479828 191 0 0 18 0 5 0 497786643 1085902848 209232 33554432000 4194304 5787044 140733646399872 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/30440/statm: 265113 209232 418 389 0 260863 0
[pid=30440/tid=30446] ppid=30439 vsize=1060452 CPUtime=1201.94 cores=0,2,4,6
/proc/30440/task/30446/stat : 30446 (priss) R 30439 30439 30400 0 -1 4202560 59057 0 0 0 120145 49 0 0 25 0 5 0 497786653 1085902848 209232 33554432000 4194304 5787044 140733646399872 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=30440/tid=30447] ppid=30439 vsize=1060452 CPUtime=1200.29 cores=0,2,4,6
/proc/30440/task/30447/stat : 30447 (priss) R 30439 30439 30400 0 -1 4202560 48670 0 0 0 119992 37 0 0 25 0 5 0 497786655 1085902848 209232 33554432000 4194304 5787044 140733646399872 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=30440/tid=30448] ppid=30439 vsize=1060452 CPUtime=1201.83 cores=0,2,4,6
/proc/30440/task/30448/stat : 30448 (priss) R 30439 30439 30400 0 -1 4202560 44374 0 0 0 120145 38 0 0 25 0 5 0 497786657 1085902848 209232 33554432000 4194304 5787044 140733646399872 18446744073709551615 5588000 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=30440/tid=30449] ppid=30439 vsize=1060452 CPUtime=1195.94 cores=0,2,4,6
/proc/30440/task/30449/stat : 30449 (priss) R 30439 30439 30400 0 -1 4202560 80310 0 0 0 119530 64 0 0 25 0 5 0 497786660 1085902848 209232 33554432000 4194304 5787044 140733646399872 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 1069152

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30439 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): 1202.12
CPU time (s): 4800.19
CPU user time (s): 4798.28
CPU system time (s): 1.91
CPU usage (%): 399.311
Max. virtual memory (cumulated for all children) (KiB): 1069152

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= 4
involuntary context switches= 2

runsolver used 1.80572 second user time and 4.76028 second system time

The end

Launcher Data

Begin job on node147 at 2011-04-29 07:08:27
IDJOB=3289435
IDBENCH=83123
IDSOLVER=1603
FILE ID=node147/3289435-1304053707
RUNJOBID= node147-1304053707-30418
PBS_JOBID= 13170424
Free space on /tmp= 72648 MiB

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

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

MD5SUM BENCH= 005e29e99454a24085199b085e720b2f
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:      25597596 kB
Buffers:       1025756 kB
Cached:        5810804 kB
SwapCached:          4 kB
Active:        1300008 kB
Inactive:      5606880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25597596 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           11760 kB
Writeback:           0 kB
AnonPages:       70188 kB
Mapped:          14816 kB
Slab:           381328 kB
PageTables:       4900 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   208452 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= 72652 MiB
End job on node147 at 2011-04-29 07:28:32