Trace number 3289343

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

General information on the benchmark

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

Solver Data

0.00/0.00	c *****************************************************
0.00/0.00	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.00	c *   This program may be redistributed or modified   *
0.00/0.00	c * under the terms of the GNU General Public License *
0.00/0.00	c *****************************************************
0.00/0.00	c process id: 17398
0.00/0.09	c parsetime: 92374us
0.00/0.09	c parsed 302862 clauses with 94998 variables
0.00/0.11	c NW started thread 0 successfully (1085184320)
0.00/0.13	c NW started thread 1 successfully (1116952896)
0.00/0.16	c NW started thread 2 successfully (1095674176)
0.00/0.19	c NW started thread 3 successfully (1106164032)
15.84/4.18	c preprocessor returned 94998 variables
15.84/4.18	c preprocessing returned UNKNOWN
15.84/4.18	c PP set 3646 variables
15.84/4.18	c pp time: 4046202us (4s)
15.84/4.19	c preprocessor returned 94998 variables
15.84/4.19	c preprocessing returned UNKNOWN
15.84/4.19	c PP set 3646 variables
15.84/4.19	c pp time: 3980330us (3s)
15.84/4.19	c preprocessor returned 94998 variables
15.84/4.19	c preprocessing returned UNKNOWN
15.84/4.19	c PP set 3646 variables
15.84/4.19	c pp time: 4010844us (4s)
16.24/4.21	c preprocessor returned 94998 variables
16.24/4.21	c preprocessing returned UNKNOWN
16.24/4.21	c PP set 3646 variables
16.24/4.21	c pp time: 4053254us (4s)
17.04/4.46	c HTE
17.44/4.54	c subsumption
17.84/4.66	c simplified formula contains 0 unit clauses
18.64/4.81	c HTE
18.64/4.89	c subsumption
19.06/5.00	c simplified formula contains 0 unit clauses
21.83/5.69	c added unsatisfied clause
21.83/5.69	c failed to add network clauses
50.21/12.72	c HTE
50.58/12.85	c subsumption
50.98/12.99	c simplified formula contains 0 unit clauses
1030.02/258.04	c added unsatisfied clause
1030.02/258.04	c failed to add network clauses
3918.03/981.09	c HTE
4089.00/1023.81	c subsumption

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-3289343-1304053459/watcher-3289343-1304053459 -o /tmp/evaluation-result-3289343-1304053459/solver-3289343-1304053459 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3289343-1304053459.cnf 1358715023 4800 15500 4 

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

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


[startup+0 s]
/proc/loadavg: 8.14 8.10 7.98 6/182 17397
/proc/meminfo: memFree=16145228/32951124 swapFree=67111528/67111528
[pid=17397] ppid=17395 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17397/stat : 17397 (priss.sh) S 17395 17397 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595576464 8908800 251 33554432000 4194304 4922060 140733878935008 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17397/statm: 2175 251 211 178 0 68 0

