Trace number 3288929

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.4 1201.92

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom25.cnf
MD5SUMc40bd543dad558d19995fef4fd742233
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables67777
Number of clauses227761
Sum of the clauses size582177
Maximum clause length2084
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2115213
Number of clauses of size 3111398
Number of clauses of size 4324
Number of clauses of size 523
Number of clauses of size over 5802

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: 10328
0.00/0.07	c parsetime: 65662us
0.00/0.07	c parsed 227761 clauses with 67777 variables
0.00/0.08	c NW started thread 0 successfully (1088555328)
0.00/0.10	c NW started thread 1 successfully (1099045184)
0.00/0.11	c NW started thread 2 successfully (1109535040)
0.00/0.14	c NW started thread 3 successfully (1120024896)
8.39/2.29	c preprocessor returned 67777 variables
8.39/2.29	c preprocessing returned UNKNOWN
8.39/2.29	c PP set 2244 variables
8.39/2.29	c pp time: 2186597us (2s)
8.81/2.31	c preprocessor returned 67777 variables
8.81/2.31	c preprocessing returned UNKNOWN
8.81/2.31	c PP set 2244 variables
8.81/2.31	c pp time: 2196632us (2s)
8.81/2.31	c preprocessor returned 67777 variables
8.81/2.31	c preprocessing returned UNKNOWN
8.81/2.31	c PP set 2244 variables
8.81/2.31	c pp time: 2184232us (2s)
8.81/2.34	c preprocessor returned 67777 variables
8.81/2.34	c preprocessing returned UNKNOWN
8.81/2.34	c PP set 2244 variables
8.81/2.34	c pp time: 2181892us (2s)
9.59/2.54	c HTE
9.99/2.60	c subsumption
9.99/2.69	c simplified formula contains 0 unit clauses
10.79/2.82	c HTE
10.79/2.88	c subsumption
11.18/2.96	c simplified formula contains 0 unit clauses
19.17/4.94	c added unsatisfied clause
19.17/4.95	c failed to add network clauses
185.73/46.61	c added unsatisfied clause
185.73/46.61	c failed to add network clauses
196.92/49.49	c added unsatisfied clause
196.92/49.49	c failed to add network clauses
285.18/71.51	c added unsatisfied clause
285.18/71.51	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-3288929-1304052611/watcher-3288929-1304052611 -o /tmp/evaluation-result-3288929-1304052611/solver-3288929-1304052611 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3288929-1304052611.cnf 468185750 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.21 8.10 8.02 6/182 10327
/proc/meminfo: memFree=15186340/32951124 swapFree=67111528/67111528
[pid=10327] ppid=10325 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10327/stat : 10327 (priss.sh) S 10325 10327 9766 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516861527 8908800 252 33554432000 4194304 4922060 140736191497504 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10327/statm: 2175 252 211 178 0 68 0

[startup+0.0997179 s]
/proc/loadavg: 8.21 8.10 8.02 6/182 10327
/proc/meminfo: memFree=15186340/32951124 swapFree=67111528/67111528
[pid=10327] ppid=10325 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10327/stat : 10327 (priss.sh) S 10325 10327 9766 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516861527 8908800 252 33554432000 4194304 4922060 140736191497504 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10327/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100719 s]
/proc/loadavg: 8.21 8.10 8.02 6/182 10327
/proc/meminfo: memFree=15186340/32951124 swapFree=67111528/67111528
[pid=10327] ppid=10325 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10327/stat : 10327 (priss.sh) S 10325 10327 9766 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516861527 8908800 252 33554432000 4194304 4922060 140736191497504 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10327/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.561649 s]
/proc/loadavg: 8.21 8.10 8.02 6/182 10327
/proc/meminfo: memFree=15186340/32951124 swapFree=67111528/67111528
[pid=10327] ppid=10325 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10327/stat : 10327 (priss.sh) S 10325 10327 9766 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516861527 8908800 252 33554432000 4194304 4922060 140736191497504 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10327/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.725205 s]
/proc/loadavg: 8.21 8.10 8.02 6/182 10327
/proc/meminfo: memFree=15186340/32951124 swapFree=67111528/67111528
[pid=10327] ppid=10325 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10327/stat : 10327 (priss.sh) S 10325 10327 9766 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516861527 8908800 252 33554432000 4194304 4922060 140736191497504 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10327/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50042 s]
/proc/loadavg: 8.21 8.10 8.02 10/188 10333
/proc/meminfo: memFree=14988752/32951124 swapFree=67111528/67111528
[pid=10327] ppid=10325 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10327/stat : 10327 (priss.sh) S 10325 10327 9766 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516861527 8908800 252 33554432000 4194304 4922060 140736191497504 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10327/statm: 2175 252 211 178 0 68 0
[pid=10328] ppid=10327 vsize=434588 CPUtime=5.59 cores=0,2,4,6
/proc/10328/stat : 10328 (priss) S 10327 10327 9766 0 -1 4202496 60360 0 0 0 542 17 0 0 18 0 5 0 516861528 445018112 49616 33554432000 4194304 5787044 140737005882240 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/10328/statm: 108647 49616 352 389 0 104397 0
[pid=10328/tid=10330] ppid=10327 vsize=434588 CPUtime=1.38 cores=0,2,4,6
/proc/10328/task/10330/stat : 10330 (priss) R 10327 10327 9766 0 -1 4202560 11451 0 0 0 135 3 0 0 18 0 5 0 516861536 445018112 49616 33554432000 4194304 5787044 140737005882240 18446744073709551615 4278471 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=10328/tid=10331] ppid=10327 vsize=434588 CPUtime=1.36 cores=0,2,4,6
/proc/10328/task/10331/stat : 10331 (priss) R 10327 10327 9766 0 -1 4202560 12457 0 0 0 132 4 0 0 18 0 5 0 516861537 445018112 49616 33554432000 4194304 5787044 140737005882240 18446744073709551615 4278467 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=10328/tid=10332] ppid=10327 vsize=434588 CPUtime=1.36 cores=0,2,4,6
/proc/10328/task/10332/stat : 10332 (priss) R 10327 10327 9766 0 -1 4202560 13277 0 0 0 132 4 0 0 18 0 5 0 516861539 445018112 49616 33554432000 4194304 5787044 140737005882240 18446744073709551615 4345944 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=10328/tid=10333] ppid=10327 vsize=434588 CPUtime=1.32 cores=0,2,4,6
/proc/10328/task/10333/stat : 10333 (priss) R 10327 10327 9766 0 -1 4202560 12096 0 0 0 129 3 0 0 18 0 5 0 516861542 445018112 49616 33554432000 4194304 5787044 140737005882240 18446744073709551615 4278456 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.59
Current children cumulated vsize (KiB) 443288