[startup+0.075916 s]
/proc/loadavg: 8.14 8.10 7.98 6/182 17397
/proc/meminfo: memFree=16145228/32951124 swapFree=67111528/67111528
[pid=17397] ppid=17395 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17397/stat : 17397 (priss.sh) S 17395 17397 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595576464 8908800 251 33554432000 4194304 4922060 140733878935008 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17397/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100908 s]
/proc/loadavg: 8.14 8.10 7.98 6/182 17397
/proc/meminfo: memFree=16145228/32951124 swapFree=67111528/67111528
[pid=17397] ppid=17395 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17397/stat : 17397 (priss.sh) S 17395 17397 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595576464 8908800 251 33554432000 4194304 4922060 140733878935008 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17397/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.307926 s]
/proc/loadavg: 8.14 8.10 7.98 6/182 17397
/proc/meminfo: memFree=16145228/32951124 swapFree=67111528/67111528
[pid=17397] ppid=17395 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17397/stat : 17397 (priss.sh) S 17395 17397 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595576464 8908800 251 33554432000 4194304 4922060 140733878935008 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17397/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.18564 s]
/proc/loadavg: 8.14 8.10 7.98 6/182 17397
/proc/meminfo: memFree=16145228/32951124 swapFree=67111528/67111528
[pid=17397] ppid=17395 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17397/stat : 17397 (priss.sh) S 17395 17397 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595576464 8908800 251 33554432000 4194304 4922060 140733878935008 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17397/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50058 s]
/proc/loadavg: 8.14 8.10 7.98 6/182 17397
/proc/meminfo: memFree=16145228/32951124 swapFree=67111528/67111528
[pid=17397] ppid=17395 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17397/stat : 17397 (priss.sh) S 17395 17397 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595576464 8908800 251 33554432000 4194304 4922060 140733878935008 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17397/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10029 s]
/proc/loadavg: 8.14 8.10 7.98 9/188 17403
/proc/meminfo: memFree=15877836/32951124 swapFree=67111528/67111528
[pid=17397] ppid=17395 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17397/stat : 17397 (priss.sh) S 17395 17397 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595576464 8908800 251 33554432000 4194304 4922060 140733878935008 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17397/statm: 2175 251 211 178 0 68 0
[pid=17398] ppid=17397 vsize=473448 CPUtime=11.85 cores=0,2,4,6
/proc/17398/stat : 17398 (priss) S 17397 17397 15086 0 -1 4202496 87279 0 0 0 1158 27 0 0 21 0 5 0 595576464 484810752 66822 33554432000 4194304 5787044 140736093676544 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/17398/statm: 118362 66822 352 389 0 114112 0
[pid=17398/tid=17400] ppid=17397 vsize=473448 CPUtime=2.93 cores=0,2,4,6
/proc/17398/task/17400/stat : 17400 (priss) R 17397 17397 15086 0 -1 4202560 19204 0 0 0 287 6 0 0 20 0 5 0 595576476 484810752 66822 33554432000 4194304 5787044 140736093676544 18446744073709551615 4345944 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=17398/tid=17401] ppid=17397 vsize=473448 CPUtime=2.93 cores=0,2,4,6
/proc/17398/task/17401/stat : 17401 (priss) R 17397 17397 15086 0 -1 4202560 14687 0 0 0 288 5 0 0 20 0 5 0 595576478 484810752 66822 33554432000 4194304 5787044 140736093676544 18446744073709551615 4278467 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=17398/tid=17402] ppid=17397 vsize=473448 CPUtime=2.89 cores=0,2,4,6
/proc/17398/task/17402/stat : 17402 (priss) R 17397 17397 15086 0 -1 4202560 19106 0 0 0 282 7 0 0 19 0 5 0 595576480 484810752 66822 33554432000 4194304 5787044 140736093676544 18446744073709551615 4278498 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=17398/tid=17403] ppid=17397 vsize=473448 CPUtime=2.89 cores=0,2,4,6
/proc/17398/task/17403/stat : 17403 (priss) R 17397 17397 15086 0 -1 4202560 19530 0 0 0 283 6 0 0 19 0 5 0 595576483 484810752 66822 33554432000 4194304 5787044 140736093676544 18446744073709551615 4278701 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.85
Current children cumulated vsize (KiB) 482148

[startup+6.3007 s]
/proc/loadavg: 8.21 8.12 7.99 9/188 17403
/proc/meminfo: memFree=15807200/32951124 swapFree=67111528/67111528
[pid=17397] ppid=17395 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17397/stat : 17397 (priss.sh) S 17395 17397 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595576464 8908800 251 33554432000 4194304 4922060 140733878935008 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17397/statm: 2175 251 211 178 0 68 0
[pid=17398] ppid=17397 vsize=503072 CPUtime=24.62 cores=0,2,4,6
/proc/17398/stat : 17398 (priss) S 17397 17397 15086 0 -1 4202496 120799 0 0 0 2430 32 0 0 21 0 5 0 595576464 515145728 84370 33554432000 4194304 5787044 140736093676544 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/17398/statm: 125768 84370 418 389 0 121518 0
[pid=17398/tid=17400] ppid=17397 vsize=503072 CPUtime=6.11 cores=0,2,4,6
/proc/17398/task/17400/stat : 17400 (priss) R 17397 17397 15086 0 -1 4202560 26210 0 0 0 604 7 0 0 25 0 5 0 595576476 515145728 84370 33554432000 4194304 5787044 140736093676544 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=17398/tid=17401] ppid=17397 vsize=503072 CPUtime=6.13 cores=0,2,4,6
/proc/17398/task/17401/stat : 17401 (priss) R 17397 17397 15086 0 -1 4202560 20702 0 0 0 607 6 0 0 25 0 5 0 595576478 515145728 84370 33554432000 4194304 5787044 140736093676544 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=17398/tid=17402] ppid=17397 vsize=503072 CPUtime=6.1 cores=0,2,4,6
/proc/17398/task/17402/stat : 17402 (priss) R 17397 17397 15086 0 -1 4202560 24936 0 0 0 601 9 0 0 25 0 5 0 595576480 515145728 84370 33554432000 4194304 5787044 140736093676544 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=17398/tid=17403] ppid=17397 vsize=503072 CPUtime=6.08 cores=0,2,4,6
/proc/17398/task/17403/stat : 17403 (priss) R 17397 17397 15086 0 -1 4202560 34199 0 0 0 601 7 0 0 25 0 5 0 595576483 515145728 84370 33554432000 4194304 5787044 140736093676544 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.62
Current children cumulated vsize (KiB) 511772