[startup+3.10112 s]
/proc/loadavg: 8.21 8.10 8.02 9/188 10333
/proc/meminfo: memFree=14974616/32951124 swapFree=67111528/67111528
[pid=10327] ppid=10325 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10327/stat : 10327 (priss.sh) S 10325 10327 9766 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516861527 8908800 252 33554432000 4194304 4922060 140736191497504 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10327/statm: 2175 252 211 178 0 68 0
[pid=10328] ppid=10327 vsize=453664 CPUtime=11.98 cores=0,2,4,6
/proc/10328/stat : 10328 (priss) S 10327 10327 9766 0 -1 4202496 80366 0 0 0 1178 20 0 0 18 0 5 0 516861528 464551936 64810 33554432000 4194304 5787044 140737005882240 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/10328/statm: 113416 64810 418 389 0 109166 0
[pid=10328/tid=10330] ppid=10327 vsize=453664 CPUtime=2.99 cores=0,2,4,6
/proc/10328/task/10330/stat : 10330 (priss) R 10327 10327 9766 0 -1 4202560 17086 0 0 0 295 4 0 0 21 0 5 0 516861536 464551936 64810 33554432000 4194304 5787044 140737005882240 18446744073709551615 244446601142 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=10328/tid=10331] ppid=10327 vsize=453664 CPUtime=2.96 cores=0,2,4,6
/proc/10328/task/10331/stat : 10331 (priss) R 10327 10327 9766 0 -1 4202560 17462 0 0 0 290 6 0 0 22 0 5 0 516861537 464551936 64810 33554432000 4194304 5787044 140737005882240 18446744073709551615 5590400 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=10328/tid=10332] ppid=10327 vsize=453664 CPUtime=2.96 cores=0,2,4,6
/proc/10328/task/10332/stat : 10332 (priss) R 10327 10327 9766 0 -1 4202560 18634 0 0 0 291 5 0 0 21 0 5 0 516861539 464551936 64810 33554432000 4194304 5787044 140737005882240 18446744073709551615 4254922 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=10328/tid=10333] ppid=10327 vsize=453664 CPUtime=2.93 cores=0,2,4,6
/proc/10328/task/10333/stat : 10333 (priss) R 10327 10327 9766 0 -1 4202560 16105 0 0 0 289 4 0 0 22 0 5 0 516861542 464551936 64810 33554432000 4194304 5787044 140737005882240 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 11.98
Current children cumulated vsize (KiB) 462364

[startup+6.30052 s]
/proc/loadavg: 8.27 8.11 8.03 9/188 10333
/proc/meminfo: memFree=14925432/32951124 swapFree=67111528/67111528
[pid=10327] ppid=10325 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10327/stat : 10327 (priss.sh) S 10325 10327 9766 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516861527 8908800 252 33554432000 4194304 4922060 140736191497504 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10327/statm: 2175 252 211 178 0 68 0
[pid=10328] ppid=10327 vsize=453664 CPUtime=24.76 cores=0,2,4,6
/proc/10328/stat : 10328 (priss) S 10327 10327 9766 0 -1 4202496 80984 0 0 0 2455 21 0 0 18 0 5 0 516861528 464551936 65428 33554432000 4194304 5787044 140737005882240 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/10328/statm: 113416 65428 418 389 0 109166 0
[pid=10328/tid=10330] ppid=10327 vsize=453664 CPUtime=6.19 cores=0,2,4,6
/proc/10328/task/10330/stat : 10330 (priss) R 10327 10327 9766 0 -1 4202560 17182 0 0 0 615 4 0 0 25 0 5 0 516861536 464551936 65428 33554432000 4194304 5787044 140737005882240 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=10328/tid=10331] ppid=10327 vsize=453664 CPUtime=6.14 cores=0,2,4,6
/proc/10328/task/10331/stat : 10331 (priss) R 10327 10327 9766 0 -1 4202560 17654 0 0 0 608 6 0 0 25 0 5 0 516861537 464551936 65428 33554432000 4194304 5787044 140737005882240 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=10328/tid=10332] ppid=10327 vsize=453664 CPUtime=6.16 cores=0,2,4,6
/proc/10328/task/10332/stat : 10332 (priss) R 10327 10327 9766 0 -1 4202560 18725 0 0 0 611 5 0 0 25 0 5 0 516861539 464551936 65428 33554432000 4194304 5787044 140737005882240 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=10328/tid=10333] ppid=10327 vsize=453664 CPUtime=6.12 cores=0,2,4,6
/proc/10328/task/10333/stat : 10333 (priss) R 10327 10327 9766 0 -1 4202560 16344 0 0 0 608 4 0 0 25 0 5 0 516861542 464551936 65428 33554432000 4194304 5787044 140737005882240 18446744073709551615 5527571 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.76
Current children cumulated vsize (KiB) 462364

[startup+12.7003 s]
/proc/loadavg: 8.25 8.11 8.02 9/188 10333
/proc/meminfo: memFree=14920132/32951124 swapFree=67111528/67111528
[pid=10327] ppid=10325 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10327/stat : 10327 (priss.sh) S 10325 10327 9766 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516861527 8908800 252 33554432000 4194304 4922060 140736191497504 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10327/statm: 2175 252 211 178 0 68 0
[pid=10328] ppid=10327 vsize=453664 CPUtime=50.33 cores=0,2,4,6
/proc/10328/stat : 10328 (priss) S 10327 10327 9766 0 -1 4202496 81736 0 0 0 5010 23 0 0 18 0 5 0 516861528 464551936 66180 33554432000 4194304 5787044 140737005882240 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/10328/statm: 113416 66180 418 389 0 109166 0
[pid=10328/tid=10330] ppid=10327 vsize=453664 CPUtime=12.58 cores=0,2,4,6
/proc/10328/task/10330/stat : 10330 (priss) R 10327 10327 9766 0 -1 4202560 17369 0 0 0 1254 4 0 0 25 0 5 0 516861536 464551936 66180 33554432000 4194304 5787044 140737005882240 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=10328/tid=10331] ppid=10327 vsize=453664 CPUtime=12.5 cores=0,2,4,6
/proc/10328/task/10331/stat : 10331 (priss) R 10327 10327 9766 0 -1 4202560 17737 0 0 0 1244 6 0 0 25 0 5 0 516861537 464551936 66180 33554432000 4194304 5787044 140737005882240 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=10328/tid=10332] ppid=10327 vsize=453664 CPUtime=12.55 cores=0,2,4,6
/proc/10328/task/10332/stat : 10332 (priss) R 10327 10327 9766 0 -1 4202560 18885 0 0 0 1250 5 0 0 25 0 5 0 516861539 464551936 66180 33554432000 4194304 5787044 140737005882240 18446744073709551615 5591747 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=10328/tid=10333] ppid=10327 vsize=453664 CPUtime=12.53 cores=0,2,4,6
/proc/10328/task/10333/stat : 10333 (priss) R 10327 10327 9766 0 -1 4202560 16666 0 0 0 1248 5 0 0 25 0 5 0 516861542 464551936 66180 33554432000 4194304 5787044 140737005882240 18446744073709551615 5527212 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.33
Current children cumulated vsize (KiB) 462364