[startup+12.7065 s]
/proc/loadavg: 8.19 8.12 7.99 9/188 17403
/proc/meminfo: memFree=15800408/32951124 swapFree=67111528/67111528
[pid=17397] ppid=17395 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17397/stat : 17397 (priss.sh) S 17395 17397 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595576464 8908800 251 33554432000 4194304 4922060 140733878935008 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17397/statm: 2175 251 211 178 0 68 0
[pid=17398] ppid=17397 vsize=504700 CPUtime=50.21 cores=0,2,4,6
/proc/17398/stat : 17398 (priss) S 17397 17397 15086 0 -1 4202496 123000 0 0 0 4988 33 0 0 21 0 5 0 595576464 516812800 86199 33554432000 4194304 5787044 140736093676544 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/17398/statm: 126175 86199 418 389 0 121925 0
[pid=17398/tid=17400] ppid=17397 vsize=504700 CPUtime=12.48 cores=0,2,4,6
/proc/17398/task/17400/stat : 17400 (priss) R 17397 17397 15086 0 -1 4202560 26223 0 0 0 1241 7 0 0 25 0 5 0 595576476 516812800 86199 33554432000 4194304 5787044 140736093676544 18446744073709551615 5586822 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=17398/tid=17401] ppid=17397 vsize=504700 CPUtime=12.53 cores=0,2,4,6
/proc/17398/task/17401/stat : 17401 (priss) R 17397 17397 15086 0 -1 4202560 21082 0 0 0 1247 6 0 0 25 0 5 0 595576478 516812800 86199 33554432000 4194304 5787044 140736093676544 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=17398/tid=17402] ppid=17397 vsize=504700 CPUtime=12.5 cores=0,2,4,6
/proc/17398/task/17402/stat : 17402 (priss) R 17397 17397 15086 0 -1 4202560 26168 0 0 0 1241 9 0 0 25 0 5 0 595576480 516812800 86199 33554432000 4194304 5787044 140736093676544 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=17398/tid=17403] ppid=17397 vsize=504700 CPUtime=12.49 cores=0,2,4,6
/proc/17398/task/17403/stat : 17403 (priss) R 17397 17397 15086 0 -1 4202560 34775 0 0 0 1242 7 0 0 25 0 5 0 595576483 516812800 86199 33554432000 4194304 5787044 140736093676544 18446744073709551615 4327075 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.21
Current children cumulated vsize (KiB) 513400

[startup+25.5012 s]
/proc/loadavg: 8.15 8.11 7.99 9/188 17403
/proc/meminfo: memFree=15789616/32951124 swapFree=67111528/67111528
[pid=17397] ppid=17395 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17397/stat : 17397 (priss.sh) S 17395 17397 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595576464 8908800 251 33554432000 4194304 4922060 140733878935008 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17397/statm: 2175 251 211 178 0 68 0
[pid=17398] ppid=17397 vsize=507412 CPUtime=101.32 cores=0,2,4,6
/proc/17398/stat : 17398 (priss) S 17397 17397 15086 0 -1 4202496 128578 0 0 0 10097 35 0 0 21 0 5 0 595576464 519589888 87947 33554432000 4194304 5787044 140736093676544 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/17398/statm: 126853 87947 418 389 0 122603 0
[pid=17398/tid=17400] ppid=17397 vsize=507412 CPUtime=25.21 cores=0,2,4,6
/proc/17398/task/17400/stat : 17400 (priss) R 17397 17397 15086 0 -1 4202560 27111 0 0 0 2514 7 0 0 25 0 5 0 595576476 519589888 87947 33554432000 4194304 5787044 140736093676544 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=17398/tid=17401] ppid=17397 vsize=507412 CPUtime=25.33 cores=0,2,4,6
/proc/17398/task/17401/stat : 17401 (priss) R 17397 17397 15086 0 -1 4202560 21477 0 0 0 2526 7 0 0 25 0 5 0 595576478 519589888 87947 33554432000 4194304 5787044 140736093676544 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=17398/tid=17402] ppid=17397 vsize=507412 CPUtime=25.29 cores=0,2,4,6
/proc/17398/task/17402/stat : 17402 (priss) R 17397 17397 15086 0 -1 4202560 26410 0 0 0 2520 9 0 0 25 0 5 0 595576480 519589888 87947 33554432000 4194304 5787044 140736093676544 18446744073709551615 5585240 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=17398/tid=17403] ppid=17397 vsize=507412 CPUtime=25.29 cores=0,2,4,6
/proc/17398/task/17403/stat : 17403 (priss) R 17397 17397 15086 0 -1 4202560 38828 0 0 0 2521 8 0 0 25 0 5 0 595576483 519589888 87947 33554432000 4194304 5787044 140736093676544 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.32
Current children cumulated vsize (KiB) 516112