[startup+25.5069 s]
/proc/loadavg: 8.20 8.10 8.02 9/188 10333
/proc/meminfo: memFree=14898292/32951124 swapFree=67111528/67111528
[pid=10327] ppid=10325 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10327/stat : 10327 (priss.sh) S 10325 10327 9766 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516861527 8908800 252 33554432000 4194304 4922060 140736191497504 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10327/statm: 2175 252 211 178 0 68 0
[pid=10328] ppid=10327 vsize=455180 CPUtime=101.48 cores=0,2,4,6
/proc/10328/stat : 10328 (priss) S 10327 10327 9766 0 -1 4202496 84353 0 0 0 10122 26 0 0 18 0 5 0 516861528 466104320 68797 33554432000 4194304 5787044 140737005882240 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/10328/statm: 113795 68797 418 389 0 109545 0
[pid=10328/tid=10330] ppid=10327 vsize=455180 CPUtime=25.39 cores=0,2,4,6
/proc/10328/task/10330/stat : 10330 (priss) R 10327 10327 9766 0 -1 4202560 17611 0 0 0 2534 5 0 0 25 0 5 0 516861536 466104320 68797 33554432000 4194304 5787044 140737005882240 18446744073709551615 5586769 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=10328/tid=10331] ppid=10327 vsize=455180 CPUtime=25.23 cores=0,2,4,6
/proc/10328/task/10331/stat : 10331 (priss) R 10327 10327 9766 0 -1 4202560 18213 0 0 0 2516 7 0 0 25 0 5 0 516861537 466104320 68797 33554432000 4194304 5787044 140737005882240 18446744073709551615 5586800 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=10328/tid=10332] ppid=10327 vsize=455180 CPUtime=25.36 cores=0,2,4,6
/proc/10328/task/10332/stat : 10332 (priss) R 10327 10327 9766 0 -1 4202560 19825 0 0 0 2530 6 0 0 25 0 5 0 516861539 466104320 68797 33554432000 4194304 5787044 140737005882240 18446744073709551615 5585240 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=10328/tid=10333] ppid=10327 vsize=455180 CPUtime=25.33 cores=0,2,4,6
/proc/10328/task/10333/stat : 10333 (priss) R 10327 10327 9766 0 -1 4202560 17625 0 0 0 2527 6 0 0 25 0 5 0 516861542 466104320 68797 33554432000 4194304 5787044 140737005882240 18446744073709551615 5528723 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.48
Current children cumulated vsize (KiB) 463880

[startup+51.1011 s]
/proc/loadavg: 8.20 8.11 8.03 9/188 10334
/proc/meminfo: memFree=14863148/32951124 swapFree=67111528/67111528
[pid=10327] ppid=10325 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10327/stat : 10327 (priss.sh) S 10325 10327 9766 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516861527 8908800 252 33554432000 4194304 4922060 140736191497504 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10327/statm: 2175 252 211 178 0 68 0
[pid=10328] ppid=10327 vsize=464280 CPUtime=203.7 cores=0,2,4,6
/proc/10328/stat : 10328 (priss) S 10327 10327 9766 0 -1 4202496 92172 0 0 0 20337 33 0 0 18 0 5 0 516861528 475422720 76613 33554432000 4194304 5787044 140737005882240 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/10328/statm: 116070 76613 418 389 0 111820 0
[pid=10328/tid=10330] ppid=10327 vsize=464280 CPUtime=50.98 cores=0,2,4,6
/proc/10328/task/10330/stat : 10330 (priss) R 10327 10327 9766 0 -1 4202560 18960 0 0 0 5092 6 0 0 25 0 5 0 516861536 475422720 76613 33554432000 4194304 5787044 140737005882240 18446744073709551615 4255030 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=10328/tid=10331] ppid=10327 vsize=464280 CPUtime=50.68 cores=0,2,4,6
/proc/10328/task/10331/stat : 10331 (priss) R 10327 10327 9766 0 -1 4202560 19667 0 0 0 5060 8 0 0 25 0 5 0 516861537 475422720 76613 33554432000 4194304 5787044 140737005882240 18446744073709551615 4217520 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=10328/tid=10332] ppid=10327 vsize=464280 CPUtime=50.96 cores=0,2,4,6
/proc/10328/task/10332/stat : 10332 (priss) R 10327 10327 9766 0 -1 4202560 21284 0 0 0 5089 7 0 0 25 0 5 0 516861539 475422720 76613 33554432000 4194304 5787044 140737005882240 18446744073709551615 4220668 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=10328/tid=10333] ppid=10327 vsize=464280 CPUtime=50.92 cores=0,2,4,6
/proc/10328/task/10333/stat : 10333 (priss) R 10327 10327 9766 0 -1 4202560 21182 0 0 0 5082 10 0 0 25 0 5 0 516861542 475422720 76613 33554432000 4194304 5787044 140737005882240 18446744073709551615 5526830 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.7
Current children cumulated vsize (KiB) 472980

[startup+102.3 s]
/proc/loadavg: 8.21 8.12 8.03 9/188 10335
/proc/meminfo: memFree=14793684/32951124 swapFree=67111528/67111528
[pid=10327] ppid=10325 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10327/stat : 10327 (priss.sh) S 10325 10327 9766 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516861527 8908800 252 33554432000 4194304 4922060 140736191497504 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10327/statm: 2175 252 211 178 0 68 0
[pid=10328] ppid=10327 vsize=470808 CPUtime=408.21 cores=0,2,4,6
/proc/10328/stat : 10328 (priss) S 10327 10327 9766 0 -1 4202496 104496 0 0 0 40773 48 0 0 18 0 5 0 516861528 482107392 88894 33554432000 4194304 5787044 140737005882240 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/10328/statm: 117702 88894 418 389 0 113452 0
[pid=10328/tid=10330] ppid=10327 vsize=470808 CPUtime=102.17 cores=0,2,4,6
/proc/10328/task/10330/stat : 10330 (priss) R 10327 10327 9766 0 -1 4202560 21651 0 0 0 10209 8 0 0 25 0 5 0 516861536 482107392 88894 33554432000 4194304 5787044 140737005882240 18446744073709551615 4219951 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=10328/tid=10331] ppid=10327 vsize=470808 CPUtime=101.6 cores=0,2,4,6
/proc/10328/task/10331/stat : 10331 (priss) R 10327 10327 9766 0 -1 4202560 23421 0 0 0 10146 14 0 0 25 0 5 0 516861537 482107392 88894 33554432000 4194304 5787044 140737005882240 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=10328/tid=10332] ppid=10327 vsize=470808 CPUtime=102.15 cores=0,2,4,6
/proc/10328/task/10332/stat : 10332 (priss) R 10327 10327 9766 0 -1 4202560 22398 0 0 0 10207 8 0 0 25 0 5 0 516861539 482107392 88894 33554432000 4194304 5787044 140737005882240 18446744073709551615 5576450 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=10328/tid=10333] ppid=10327 vsize=470808 CPUtime=102.12 cores=0,2,4,6

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

/proc/10328/task/10331/stat : 10331 (priss) R 10327 10327 9766 0 -1 4202560 47143 0 0 0 87924 41 0 0 25 0 5 0 516861537 1043427328 197390 33554432000 4194304 5787044 140737005882240 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=10328/tid=10332] ppid=10327 vsize=1018972 CPUtime=882.1 cores=0,2,4,6
/proc/10328/task/10332/stat : 10332 (priss) R 10327 10327 9766 0 -1 4202560 44632 0 0 0 88172 38 0 0 25 0 5 0 516861539 1043427328 197390 33554432000 4194304 5787044 140737005882240 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=10328/tid=10333] ppid=10327 vsize=1018972 CPUtime=879.72 cores=0,2,4,6
/proc/10328/task/10333/stat : 10333 (priss) R 10327 10327 9766 0 -1 4202560 50652 0 0 0 87932 40 0 0 25 0 5 0 516861542 1043427328 197390 33554432000 4194304 5787044 140737005882240 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3523.77
Current children cumulated vsize (KiB) 1027672

[startup+942.301 s]
/proc/loadavg: 8.18 8.15 8.09 9/188 10402
/proc/meminfo: memFree=14483248/32951124 swapFree=67111528/67111528
[pid=10327] ppid=10325 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10327/stat : 10327 (priss.sh) S 10325 10327 9766 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516861527 8908800 252 33554432000 4194304 4922060 140736191497504 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10327/statm: 2175 252 211 178 0 68 0
[pid=10328] ppid=10327 vsize=1018972 CPUtime=3763.42 cores=0,2,4,6
/proc/10328/stat : 10328 (priss) S 10327 10327 9766 0 -1 4202496 217299 0 0 0 376160 182 0 0 18 0 5 0 516861528 1043427328 200306 33554432000 4194304 5787044 140737005882240 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/10328/statm: 254743 200306 418 389 0 250493 0
[pid=10328/tid=10330] ppid=10327 vsize=1018972 CPUtime=942.14 cores=0,2,4,6
/proc/10328/task/10330/stat : 10330 (priss) R 10327 10327 9766 0 -1 4202560 60882 0 0 0 94155 59 0 0 25 0 5 0 516861536 1043427328 200306 33554432000 4194304 5787044 140737005882240 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=10328/tid=10331] ppid=10327 vsize=1018972 CPUtime=939.65 cores=0,2,4,6
/proc/10328/task/10331/stat : 10331 (priss) R 10327 10327 9766 0 -1 4202560 47479 0 0 0 93923 42 0 0 25 0 5 0 516861537 1043427328 200306 33554432000 4194304 5787044 140737005882240 18446744073709551615 5591019 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=10328/tid=10332] ppid=10327 vsize=1018972 CPUtime=942.09 cores=0,2,4,6
/proc/10328/task/10332/stat : 10332 (priss) R 10327 10327 9766 0 -1 4202560 45258 0 0 0 94171 38 0 0 25 0 5 0 516861539 1043427328 200306 33554432000 4194304 5787044 140737005882240 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=10328/tid=10333] ppid=10327 vsize=1018972 CPUtime=939.38 cores=0,2,4,6
/proc/10328/task/10333/stat : 10333 (priss) R 10327 10327 9766 0 -1 4202560 52601 0 0 0 93896 42 0 0 25 0 5 0 516861542 1043427328 200306 33554432000 4194304 5787044 140737005882240 18446744073709551615 5524781 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3763.42
Current children cumulated vsize (KiB) 1027672