[startup+51.1004 s]
/proc/loadavg: 8.10 8.10 7.99 9/188 17404
/proc/meminfo: memFree=15755984/32951124 swapFree=67111528/67111528
[pid=17397] ppid=17395 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17397/stat : 17397 (priss.sh) S 17395 17397 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595576464 8908800 251 33554432000 4194304 4922060 140733878935008 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17397/statm: 2175 251 211 178 0 68 0
[pid=17398] ppid=17397 vsize=511620 CPUtime=203.6 cores=0,2,4,6
/proc/17398/stat : 17398 (priss) S 17397 17397 15086 0 -1 4202496 133414 0 0 0 20321 39 0 0 21 0 5 0 595576464 523898880 92782 33554432000 4194304 5787044 140736093676544 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/17398/statm: 127905 92782 418 389 0 123655 0
[pid=17398/tid=17400] ppid=17397 vsize=511620 CPUtime=50.67 cores=0,2,4,6
/proc/17398/task/17400/stat : 17400 (priss) R 17397 17397 15086 0 -1 4202560 29352 0 0 0 5058 9 0 0 25 0 5 0 595576476 523898880 92782 33554432000 4194304 5787044 140736093676544 18446744073709551615 4238591 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=17398/tid=17401] ppid=17397 vsize=511620 CPUtime=50.93 cores=0,2,4,6
/proc/17398/task/17401/stat : 17401 (priss) R 17397 17397 15086 0 -1 4202560 22009 0 0 0 5085 8 0 0 25 0 5 0 595576478 523898880 92782 33554432000 4194304 5787044 140736093676544 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=17398/tid=17402] ppid=17397 vsize=511620 CPUtime=50.9 cores=0,2,4,6
/proc/17398/task/17402/stat : 17402 (priss) R 17397 17397 15086 0 -1 4202560 27368 0 0 0 5080 10 0 0 25 0 5 0 595576480 523898880 92782 33554432000 4194304 5787044 140736093676544 18446744073709551615 5590295 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=17398/tid=17403] ppid=17397 vsize=511620 CPUtime=50.88 cores=0,2,4,6
/proc/17398/task/17403/stat : 17403 (priss) R 17397 17397 15086 0 -1 4202560 39933 0 0 0 5080 8 0 0 25 0 5 0 595576483 523898880 92782 33554432000 4194304 5787044 140736093676544 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.6
Current children cumulated vsize (KiB) 520320

[startup+102.301 s]
/proc/loadavg: 8.12 8.11 8.00 9/188 17405
/proc/meminfo: memFree=15670404/32951124 swapFree=67111528/67111528
[pid=17397] ppid=17395 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17397/stat : 17397 (priss.sh) S 17395 17397 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595576464 8908800 251 33554432000 4194304 4922060 140733878935008 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17397/statm: 2175 251 211 178 0 68 0
[pid=17398] ppid=17397 vsize=517740 CPUtime=408.07 cores=0,2,4,6
/proc/17398/stat : 17398 (priss) S 17397 17397 15086 0 -1 4202496 142774 0 0 0 40761 46 0 0 21 0 5 0 595576464 530165760 102075 33554432000 4194304 5787044 140736093676544 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/17398/statm: 129435 102075 418 389 0 125185 0
[pid=17398/tid=17400] ppid=17397 vsize=517740 CPUtime=101.59 cores=0,2,4,6
/proc/17398/task/17400/stat : 17400 (priss) R 17397 17397 15086 0 -1 4202560 32617 0 0 0 10148 11 0 0 25 0 5 0 595576476 530165760 102075 33554432000 4194304 5787044 140736093676544 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=17398/tid=17401] ppid=17397 vsize=517740 CPUtime=102.12 cores=0,2,4,6
/proc/17398/task/17401/stat : 17401 (priss) R 17397 17397 15086 0 -1 4202560 22871 0 0 0 10203 9 0 0 25 0 5 0 595576478 530165760 102075 33554432000 4194304 5787044 140736093676544 18446744073709551615 5591097 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=17398/tid=17402] ppid=17397 vsize=517740 CPUtime=102.09 cores=0,2,4,6
/proc/17398/task/17402/stat : 17402 (priss) R 17397 17397 15086 0 -1 4202560 30309 0 0 0 10197 12 0 0 25 0 5 0 595576480 530165760 102075 33554432000 4194304 5787044 140736093676544 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=17398/tid=17403] ppid=17397 vsize=517740 CPUtime=102.07 cores=0,2,4,6
/proc/17398/task/17403/stat : 17403 (priss) R 17397 17397 15086 0 -1 4202560 42225 0 0 0 10197 10 0 0 25 0 5 0 595576483 530165760 102075 33554432000 4194304 5787044 140736093676544 18446744073709551615 5528408 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.07
Current children cumulated vsize (KiB) 526440