[startup+1002.31 s]
/proc/loadavg: 8.15 8.15 8.09 9/188 10403
/proc/meminfo: memFree=14414384/32951124 swapFree=67111528/67111528
[pid=10327] ppid=10325 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10327/stat : 10327 (priss.sh) S 10325 10327 9766 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516861527 8908800 252 33554432000 4194304 4922060 140736191497504 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10327/statm: 2175 252 211 178 0 68 0
[pid=10328] ppid=10327 vsize=1018972 CPUtime=4003.11 cores=0,2,4,6
/proc/10328/stat : 10328 (priss) S 10327 10327 9766 0 -1 4202496 225684 0 0 0 400119 192 0 0 18 0 5 0 516861528 1043427328 208691 33554432000 4194304 5787044 140737005882240 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/10328/statm: 254743 208691 418 389 0 250493 0
[pid=10328/tid=10330] ppid=10327 vsize=1018972 CPUtime=1002.15 cores=0,2,4,6
/proc/10328/task/10330/stat : 10330 (priss) R 10327 10327 9766 0 -1 4202560 61874 0 0 0 100156 59 0 0 25 0 5 0 516861536 1043427328 208691 33554432000 4194304 5787044 140737005882240 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=10328/tid=10331] ppid=10327 vsize=1018972 CPUtime=999.65 cores=0,2,4,6
/proc/10328/task/10331/stat : 10331 (priss) R 10327 10327 9766 0 -1 4202560 47481 0 0 0 99923 42 0 0 25 0 5 0 516861537 1043427328 208691 33554432000 4194304 5787044 140737005882240 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=10328/tid=10332] ppid=10327 vsize=1018972 CPUtime=1002.1 cores=0,2,4,6
/proc/10328/task/10332/stat : 10332 (priss) R 10327 10327 9766 0 -1 4202560 46525 0 0 0 100170 40 0 0 25 0 5 0 516861539 1043427328 208691 33554432000 4194304 5787044 140737005882240 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=10328/tid=10333] ppid=10327 vsize=1018972 CPUtime=999.06 cores=0,2,4,6
/proc/10328/task/10333/stat : 10333 (priss) R 10327 10327 9766 0 -1 4202560 58725 0 0 0 99856 50 0 0 25 0 5 0 516861542 1043427328 208691 33554432000 4194304 5787044 140737005882240 18446744073709551615 5527407 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4003.11
Current children cumulated vsize (KiB) 1027672

[startup+1062.3 s]
/proc/loadavg: 8.11 8.14 8.09 9/188 10405
/proc/meminfo: memFree=14329660/32951124 swapFree=67111528/67111528
[pid=10327] ppid=10325 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10327/stat : 10327 (priss.sh) S 10325 10327 9766 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516861527 8908800 252 33554432000 4194304 4922060 140736191497504 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10327/statm: 2175 252 211 178 0 68 0
[pid=10328] ppid=10327 vsize=1150044 CPUtime=4242.76 cores=0,2,4,6
/proc/10328/stat : 10328 (priss) S 10327 10327 9766 0 -1 4202496 235877 0 0 0 424070 206 0 0 18 0 5 0 516861528 1177645056 218884 33554432000 4194304 5787044 140737005882240 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/10328/statm: 287511 218884 418 389 0 283261 0
[pid=10328/tid=10330] ppid=10327 vsize=1150044 CPUtime=1062.14 cores=0,2,4,6
/proc/10328/task/10330/stat : 10330 (priss) R 10327 10327 9766 0 -1 4202560 63826 0 0 0 106154 60 0 0 25 0 5 0 516861536 1177645056 218884 33554432000 4194304 5787044 140737005882240 18446744073709551615 5588108 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=10328/tid=10331] ppid=10327 vsize=1150044 CPUtime=1059.65 cores=0,2,4,6
/proc/10328/task/10331/stat : 10331 (priss) R 10327 10327 9766 0 -1 4202560 47993 0 0 0 105922 43 0 0 25 0 5 0 516861537 1177645056 218884 33554432000 4194304 5787044 140737005882240 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=10328/tid=10332] ppid=10327 vsize=1150044 CPUtime=1062.09 cores=0,2,4,6
/proc/10328/task/10332/stat : 10332 (priss) R 10327 10327 9766 0 -1 4202560 50020 0 0 0 106165 44 0 0 25 0 5 0 516861539 1177645056 218884 33554432000 4194304 5787044 140737005882240 18446744073709551615 5576432 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=10328/tid=10333] ppid=10327 vsize=1150044 CPUtime=1058.72 cores=0,2,4,6
/proc/10328/task/10333/stat : 10333 (priss) R 10327 10327 9766 0 -1 4202560 62959 0 0 0 105815 57 0 0 25 0 5 0 516861542 1177645056 218884 33554432000 4194304 5787044 140737005882240 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4242.76
Current children cumulated vsize (KiB) 1158744