[startup+162.307 s]
/proc/loadavg: 8.11 8.12 8.01 9/188 17407
/proc/meminfo: memFree=15619172/32951124 swapFree=67111528/67111528
[pid=17397] ppid=17395 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17397/stat : 17397 (priss.sh) S 17395 17397 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595576464 8908800 251 33554432000 4194304 4922060 140733878935008 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17397/statm: 2175 251 211 178 0 68 0
[pid=17398] ppid=17397 vsize=656692 CPUtime=647.77 cores=0,2,4,6

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

/proc/17398/task/17401/stat : 17401 (priss) R 17397 17397 15086 0 -1 4202560 41124 0 0 0 82181 31 0 0 25 0 5 0 595576478 929247232 179222 33554432000 4194304 5787044 140736093676544 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=17398/tid=17402] ppid=17397 vsize=907468 CPUtime=822.09 cores=0,2,4,6
/proc/17398/task/17402/stat : 17402 (priss) R 17397 17397 15086 0 -1 4202560 53339 0 0 0 82173 36 0 0 25 0 5 0 595576480 929247232 179222 33554432000 4194304 5787044 140736093676544 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=17398/tid=17403] ppid=17397 vsize=907468 CPUtime=822.06 cores=0,2,4,6
/proc/17398/task/17403/stat : 17403 (priss) R 17397 17397 15086 0 -1 4202560 63119 0 0 0 82173 33 0 0 25 0 5 0 595576483 929247232 179222 33554432000 4194304 5787044 140736093676544 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3284.12
Current children cumulated vsize (KiB) 916168

[startup+882.301 s]
/proc/loadavg: 8.33 8.18 8.07 9/188 17459
/proc/meminfo: memFree=15813716/32951124 swapFree=67111528/67111528
[pid=17397] ppid=17395 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17397/stat : 17397 (priss.sh) S 17395 17397 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595576464 8908800 251 33554432000 4194304 4922060 140733878935008 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17397/statm: 2175 251 211 178 0 68 0
[pid=17398] ppid=17397 vsize=907468 CPUtime=3523.78 cores=0,2,4,6
/proc/17398/stat : 17398 (priss) S 17397 17397 15086 0 -1 4202496 221696 0 0 0 352246 132 0 0 21 0 5 0 595576464 929247232 179258 33554432000 4194304 5787044 140736093676544 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/17398/statm: 226867 179258 418 389 0 222617 0
[pid=17398/tid=17400] ppid=17397 vsize=907468 CPUtime=877.33 cores=0,2,4,6
/proc/17398/task/17400/stat : 17400 (priss) R 17397 17397 15086 0 -1 4202560 49328 0 0 0 87704 29 0 0 25 0 5 0 595576476 929247232 179258 33554432000 4194304 5787044 140736093676544 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=17398/tid=17401] ppid=17397 vsize=907468 CPUtime=882.11 cores=0,2,4,6
/proc/17398/task/17401/stat : 17401 (priss) R 17397 17397 15086 0 -1 4202560 41134 0 0 0 88180 31 0 0 25 0 5 0 595576478 929247232 179258 33554432000 4194304 5787044 140736093676544 18446744073709551615 5591024 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=17398/tid=17402] ppid=17397 vsize=907468 CPUtime=882.08 cores=0,2,4,6
/proc/17398/task/17402/stat : 17402 (priss) R 17397 17397 15086 0 -1 4202560 53348 0 0 0 88172 36 0 0 25 0 5 0 595576480 929247232 179258 33554432000 4194304 5787044 140736093676544 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=17398/tid=17403] ppid=17397 vsize=907468 CPUtime=882.05 cores=0,2,4,6
/proc/17398/task/17403/stat : 17403 (priss) R 17397 17397 15086 0 -1 4202560 63134 0 0 0 88172 33 0 0 25 0 5 0 595576483 929247232 179258 33554432000 4194304 5787044 140736093676544 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3523.78
Current children cumulated vsize (KiB) 916168

[startup+942.301 s]
/proc/loadavg: 8.18 8.16 8.07 9/188 17461
/proc/meminfo: memFree=15771992/32951124 swapFree=67111528/67111528
[pid=17397] ppid=17395 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17397/stat : 17397 (priss.sh) S 17395 17397 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595576464 8908800 251 33554432000 4194304 4922060 140733878935008 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17397/statm: 2175 251 211 178 0 68 0
[pid=17398] ppid=17397 vsize=973388 CPUtime=3763.44 cores=0,2,4,6
/proc/17398/stat : 17398 (priss) S 17397 17397 15086 0 -1 4202496 223983 0 0 0 376211 133 0 0 21 0 5 0 595576464 996749312 181545 33554432000 4194304 5787044 140736093676544 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/17398/statm: 243347 181545 418 389 0 239097 0
[pid=17398/tid=17400] ppid=17397 vsize=973388 CPUtime=937.05 cores=0,2,4,6
/proc/17398/task/17400/stat : 17400 (priss) R 17397 17397 15086 0 -1 4202560 50911 0 0 0 93676 29 0 0 25 0 5 0 595576476 996749312 181545 33554432000 4194304 5787044 140736093676544 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=17398/tid=17401] ppid=17397 vsize=973388 CPUtime=942.11 cores=0,2,4,6
/proc/17398/task/17401/stat : 17401 (priss) R 17397 17397 15086 0 -1 4202560 41181 0 0 0 94180 31 0 0 25 0 5 0 595576478 996749312 181545 33554432000 4194304 5787044 140736093676544 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=17398/tid=17402] ppid=17397 vsize=973388 CPUtime=942.08 cores=0,2,4,6
/proc/17398/task/17402/stat : 17402 (priss) R 17397 17397 15086 0 -1 4202560 53410 0 0 0 94172 36 0 0 25 0 5 0 595576480 996749312 181545 33554432000 4194304 5787044 140736093676544 18446744073709551615 4238565 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=17398/tid=17403] ppid=17397 vsize=973388 CPUtime=941.98 cores=0,2,4,6
/proc/17398/task/17403/stat : 17403 (priss) R 17397 17397 15086 0 -1 4202560 63729 0 0 0 94165 33 0 0 25 0 5 0 595576483 996749312 181545 33554432000 4194304 5787044 140736093676544 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3763.44
Current children cumulated vsize (KiB) 982088

[startup+1002.3 s]
/proc/loadavg: 8.13 8.15 8.07 9/188 17462
/proc/meminfo: memFree=15609656/32951124 swapFree=67111528/67111528
[pid=17397] ppid=17395 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17397/stat : 17397 (priss.sh) S 17395 17397 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595576464 8908800 251 33554432000 4194304 4922060 140733878935008 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17397/statm: 2175 251 211 178 0 68 0
[pid=17398] ppid=17397 vsize=1115512 CPUtime=4003.12 cores=0,2,4,6
/proc/17398/stat : 17398 (priss) S 17397 17397 15086 0 -1 4202496 262900 0 0 0 400167 145 0 0 21 0 5 0 595576464 1142284288 216703 33554432000 4194304 5787044 140736093676544 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/17398/statm: 278878 216703 418 389 0 274628 0
[pid=17398/tid=17400] ppid=17397 vsize=1115512 CPUtime=997.05 cores=0,2,4,6
/proc/17398/task/17400/stat : 17400 (priss) R 17397 17397 15086 0 -1 4202560 52078 0 0 0 99675 30 0 0 25 0 5 0 595576476 1142284288 216703 33554432000 4194304 5787044 140736093676544 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=17398/tid=17401] ppid=17397 vsize=1115512 CPUtime=1002.11 cores=0,2,4,6
/proc/17398/task/17401/stat : 17401 (priss) R 17397 17397 15086 0 -1 4202560 43688 0 0 0 100177 34 0 0 25 0 5 0 595576478 1142284288 216703 33554432000 4194304 5787044 140736093676544 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=17398/tid=17402] ppid=17397 vsize=1115512 CPUtime=1002.08 cores=0,2,4,6
/proc/17398/task/17402/stat : 17402 (priss) R 17397 17397 15086 0 -1 4202560 54059 0 0 0 100172 36 0 0 25 0 5 0 595576480 1142284288 216703 33554432000 4194304 5787044 140736093676544 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=17398/tid=17403] ppid=17397 vsize=1115512 CPUtime=1001.66 cores=0,2,4,6
/proc/17398/task/17403/stat : 17403 (priss) R 17397 17397 15086 0 -1 4202560 98323 0 0 0 100125 41 0 0 25 0 5 0 595576483 1142284288 216703 33554432000 4194304 5787044 140736093676544 18446744073709551615 4318956 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4003.12
Current children cumulated vsize (KiB) 1124212