[startup+1122.3 s]
/proc/loadavg: 8.07 8.12 8.09 9/188 10406
/proc/meminfo: memFree=14254492/32951124 swapFree=67111528/67111528
[pid=10327] ppid=10325 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10327/stat : 10327 (priss.sh) S 10325 10327 9766 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516861527 8908800 252 33554432000 4194304 4922060 140736191497504 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10327/statm: 2175 252 211 178 0 68 0
[pid=10328] ppid=10327 vsize=1154124 CPUtime=4482.42 cores=0,2,4,6
/proc/10328/stat : 10328 (priss) S 10327 10327 9766 0 -1 4202496 246184 0 0 0 448022 220 0 0 18 0 5 0 516861528 1181822976 228966 33554432000 4194304 5787044 140737005882240 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/10328/statm: 288531 228966 418 389 0 284281 0
[pid=10328/tid=10330] ppid=10327 vsize=1154124 CPUtime=1122.14 cores=0,2,4,6
/proc/10328/task/10330/stat : 10330 (priss) R 10327 10327 9766 0 -1 4202560 64840 0 0 0 112154 60 0 0 25 0 5 0 516861536 1181822976 228966 33554432000 4194304 5787044 140737005882240 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=10328/tid=10331] ppid=10327 vsize=1154124 CPUtime=1119.64 cores=0,2,4,6
/proc/10328/task/10331/stat : 10331 (priss) R 10327 10327 9766 0 -1 4202560 50197 0 0 0 111918 46 0 0 25 0 5 0 516861537 1181822976 228966 33554432000 4194304 5787044 140737005882240 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=10328/tid=10332] ppid=10327 vsize=1154124 CPUtime=1122.08 cores=0,2,4,6
/proc/10328/task/10332/stat : 10332 (priss) R 10327 10327 9766 0 -1 4202560 53219 0 0 0 112160 48 0 0 25 0 5 0 516861539 1181822976 228966 33554432000 4194304 5787044 140737005882240 18446744073709551615 5591640 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=10328/tid=10333] ppid=10327 vsize=1154124 CPUtime=1118.38 cores=0,2,4,6
/proc/10328/task/10333/stat : 10333 (priss) R 10327 10327 9766 0 -1 4202560 66849 0 0 0 111775 63 0 0 25 0 5 0 516861542 1181822976 228966 33554432000 4194304 5787044 140737005882240 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4482.42
Current children cumulated vsize (KiB) 1162824

[startup+1182.3 s]
/proc/loadavg: 8.19 8.14 8.10 9/188 10408
/proc/meminfo: memFree=14201264/32951124 swapFree=67111528/67111528
[pid=10327] ppid=10325 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10327/stat : 10327 (priss.sh) S 10325 10327 9766 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516861527 8908800 252 33554432000 4194304 4922060 140736191497504 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10327/statm: 2175 252 211 178 0 68 0
[pid=10328] ppid=10327 vsize=1158220 CPUtime=4722.09 cores=0,2,4,6
/proc/10328/stat : 10328 (priss) S 10327 10327 9766 0 -1 4202496 251578 0 0 0 471982 227 0 0 18 0 5 0 516861528 1186017280 234135 33554432000 4194304 5787044 140737005882240 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/10328/statm: 289555 234135 418 389 0 285305 0
[pid=10328/tid=10330] ppid=10327 vsize=1158220 CPUtime=1182.14 cores=0,2,4,6
/proc/10328/task/10330/stat : 10330 (priss) R 10327 10327 9766 0 -1 4202560 66737 0 0 0 118151 63 0 0 25 0 5 0 516861536 1186017280 234135 33554432000 4194304 5787044 140737005882240 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=10328/tid=10331] ppid=10327 vsize=1158220 CPUtime=1179.64 cores=0,2,4,6
/proc/10328/task/10331/stat : 10331 (priss) R 10327 10327 9766 0 -1 4202560 50856 0 0 0 117918 46 0 0 25 0 5 0 516861537 1186017280 234135 33554432000 4194304 5787044 140737005882240 18446744073709551615 5591760 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=10328/tid=10332] ppid=10327 vsize=1158220 CPUtime=1182.08 cores=0,2,4,6
/proc/10328/task/10332/stat : 10332 (priss) R 10327 10327 9766 0 -1 4202560 53221 0 0 0 118160 48 0 0 25 0 5 0 516861539 1186017280 234135 33554432000 4194304 5787044 140737005882240 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=10328/tid=10333] ppid=10327 vsize=1158220 CPUtime=1178.05 cores=0,2,4,6
/proc/10328/task/10333/stat : 10333 (priss) R 10327 10327 9766 0 -1 4202560 69685 0 0 0 117739 66 0 0 25 0 5 0 516861542 1186017280 234135 33554432000 4194304 5787044 140737005882240 18446744073709551615 4238583 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4722.09
Current children cumulated vsize (KiB) 1166920



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 8.14 8.13 8.09 9/188 10409
/proc/meminfo: memFree=14199880/32951124 swapFree=67111528/67111528
[pid=10327] ppid=10325 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10327/stat : 10327 (priss.sh) S 10325 10327 9766 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516861527 8908800 252 33554432000 4194304 4922060 140736191497504 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10327/statm: 2175 252 211 178 0 68 0
[pid=10328] ppid=10327 vsize=1158220 CPUtime=4800.4 cores=0,2,4,6
/proc/10328/stat : 10328 (priss) S 10327 10327 9766 0 -1 4202496 251657 0 0 0 479813 227 0 0 18 0 5 0 516861528 1186017280 234214 33554432000 4194304 5787044 140737005882240 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/10328/statm: 289555 234214 418 389 0 285305 0
[pid=10328/tid=10330] ppid=10327 vsize=1158220 CPUtime=1201.75 cores=0,2,4,6
/proc/10328/task/10330/stat : 10330 (priss) R 10327 10327 9766 0 -1 4202560 66756 0 0 0 120112 63 0 0 25 0 5 0 516861536 1186017280 234214 33554432000 4194304 5787044 140737005882240 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=10328/tid=10331] ppid=10327 vsize=1158220 CPUtime=1199.25 cores=0,2,4,6
/proc/10328/task/10331/stat : 10331 (priss) R 10327 10327 9766 0 -1 4202560 50916 0 0 0 119879 46 0 0 25 0 5 0 516861537 1186017280 234214 33554432000 4194304 5787044 140737005882240 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=10328/tid=10332] ppid=10327 vsize=1158220 CPUtime=1201.68 cores=0,2,4,6
/proc/10328/task/10332/stat : 10332 (priss) R 10327 10327 9766 0 -1 4202560 53221 0 0 0 120120 48 0 0 25 0 5 0 516861539 1186017280 234214 33554432000 4194304 5787044 140737005882240 18446744073709551615 5591712 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=10328/tid=10333] ppid=10327 vsize=1158220 CPUtime=1197.54 cores=0,2,4,6
/proc/10328/task/10333/stat : 10333 (priss) R 10327 10327 9766 0 -1 4202560 69685 0 0 0 119688 66 0 0 25 0 5 0 516861542 1186017280 234214 33554432000 4194304 5787044 140737005882240 18446744073709551615 4254968 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.4
Current children cumulated vsize (KiB) 1166920

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

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