[startup+1062.3 s]
/proc/loadavg: 8.10 8.13 8.07 9/188 17464
/proc/meminfo: memFree=15587440/32951124 swapFree=67111528/67111528
[pid=17397] ppid=17395 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17397/stat : 17397 (priss.sh) S 17395 17397 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595576464 8908800 251 33554432000 4194304 4922060 140733878935008 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17397/statm: 2175 251 211 178 0 68 0
[pid=17398] ppid=17397 vsize=1122808 CPUtime=4242.8 cores=0,2,4,6
/proc/17398/stat : 17398 (priss) S 17397 17397 15086 0 -1 4202496 266182 0 0 0 424133 147 0 0 21 0 5 0 595576464 1149755392 219985 33554432000 4194304 5787044 140736093676544 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/17398/statm: 280702 219985 418 389 0 276452 0
[pid=17398/tid=17400] ppid=17397 vsize=1122808 CPUtime=1057.05 cores=0,2,4,6
/proc/17398/task/17400/stat : 17400 (priss) R 17397 17397 15086 0 -1 4202560 53399 0 0 0 105674 31 0 0 25 0 5 0 595576476 1149755392 219985 33554432000 4194304 5787044 140736093676544 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=17398/tid=17401] ppid=17397 vsize=1122808 CPUtime=1062.12 cores=0,2,4,6
/proc/17398/task/17401/stat : 17401 (priss) R 17397 17397 15086 0 -1 4202560 44956 0 0 0 106177 35 0 0 25 0 5 0 595576478 1149755392 219985 33554432000 4194304 5787044 140736093676544 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=17398/tid=17402] ppid=17397 vsize=1122808 CPUtime=1062.08 cores=0,2,4,6
/proc/17398/task/17402/stat : 17402 (priss) R 17397 17397 15086 0 -1 4202560 54430 0 0 0 106172 36 0 0 25 0 5 0 595576480 1149755392 219985 33554432000 4194304 5787044 140736093676544 18446744073709551615 5591564 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=17398/tid=17403] ppid=17397 vsize=1122808 CPUtime=1061.33 cores=0,2,4,6
/proc/17398/task/17403/stat : 17403 (priss) R 17397 17397 15086 0 -1 4202560 98645 0 0 0 106092 41 0 0 25 0 5 0 595576483 1149755392 219985 33554432000 4194304 5787044 140736093676544 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4242.8
Current children cumulated vsize (KiB) 1131508

[startup+1122.3 s]
/proc/loadavg: 8.09 8.12 8.07 9/188 17465
/proc/meminfo: memFree=15538668/32951124 swapFree=67111528/67111528
[pid=17397] ppid=17395 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17397/stat : 17397 (priss.sh) S 17395 17397 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595576464 8908800 251 33554432000 4194304 4922060 140733878935008 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17397/statm: 2175 251 211 178 0 68 0
[pid=17398] ppid=17397 vsize=1134956 CPUtime=4482.48 cores=0,2,4,6
/proc/17398/stat : 17398 (priss) S 17397 17397 15086 0 -1 4202496 273028 0 0 0 448097 151 0 0 21 0 5 0 595576464 1162194944 226716 33554432000 4194304 5787044 140736093676544 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/17398/statm: 283739 226716 418 389 0 279489 0
[pid=17398/tid=17400] ppid=17397 vsize=1134956 CPUtime=1117.05 cores=0,2,4,6
/proc/17398/task/17400/stat : 17400 (priss) R 17397 17397 15086 0 -1 4202560 55426 0 0 0 111672 33 0 0 25 0 5 0 595576476 1162194944 226716 33554432000 4194304 5787044 140736093676544 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=17398/tid=17401] ppid=17397 vsize=1134956 CPUtime=1122.12 cores=0,2,4,6
/proc/17398/task/17401/stat : 17401 (priss) R 17397 17397 15086 0 -1 4202560 47275 0 0 0 112176 36 0 0 25 0 5 0 595576478 1162194944 226716 33554432000 4194304 5787044 140736093676544 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=17398/tid=17402] ppid=17397 vsize=1134956 CPUtime=1122.08 cores=0,2,4,6
/proc/17398/task/17402/stat : 17402 (priss) R 17397 17397 15086 0 -1 4202560 55672 0 0 0 112171 37 0 0 25 0 5 0 595576480 1162194944 226716 33554432000 4194304 5787044 140736093676544 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=17398/tid=17403] ppid=17397 vsize=1134956 CPUtime=1121.01 cores=0,2,4,6
/proc/17398/task/17403/stat : 17403 (priss) R 17397 17397 15086 0 -1 4202560 99903 0 0 0 112060 41 0 0 25 0 5 0 595576483 1162194944 226716 33554432000 4194304 5787044 140736093676544 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4482.48
Current children cumulated vsize (KiB) 1143656

[startup+1182.3 s]
/proc/loadavg: 8.08 8.11 8.07 9/188 17467
/proc/meminfo: memFree=15511124/32951124 swapFree=67111528/67111528
[pid=17397] ppid=17395 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17397/stat : 17397 (priss.sh) S 17395 17397 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595576464 8908800 251 33554432000 4194304 4922060 140733878935008 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17397/statm: 2175 251 211 178 0 68 0
[pid=17398] ppid=17397 vsize=1145132 CPUtime=4722.15 cores=0,2,4,6
/proc/17398/stat : 17398 (priss) S 17397 17397 15086 0 -1 4202496 279623 0 0 0 472059 156 0 0 21 0 5 0 595576464 1172615168 233055 33554432000 4194304 5787044 140736093676544 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/17398/statm: 286283 233055 418 389 0 282033 0
[pid=17398/tid=17400] ppid=17397 vsize=1145132 CPUtime=1177.06 cores=0,2,4,6
/proc/17398/task/17400/stat : 17400 (priss) R 17397 17397 15086 0 -1 4202560 57260 0 0 0 117671 35 0 0 25 0 5 0 595576476 1172615168 233055 33554432000 4194304 5787044 140736093676544 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=17398/tid=17401] ppid=17397 vsize=1145132 CPUtime=1182.12 cores=0,2,4,6
/proc/17398/task/17401/stat : 17401 (priss) R 17397 17397 15086 0 -1 4202560 49156 0 0 0 118175 37 0 0 25 0 5 0 595576478 1172615168 233055 33554432000 4194304 5787044 140736093676544 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=17398/tid=17402] ppid=17397 vsize=1145132 CPUtime=1182.09 cores=0,2,4,6
/proc/17398/task/17402/stat : 17402 (priss) R 17397 17397 15086 0 -1 4202560 57304 0 0 0 118170 39 0 0 25 0 5 0 595576480 1172615168 233055 33554432000 4194304 5787044 140736093676544 18446744073709551615 260020093945 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=17398/tid=17403] ppid=17397 vsize=1145132 CPUtime=1180.68 cores=0,2,4,6
/proc/17398/task/17403/stat : 17403 (priss) R 17397 17397 15086 0 -1 4202560 101151 0 0 0 118027 41 0 0 25 0 5 0 595576483 1172615168 233055 33554432000 4194304 5787044 140736093676544 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4722.15
Current children cumulated vsize (KiB) 1153832



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.81 s]
/proc/loadavg: 8.06 8.10 8.07 9/188 17468
/proc/meminfo: memFree=15509000/32951124 swapFree=67111528/67111528
[pid=17397] ppid=17395 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17397/stat : 17397 (priss.sh) S 17395 17397 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595576464 8908800 251 33554432000 4194304 4922060 140733878935008 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17397/statm: 2175 251 211 178 0 68 0
[pid=17398] ppid=17397 vsize=1145408 CPUtime=4800.07 cores=0,2,4,6
/proc/17398/stat : 17398 (priss) S 17397 17397 15086 0 -1 4202496 279830 0 0 0 479851 156 0 0 21 0 5 0 595576464 1172897792 233248 33554432000 4194304 5787044 140736093676544 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/17398/statm: 286352 233248 418 389 0 282102 0
[pid=17398/tid=17400] ppid=17397 vsize=1145408 CPUtime=1196.57 cores=0,2,4,6
/proc/17398/task/17400/stat : 17400 (priss) R 17397 17397 15086 0 -1 4202560 57316 0 0 0 119622 35 0 0 25 0 5 0 595576476 1172897792 233248 33554432000 4194304 5787044 140736093676544 18446744073709551615 4213847 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=17398/tid=17401] ppid=17397 vsize=1145408 CPUtime=1201.63 cores=0,2,4,6
/proc/17398/task/17401/stat : 17401 (priss) R 17397 17397 15086 0 -1 4202560 49205 0 0 0 120126 37 0 0 25 0 5 0 595576478 1172897792 233248 33554432000 4194304 5787044 140736093676544 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=17398/tid=17402] ppid=17397 vsize=1145408 CPUtime=1201.59 cores=0,2,4,6
/proc/17398/task/17402/stat : 17402 (priss) R 17397 17397 15086 0 -1 4202560 57304 0 0 0 120120 39 0 0 25 0 5 0 595576480 1172897792 233248 33554432000 4194304 5787044 140736093676544 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=17398/tid=17403] ppid=17397 vsize=1145408 CPUtime=1200.08 cores=0,2,4,6
/proc/17398/task/17403/stat : 17403 (priss) R 17397 17397 15086 0 -1 4202560 101253 0 0 0 119967 41 0 0 25 0 5 0 595576483 1172897792 233248 33554432000 4194304 5787044 140736093676544 18446744073709551615 4336763 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.07
Current children cumulated vsize (KiB) 1154108

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 17397 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.07
#
# 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.07
CPU user time (s): 4798.51
CPU system time (s): 1.56
CPU usage (%): 399.399
Max. virtual memory (cumulated for all children) (KiB): 1154108

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

runsolver used 1.85772 second user time and 4.70628 second system time

The end

Launcher Data

Begin job on node110 at 2011-04-29 07:04:19
IDJOB=3289343
IDBENCH=83120
IDSOLVER=1603
FILE ID=node110/3289343-1304053459
RUNJOBID= node110-1304039990-15104
PBS_JOBID= 13170381
Free space on /tmp= 72828 MiB

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

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

MD5SUM BENCH= 9b1b1066fe010948020f1c6b5be34d5d
RANDOM SEED=1358715023

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16145508 kB
Buffers:       2339652 kB
Cached:       13386572 kB
SwapCached:          0 kB
Active:        8371400 kB
Inactive:      7861700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16145508 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6624 kB
Writeback:           0 kB
AnonPages:      505900 kB
Mapped:          15364 kB
Slab:           508328 kB
PageTables:       5820 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   709284 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= 72832 MiB
End job on node110 at 2011-04-29 07:24:23