[startup+1201.9 s]
/proc/loadavg: 8.14 8.13 8.09 9/188 10409
/proc/meminfo: memFree=14199880/32951124 swapFree=67111528/67111528
[pid=10327] ppid=10325 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10327/stat : 10327 (priss.sh) S 10325 10327 9766 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516861527 8908800 252 33554432000 4194304 4922060 140736191497504 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10327/statm: 2175 252 211 178 0 68 0
[pid=10328] ppid=10327 vsize=1158220 CPUtime=4800.4 cores=0,2,4,6
/proc/10328/stat : 10328 (priss) S 10327 10327 9766 0 -1 4202496 251657 0 0 0 479813 227 0 0 18 0 5 0 516861528 1186017280 234214 33554432000 4194304 5787044 140737005882240 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/10328/statm: 289555 234214 418 389 0 285305 0
[pid=10328/tid=10330] ppid=10327 vsize=1158220 CPUtime=1201.75 cores=0,2,4,6
/proc/10328/task/10330/stat : 10330 (priss) R 10327 10327 9766 0 -1 4202560 66756 0 0 0 120112 63 0 0 25 0 5 0 516861536 1186017280 234214 33554432000 4194304 5787044 140737005882240 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=10328/tid=10331] ppid=10327 vsize=1158220 CPUtime=1199.25 cores=0,2,4,6
/proc/10328/task/10331/stat : 10331 (priss) R 10327 10327 9766 0 -1 4202560 50916 0 0 0 119879 46 0 0 25 0 5 0 516861537 1186017280 234214 33554432000 4194304 5787044 140737005882240 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=10328/tid=10332] ppid=10327 vsize=1158220 CPUtime=1201.68 cores=0,2,4,6
/proc/10328/task/10332/stat : 10332 (priss) R 10327 10327 9766 0 -1 4202560 53221 0 0 0 120120 48 0 0 25 0 5 0 516861539 1186017280 234214 33554432000 4194304 5787044 140737005882240 18446744073709551615 5591712 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=10328/tid=10333] ppid=10327 vsize=1158220 CPUtime=1197.54 cores=0,2,4,6
/proc/10328/task/10333/stat : 10333 (priss) R 10327 10327 9766 0 -1 4202560 69685 0 0 0 119688 66 0 0 25 0 5 0 516861542 1186017280 234214 33554432000 4194304 5787044 140737005882240 18446744073709551615 4254968 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.4
Current children cumulated vsize (KiB) 1166920

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1201.92
CPU time (s): 4800.4
CPU user time (s): 4798.13
CPU system time (s): 2.27
CPU usage (%): 399.395
Max. virtual memory (cumulated for all children) (KiB): 1166920

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= 332
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.78773 second user time and 4.77927 second system time

The end

Launcher Data

Begin job on node105 at 2011-04-29 06:50:11
IDJOB=3288929
IDBENCH=83109
IDSOLVER=1603
FILE ID=node105/3288929-1304052611
RUNJOBID= node105-1304047118-9784
PBS_JOBID= 13170404
Free space on /tmp= 71916 MiB

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

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

MD5SUM BENCH= c40bd543dad558d19995fef4fd742233
RANDOM SEED=468185750

node105.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.825
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.65
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.825
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	: 5226.15
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.825
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.825
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.825
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	: 5410.70
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.825
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.74
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.825
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.825
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:      15186496 kB
Buffers:       2300772 kB
Cached:       14455948 kB
SwapCached:          0 kB
Active:        9333972 kB
Inactive:      7859772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15186496 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5632 kB
Writeback:           0 kB
AnonPages:      436728 kB
Mapped:          15628 kB
Slab:           507036 kB
PageTables:       5232 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   642864 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= 71928 MiB
End job on node105 at 2011-04-29 07:10:15