Trace number 3289021

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.27 1202.02

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top22.cnf
MD5SUMe822739302a2d834ec9ddfe9fbd0caa2
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 variables55875
Number of clauses177646
Sum of the clauses size434144
Maximum clause length2255
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2108197
Number of clauses of size 368250
Number of clauses of size 4252
Number of clauses of size 520
Number of clauses of size over 5926

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: 21292
0.00/0.06	c parsetime: 52038us
0.00/0.06	c parsed 177646 clauses with 55875 variables
0.00/0.07	c NW started thread 0 successfully (1098512704)
0.00/0.08	c NW started thread 1 successfully (1109002560)
0.00/0.09	c NW started thread 2 successfully (1119492416)
0.00/0.11	c NW started thread 3 successfully (1129982272)
7.26/1.95	c preprocessor returned 55875 variables
7.26/1.95	c preprocessing returned UNKNOWN
7.26/1.95	c PP set 2368 variables
7.26/1.95	c pp time: 1831035us (1s)
7.26/1.97	c preprocessor returned 55875 variables
7.26/1.97	c preprocessing returned UNKNOWN
7.26/1.97	c preprocessor returned c preprocessor returned 55875 variables
7.26/1.97	c preprocessing returned UNKNOWN55875 variables
7.26/1.97	c preprocessing returned UNKNOWN
7.26/1.97	
7.26/1.97	c PP set 2368 variablesc PP set 2368 variables
7.26/1.97	c pp time: 1875727
7.26/1.97	c pp time: 1862082us (1s)
7.26/1.97	us (1s)
7.26/1.97	c PP set 2368 variables
7.26/1.97	c pp time: 1886949us (1s)
8.06/2.10	c HTE
8.06/2.15	c subsumption
8.46/2.22	c simplified formula contains 0 unit clauses
8.86/2.30	c HTE
8.86/2.35	c subsumption
9.27/2.41	c simplified formula contains 0 unit clauses
14.45/3.77	c added unsatisfied clause
14.45/3.77	c failed to add network clauses
81.53/20.59	c HTE
83.53/21.05	c subsumption
85.93/21.60	c simplified formula contains 0 unit clauses
164.57/41.38	c received clause contains eliminated literal -4294
1308.41/327.74	c added unsatisfied clause
1308.41/327.74	c failed to add network clauses
4153.92/1040.26	c added unsatisfied clause
4153.92/1040.26	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-3289021-1304052859/watcher-3289021-1304052859 -o /tmp/evaluation-result-3289021-1304052859/solver-3289021-1304052859 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3289021-1304052859.cnf 931439221 4800 15500 4 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 8.08 8.11 8.15 6/180 21291
/proc/meminfo: memFree=24727480/32951132 swapFree=67111524/67111528
[pid=21291] ppid=21289 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21291/stat : 21291 (priss.sh) S 21289 21291 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516885584 8908800 251 33554432000 4194304 4922060 140734107007696 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21291/statm: 2175 251 211 178 0 68 0

[startup+0.088872 s]
/proc/loadavg: 8.08 8.11 8.15 6/180 21291
/proc/meminfo: memFree=24727480/32951132 swapFree=67111524/67111528
[pid=21291] ppid=21289 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21291/stat : 21291 (priss.sh) S 21289 21291 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516885584 8908800 251 33554432000 4194304 4922060 140734107007696 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21291/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.104022 s]
/proc/loadavg: 8.08 8.11 8.15 6/180 21291
/proc/meminfo: memFree=24727480/32951132 swapFree=67111524/67111528
[pid=21291] ppid=21289 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21291/stat : 21291 (priss.sh) S 21289 21291 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516885584 8908800 251 33554432000 4194304 4922060 140734107007696 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21291/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.649231 s]
/proc/loadavg: 8.08 8.11 8.15 6/180 21291
/proc/meminfo: memFree=24727480/32951132 swapFree=67111524/67111528
[pid=21291] ppid=21289 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21291/stat : 21291 (priss.sh) S 21289 21291 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516885584 8908800 251 33554432000 4194304 4922060 140734107007696 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21291/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.719181 s]
/proc/loadavg: 8.08 8.11 8.15 6/180 21291
/proc/meminfo: memFree=24727480/32951132 swapFree=67111524/67111528
[pid=21291] ppid=21289 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21291/stat : 21291 (priss.sh) S 21289 21291 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516885584 8908800 251 33554432000 4194304 4922060 140734107007696 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21291/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50062 s]
/proc/loadavg: 8.08 8.11 8.15 9/186 21297
/proc/meminfo: memFree=24574544/32951132 swapFree=67111524/67111528
[pid=21291] ppid=21289 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21291/stat : 21291 (priss.sh) S 21289 21291 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516885584 8908800 251 33554432000 4194304 4922060 140734107007696 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21291/statm: 2175 251 211 178 0 68 0
[pid=21292] ppid=21291 vsize=352968 CPUtime=5.66 cores=1,3,5,7
/proc/21292/stat : 21292 (priss) S 21291 21291 18837 0 -1 4202496 51305 0 0 0 541 25 0 0 19 0 5 0 516885584 361439232 38486 33554432000 4194304 5787044 140733680008400 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/21292/statm: 88242 38486 352 389 0 83992 0
[pid=21292/tid=21294] ppid=21291 vsize=352968 CPUtime=1.39 cores=1,3,5,7
/proc/21292/task/21294/stat : 21294 (priss) R 21291 21291 18837 0 -1 4202560 11742 0 0 0 132 7 0 0 18 0 5 0 516885591 361439232 38486 33554432000 4194304 5787044 140733680008400 18446744073709551615 4278462 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=21292/tid=21295] ppid=21291 vsize=352968 CPUtime=1.39 cores=1,3,5,7
/proc/21292/task/21295/stat : 21295 (priss) R 21291 21291 18837 0 -1 4202560 10923 0 0 0 133 6 0 0 18 0 5 0 516885592 361439232 38486 33554432000 4194304 5787044 140733680008400 18446744073709551615 4276512 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21292/tid=21296] ppid=21291 vsize=352968 CPUtime=1.38 cores=1,3,5,7
/proc/21292/task/21296/stat : 21296 (priss) R 21291 21291 18837 0 -1 4202560 10737 0 0 0 132 6 0 0 18 0 5 0 516885593 361439232 38486 33554432000 4194304 5787044 140733680008400 18446744073709551615 4276434 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21292/tid=21297] ppid=21291 vsize=352968 CPUtime=1.36 cores=1,3,5,7
/proc/21292/task/21297/stat : 21297 (priss) R 21291 21291 18837 0 -1 4202560 9148 0 0 0 132 4 0 0 18 0 5 0 516885595 361439232 38486 33554432000 4194304 5787044 140733680008400 18446744073709551615 4276224 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.66
Current children cumulated vsize (KiB) 361668

[startup+3.10034 s]
/proc/loadavg: 8.07 8.11 8.15 9/186 21297
/proc/meminfo: memFree=24528788/32951132 swapFree=67111524/67111528
[pid=21291] ppid=21289 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21291/stat : 21291 (priss.sh) S 21289 21291 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516885584 8908800 251 33554432000 4194304 4922060 140734107007696 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21291/statm: 2175 251 211 178 0 68 0
[pid=21292] ppid=21291 vsize=431672 CPUtime=12.06 cores=1,3,5,7
/proc/21292/stat : 21292 (priss) S 21291 21291 18837 0 -1 4202496 72794 0 0 0 1175 31 0 0 19 0 5 0 516885584 442032128 49853 33554432000 4194304 5787044 140733680008400 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/21292/statm: 107918 49853 418 389 0 103668 0
[pid=21292/tid=21294] ppid=21291 vsize=431672 CPUtime=2.98 cores=1,3,5,7
/proc/21292/task/21294/stat : 21294 (priss) R 21291 21291 18837 0 -1 4202560 16371 0 0 0 290 8 0 0 21 0 5 0 516885591 442032128 49853 33554432000 4194304 5787044 140733680008400 18446744073709551615 5590295 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=21292/tid=21295] ppid=21291 vsize=431672 CPUtime=2.99 cores=1,3,5,7
/proc/21292/task/21295/stat : 21295 (priss) R 21291 21291 18837 0 -1 4202560 14585 0 0 0 292 7 0 0 21 0 5 0 516885592 442032128 49853 33554432000 4194304 5787044 140733680008400 18446744073709551615 5592391 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21292/tid=21296] ppid=21291 vsize=431672 CPUtime=2.99 cores=1,3,5,7
/proc/21292/task/21296/stat : 21296 (priss) R 21291 21291 18837 0 -1 4202560 15645 0 0 0 291 8 0 0 19 0 5 0 516885593 442032128 49853 33554432000 4194304 5787044 140733680008400 18446744073709551615 5591243 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21292/tid=21297] ppid=21291 vsize=431672 CPUtime=2.96 cores=1,3,5,7
/proc/21292/task/21297/stat : 21297 (priss) R 21291 21291 18837 0 -1 4202560 17438 0 0 0 290 6 0 0 21 0 5 0 516885595 442032128 49853 33554432000 4194304 5787044 140733680008400 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.06
Current children cumulated vsize (KiB) 440372

[startup+6.30079 s]
/proc/loadavg: 8.07 8.11 8.15 11/186 21297
/proc/meminfo: memFree=24525676/32951132 swapFree=67111524/67111528
[pid=21291] ppid=21289 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21291/stat : 21291 (priss.sh) S 21289 21291 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516885584 8908800 251 33554432000 4194304 4922060 140734107007696 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21291/statm: 2175 251 211 178 0 68 0
[pid=21292] ppid=21291 vsize=431672 CPUtime=24.83 cores=1,3,5,7
/proc/21292/stat : 21292 (priss) S 21291 21291 18837 0 -1 4202496 73534 0 0 0 2452 31 0 0 19 0 5 0 516885584 442032128 50593 33554432000 4194304 5787044 140733680008400 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/21292/statm: 107918 50593 418 389 0 103668 0
[pid=21292/tid=21294] ppid=21291 vsize=431672 CPUtime=6.17 cores=1,3,5,7
/proc/21292/task/21294/stat : 21294 (priss) R 21291 21291 18837 0 -1 4202560 16524 0 0 0 608 9 0 0 25 0 5 0 516885591 442032128 50593 33554432000 4194304 5787044 140733680008400 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=21292/tid=21295] ppid=21291 vsize=431672 CPUtime=6.19 cores=1,3,5,7
/proc/21292/task/21295/stat : 21295 (priss) R 21291 21291 18837 0 -1 4202560 14777 0 0 0 612 7 0 0 25 0 5 0 516885592 442032128 50593 33554432000 4194304 5787044 140733680008400 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21292/tid=21296] ppid=21291 vsize=431672 CPUtime=6.18 cores=1,3,5,7
/proc/21292/task/21296/stat : 21296 (priss) R 21291 21291 18837 0 -1 4202560 15866 0 0 0 610 8 0 0 25 0 5 0 516885593 442032128 50593 33554432000 4194304 5787044 140733680008400 18446744073709551615 5585335 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21292/tid=21297] ppid=21291 vsize=431672 CPUtime=6.16 cores=1,3,5,7
/proc/21292/task/21297/stat : 21297 (priss) R 21291 21291 18837 0 -1 4202560 17612 0 0 0 610 6 0 0 25 0 5 0 516885595 442032128 50593 33554432000 4194304 5787044 140733680008400 18446744073709551615 5526890 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.83
Current children cumulated vsize (KiB) 440372

[startup+12.7007 s]
/proc/loadavg: 8.06 8.10 8.15 9/186 21297
/proc/meminfo: memFree=24516176/32951132 swapFree=67111524/67111528
[pid=21291] ppid=21289 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21291/stat : 21291 (priss.sh) S 21289 21291 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516885584 8908800 251 33554432000 4194304 4922060 140734107007696 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21291/statm: 2175 251 211 178 0 68 0
[pid=21292] ppid=21291 vsize=431672 CPUtime=50.39 cores=1,3,5,7
/proc/21292/stat : 21292 (priss) S 21291 21291 18837 0 -1 4202496 75739 0 0 0 5006 33 0 0 19 0 5 0 516885584 442032128 52798 33554432000 4194304 5787044 140733680008400 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/21292/statm: 107918 52798 418 389 0 103668 0
[pid=21292/tid=21294] ppid=21291 vsize=431672 CPUtime=12.53 cores=1,3,5,7
/proc/21292/task/21294/stat : 21294 (priss) R 21291 21291 18837 0 -1 4202560 17853 0 0 0 1244 9 0 0 25 0 5 0 516885591 442032128 52798 33554432000 4194304 5787044 140733680008400 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=21292/tid=21295] ppid=21291 vsize=431672 CPUtime=12.59 cores=1,3,5,7
/proc/21292/task/21295/stat : 21295 (priss) R 21291 21291 18837 0 -1 4202560 14912 0 0 0 1252 7 0 0 25 0 5 0 516885592 442032128 52798 33554432000 4194304 5787044 140733680008400 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21292/tid=21296] ppid=21291 vsize=431672 CPUtime=12.58 cores=1,3,5,7
/proc/21292/task/21296/stat : 21296 (priss) R 21291 21291 18837 0 -1 4202560 16228 0 0 0 1250 8 0 0 25 0 5 0 516885593 442032128 52798 33554432000 4194304 5787044 140733680008400 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21292/tid=21297] ppid=21291 vsize=431672 CPUtime=12.56 cores=1,3,5,7
/proc/21292/task/21297/stat : 21297 (priss) R 21291 21291 18837 0 -1 4202560 17991 0 0 0 1250 6 0 0 25 0 5 0 516885595 442032128 52798 33554432000 4194304 5787044 140733680008400 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.39
Current children cumulated vsize (KiB) 440372

[startup+25.5005 s]
/proc/loadavg: 8.05 8.10 8.15 9/186 21297
/proc/meminfo: memFree=24487416/32951132 swapFree=67111524/67111528
[pid=21291] ppid=21289 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21291/stat : 21291 (priss.sh) S 21289 21291 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516885584 8908800 251 33554432000 4194304 4922060 140734107007696 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21291/statm: 2175 251 211 178 0 68 0
[pid=21292] ppid=21291 vsize=437032 CPUtime=101.52 cores=1,3,5,7
/proc/21292/stat : 21292 (priss) S 21291 21291 18837 0 -1 4202496 82246 0 0 0 10112 40 0 0 19 0 5 0 516885584 447520768 58051 33554432000 4194304 5787044 140733680008400 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/21292/statm: 109258 58051 418 389 0 105008 0
[pid=21292/tid=21294] ppid=21291 vsize=437032 CPUtime=25.26 cores=1,3,5,7
/proc/21292/task/21294/stat : 21294 (priss) R 21291 21291 18837 0 -1 4202560 18669 0 0 0 2516 10 0 0 25 0 5 0 516885591 447520768 58051 33554432000 4194304 5787044 140733680008400 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=21292/tid=21295] ppid=21291 vsize=437032 CPUtime=25.39 cores=1,3,5,7
/proc/21292/task/21295/stat : 21295 (priss) R 21291 21291 18837 0 -1 4202560 15554 0 0 0 2531 8 0 0 25 0 5 0 516885592 447520768 58051 33554432000 4194304 5787044 140733680008400 18446744073709551615 5591695 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21292/tid=21296] ppid=21291 vsize=437032 CPUtime=25.38 cores=1,3,5,7
/proc/21292/task/21296/stat : 21296 (priss) R 21291 21291 18837 0 -1 4202560 16343 0 0 0 2529 9 0 0 25 0 5 0 516885593 447520768 58051 33554432000 4194304 5787044 140733680008400 18446744073709551615 4238583 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21292/tid=21297] ppid=21291 vsize=437032 CPUtime=25.34 cores=1,3,5,7
/proc/21292/task/21297/stat : 21297 (priss) R 21291 21291 18837 0 -1 4202560 22925 0 0 0 2524 10 0 0 25 0 5 0 516885595 447520768 58051 33554432000 4194304 5787044 140733680008400 18446744073709551615 4213816 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.52
Current children cumulated vsize (KiB) 445732

[startup+51.1011 s]
/proc/loadavg: 8.03 8.09 8.14 10/186 21298
/proc/meminfo: memFree=24454196/32951132 swapFree=67111524/67111528
[pid=21291] ppid=21289 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21291/stat : 21291 (priss.sh) S 21289 21291 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516885584 8908800 251 33554432000 4194304 4922060 140734107007696 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21291/statm: 2175 251 211 178 0 68 0
[pid=21292] ppid=21291 vsize=437032 CPUtime=203.71 cores=1,3,5,7
/proc/21292/stat : 21292 (priss) S 21291 21291 18837 0 -1 4202496 86995 0 0 0 20324 47 0 0 19 0 5 0 516885584 447520768 62799 33554432000 4194304 5787044 140733680008400 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/21292/statm: 109258 62799 418 389 0 105008 0
[pid=21292/tid=21294] ppid=21291 vsize=437032 CPUtime=50.8 cores=1,3,5,7
/proc/21292/task/21294/stat : 21294 (priss) R 21291 21291 18837 0 -1 4202560 20538 0 0 0 5066 14 0 0 25 0 5 0 516885591 447520768 62799 33554432000 4194304 5787044 140733680008400 18446744073709551615 4238897 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21292/tid=21295] ppid=21291 vsize=437032 CPUtime=50.98 cores=1,3,5,7
/proc/21292/task/21295/stat : 21295 (priss) R 21291 21291 18837 0 -1 4202560 16928 0 0 0 5088 10 0 0 25 0 5 0 516885592 447520768 62799 33554432000 4194304 5787044 140733680008400 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21292/tid=21296] ppid=21291 vsize=437032 CPUtime=50.97 cores=1,3,5,7
/proc/21292/task/21296/stat : 21296 (priss) R 21291 21291 18837 0 -1 4202560 16726 0 0 0 5088 9 0 0 25 0 5 0 516885593 447520768 62799 33554432000 4194304 5787044 140733680008400 18446744073709551615 4238583 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21292/tid=21297] ppid=21291 vsize=437032 CPUtime=50.83 cores=1,3,5,7
/proc/21292/task/21297/stat : 21297 (priss) R 21291 21291 18837 0 -1 4202560 24048 0 0 0 5071 12 0 0 25 0 5 0 516885595 447520768 62799 33554432000 4194304 5787044 140733680008400 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.71
Current children cumulated vsize (KiB) 445732

[startup+102.301 s]
/proc/loadavg: 8.01 8.07 8.13 9/186 21299
/proc/meminfo: memFree=24395772/32951132 swapFree=67111524/67111528
[pid=21291] ppid=21289 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21291/stat : 21291 (priss.sh) S 21289 21291 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516885584 8908800 251 33554432000 4194304 4922060 140734107007696 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21291/statm: 2175 251 211 178 0 68 0
[pid=21292] ppid=21291 vsize=440332 CPUtime=408.2 cores=1,3,5,7
/proc/21292/stat : 21292 (priss) S 21291 21291 18837 0 -1 4202496 97061 0 0 0 40756 64 0 0 19 0 5 0 516885584 450899968 72818 33554432000 4194304 5787044 140733680008400 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/21292/statm: 110083 72818 418 389 0 105833 0
[pid=21292/tid=21294] ppid=21291 vsize=440332 CPUtime=101.97 cores=1,3,5,7
/proc/21292/task/21294/stat : 21294 (priss) R 21291 21291 18837 0 -1 4202560 23003 0 0 0 10179 18 0 0 25 0 5 0 516885591 450899968 72818 33554432000 4194304 5787044 140733680008400 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21292/tid=21295] ppid=21291 vsize=440332 CPUtime=102.17 cores=1,3,5,7
/proc/21292/task/21295/stat : 21295 (priss) R 21291 21291 18837 0 -1 4202560 18841 0 0 0 10203 14 0 0 25 0 5 0 516885592 450899968 72818 33554432000 4194304 5787044 140733680008400 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21292/tid=21296] ppid=21291 vsize=440332 CPUtime=102.17 cores=1,3,5,7
/proc/21292/task/21296/stat : 21296 (priss) R 21291 21291 18837 0 -1 4202560 19366 0 0 0 10205 12 0 0 25 0 5 0 516885593 450899968 72818 33554432000 4194304 5787044 140733680008400 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21292/tid=21297] ppid=21291 vsize=440332 CPUtime=101.74 cores=1,3,5,7

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

/proc/21292/task/21295/stat : 21295 (priss) R 21291 21291 18837 0 -1 4202560 41748 0 0 0 88160 53 0 0 25 0 5 0 516885592 768458752 147505 33554432000 4194304 5787044 140733680008400 18446744073709551615 5590420 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21292/tid=21296] ppid=21291 vsize=750448 CPUtime=882.1 cores=1,3,5,7
/proc/21292/task/21296/stat : 21296 (priss) R 21291 21291 18837 0 -1 4202560 35262 0 0 0 88166 44 0 0 25 0 5 0 516885593 768458752 147505 33554432000 4194304 5787044 140733680008400 18446744073709551615 5590632 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21292/tid=21297] ppid=21291 vsize=750448 CPUtime=876.97 cores=1,3,5,7
/proc/21292/task/21297/stat : 21297 (priss) R 21291 21291 18837 0 -1 4202560 44020 0 0 0 87652 45 0 0 25 0 5 0 516885595 768458752 147505 33554432000 4194304 5787044 140733680008400 18446744073709551615 5526770 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3523.18
Current children cumulated vsize (KiB) 759148

[startup+942.301 s]
/proc/loadavg: 4.23 6.34 7.41 5/175 21351
/proc/meminfo: memFree=24550192/32951132 swapFree=67111524/67111528
[pid=21291] ppid=21289 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21291/stat : 21291 (priss.sh) S 21289 21291 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516885584 8908800 251 33554432000 4194304 4922060 140734107007696 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21291/statm: 2175 251 211 178 0 68 0
[pid=21292] ppid=21291 vsize=750448 CPUtime=3762.86 cores=1,3,5,7
/proc/21292/stat : 21292 (priss) S 21291 21291 18837 0 -1 4202496 173560 0 0 0 376091 195 0 0 19 0 5 0 516885584 768458752 147926 33554432000 4194304 5787044 140733680008400 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/21292/statm: 187612 147926 418 389 0 183362 0
[pid=21292/tid=21294] ppid=21291 vsize=750448 CPUtime=941.84 cores=1,3,5,7
/proc/21292/task/21294/stat : 21294 (priss) R 21291 21291 18837 0 -1 4202560 43772 0 0 0 94135 49 0 0 25 0 5 0 516885591 768458752 147926 33554432000 4194304 5787044 140733680008400 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21292/tid=21295] ppid=21291 vsize=750448 CPUtime=942.13 cores=1,3,5,7
/proc/21292/task/21295/stat : 21295 (priss) R 21291 21291 18837 0 -1 4202560 41749 0 0 0 94160 53 0 0 25 0 5 0 516885592 768458752 147926 33554432000 4194304 5787044 140733680008400 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21292/tid=21296] ppid=21291 vsize=750448 CPUtime=942.1 cores=1,3,5,7
/proc/21292/task/21296/stat : 21296 (priss) R 21291 21291 18837 0 -1 4202560 35263 0 0 0 94166 44 0 0 25 0 5 0 516885593 768458752 147926 33554432000 4194304 5787044 140733680008400 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21292/tid=21297] ppid=21291 vsize=750448 CPUtime=936.64 cores=1,3,5,7
/proc/21292/task/21297/stat : 21297 (priss) R 21291 21291 18837 0 -1 4202560 44021 0 0 0 93619 45 0 0 25 0 5 0 516885595 768458752 147926 33554432000 4194304 5787044 140733680008400 18446744073709551615 5527482 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3762.86
Current children cumulated vsize (KiB) 759148

[startup+1002.3 s]
/proc/loadavg: 4.08 5.88 7.18 5/175 21352
/proc/meminfo: memFree=24550304/32951132 swapFree=67111524/67111528
[pid=21291] ppid=21289 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21291/stat : 21291 (priss.sh) S 21289 21291 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516885584 8908800 251 33554432000 4194304 4922060 140734107007696 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21291/statm: 2175 251 211 178 0 68 0
[pid=21292] ppid=21291 vsize=750448 CPUtime=4002.55 cores=1,3,5,7
/proc/21292/stat : 21292 (priss) S 21291 21291 18837 0 -1 4202496 173562 0 0 0 400060 195 0 0 19 0 5 0 516885584 768458752 147928 33554432000 4194304 5787044 140733680008400 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/21292/statm: 187612 147928 418 389 0 183362 0
[pid=21292/tid=21294] ppid=21291 vsize=750448 CPUtime=1001.85 cores=1,3,5,7
/proc/21292/task/21294/stat : 21294 (priss) R 21291 21291 18837 0 -1 4202560 43773 0 0 0 100136 49 0 0 25 0 5 0 516885591 768458752 147928 33554432000 4194304 5787044 140733680008400 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21292/tid=21295] ppid=21291 vsize=750448 CPUtime=1002.13 cores=1,3,5,7
/proc/21292/task/21295/stat : 21295 (priss) R 21291 21291 18837 0 -1 4202560 41749 0 0 0 100160 53 0 0 25 0 5 0 516885592 768458752 147928 33554432000 4194304 5787044 140733680008400 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21292/tid=21296] ppid=21291 vsize=750448 CPUtime=1002.11 cores=1,3,5,7
/proc/21292/task/21296/stat : 21296 (priss) R 21291 21291 18837 0 -1 4202560 35264 0 0 0 100167 44 0 0 25 0 5 0 516885593 768458752 147928 33554432000 4194304 5787044 140733680008400 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21292/tid=21297] ppid=21291 vsize=750448 CPUtime=996.31 cores=1,3,5,7
/proc/21292/task/21297/stat : 21297 (priss) R 21291 21291 18837 0 -1 4202560 44021 0 0 0 99586 45 0 0 25 0 5 0 516885595 768458752 147928 33554432000 4194304 5787044 140733680008400 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4002.55
Current children cumulated vsize (KiB) 759148

[startup+1062.3 s]
/proc/loadavg: 4.10 5.58 7.00 5/175 21354
/proc/meminfo: memFree=24547320/32951132 swapFree=67111524/67111528
[pid=21291] ppid=21289 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21291/stat : 21291 (priss.sh) S 21289 21291 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516885584 8908800 251 33554432000 4194304 4922060 140734107007696 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21291/statm: 2175 251 211 178 0 68 0
[pid=21292] ppid=21291 vsize=753748 CPUtime=4242.2 cores=1,3,5,7
/proc/21292/stat : 21292 (priss) S 21291 21291 18837 0 -1 4202496 174465 0 0 0 424024 196 0 0 19 0 5 0 516885584 771837952 148831 33554432000 4194304 5787044 140733680008400 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/21292/statm: 188437 148831 418 389 0 184187 0
[pid=21292/tid=21294] ppid=21291 vsize=753748 CPUtime=1061.84 cores=1,3,5,7
/proc/21292/task/21294/stat : 21294 (priss) R 21291 21291 18837 0 -1 4202560 44622 0 0 0 106134 50 0 0 25 0 5 0 516885591 771837952 148831 33554432000 4194304 5787044 140733680008400 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21292/tid=21295] ppid=21291 vsize=753748 CPUtime=1062.13 cores=1,3,5,7
/proc/21292/task/21295/stat : 21295 (priss) R 21291 21291 18837 0 -1 4202560 41751 0 0 0 106159 54 0 0 25 0 5 0 516885592 771837952 148831 33554432000 4194304 5787044 140733680008400 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21292/tid=21296] ppid=21291 vsize=753748 CPUtime=1062.1 cores=1,3,5,7
/proc/21292/task/21296/stat : 21296 (priss) R 21291 21291 18837 0 -1 4202560 35310 0 0 0 106166 44 0 0 25 0 5 0 516885593 771837952 148831 33554432000 4194304 5787044 140733680008400 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21292/tid=21297] ppid=21291 vsize=753748 CPUtime=1055.99 cores=1,3,5,7
/proc/21292/task/21297/stat : 21297 (priss) R 21291 21291 18837 0 -1 4202560 44027 0 0 0 105553 46 0 0 25 0 5 0 516885595 771837952 148831 33554432000 4194304 5787044 140733680008400 18446744073709551615 5527582 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4242.2
Current children cumulated vsize (KiB) 762448

[startup+1122.31 s]
/proc/loadavg: 4.10 5.28 6.80 5/175 21356
/proc/meminfo: memFree=24532932/32951132 swapFree=67111524/67111528
[pid=21291] ppid=21289 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21291/stat : 21291 (priss.sh) S 21289 21291 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516885584 8908800 251 33554432000 4194304 4922060 140734107007696 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21291/statm: 2175 251 211 178 0 68 0
[pid=21292] ppid=21291 vsize=764724 CPUtime=4481.9 cores=1,3,5,7
/proc/21292/stat : 21292 (priss) S 21291 21291 18837 0 -1 4202496 178090 0 0 0 447992 198 0 0 19 0 5 0 516885584 783077376 152456 33554432000 4194304 5787044 140733680008400 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/21292/statm: 191181 152456 418 389 0 186931 0
[pid=21292/tid=21294] ppid=21291 vsize=764724 CPUtime=1121.85 cores=1,3,5,7
/proc/21292/task/21294/stat : 21294 (priss) R 21291 21291 18837 0 -1 4202560 47388 0 0 0 112133 52 0 0 25 0 5 0 516885591 783077376 152456 33554432000 4194304 5787044 140733680008400 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21292/tid=21295] ppid=21291 vsize=764724 CPUtime=1122.14 cores=1,3,5,7
/proc/21292/task/21295/stat : 21295 (priss) R 21291 21291 18837 0 -1 4202560 41766 0 0 0 112160 54 0 0 25 0 5 0 516885592 783077376 152456 33554432000 4194304 5787044 140733680008400 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21292/tid=21296] ppid=21291 vsize=764724 CPUtime=1122.12 cores=1,3,5,7
/proc/21292/task/21296/stat : 21296 (priss) R 21291 21291 18837 0 -1 4202560 36082 0 0 0 112167 45 0 0 25 0 5 0 516885593 783077376 152456 33554432000 4194304 5787044 140733680008400 18446744073709551615 4254546 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21292/tid=21297] ppid=21291 vsize=764724 CPUtime=1115.67 cores=1,3,5,7
/proc/21292/task/21297/stat : 21297 (priss) R 21291 21291 18837 0 -1 4202560 44099 0 0 0 111521 46 0 0 25 0 5 0 516885595 783077376 152456 33554432000 4194304 5787044 140733680008400 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4481.9
Current children cumulated vsize (KiB) 773424

[startup+1182.3 s]
/proc/loadavg: 4.10 5.08 6.64 5/175 21357
/proc/meminfo: memFree=24518656/32951132 swapFree=67111524/67111528
[pid=21291] ppid=21289 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21291/stat : 21291 (priss.sh) S 21289 21291 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516885584 8908800 251 33554432000 4194304 4922060 140734107007696 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21291/statm: 2175 251 211 178 0 68 0
[pid=21292] ppid=21291 vsize=775380 CPUtime=4721.56 cores=1,3,5,7
/proc/21292/stat : 21292 (priss) S 21291 21291 18837 0 -1 4202496 181763 0 0 0 471954 202 0 0 19 0 5 0 516885584 793989120 156129 33554432000 4194304 5787044 140733680008400 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/21292/statm: 193845 156129 418 389 0 189595 0
[pid=21292/tid=21294] ppid=21291 vsize=775380 CPUtime=1181.85 cores=1,3,5,7
/proc/21292/task/21294/stat : 21294 (priss) R 21291 21291 18837 0 -1 4202560 50017 0 0 0 118131 54 0 0 25 0 5 0 516885591 793989120 156129 33554432000 4194304 5787044 140733680008400 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21292/tid=21295] ppid=21291 vsize=775380 CPUtime=1182.13 cores=1,3,5,7
/proc/21292/task/21295/stat : 21295 (priss) R 21291 21291 18837 0 -1 4202560 41815 0 0 0 118159 54 0 0 25 0 5 0 516885592 793989120 156129 33554432000 4194304 5787044 140733680008400 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21292/tid=21296] ppid=21291 vsize=775380 CPUtime=1182.11 cores=1,3,5,7
/proc/21292/task/21296/stat : 21296 (priss) R 21291 21291 18837 0 -1 4202560 36223 0 0 0 118166 45 0 0 25 0 5 0 516885593 793989120 156129 33554432000 4194304 5787044 140733680008400 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21292/tid=21297] ppid=21291 vsize=775380 CPUtime=1175.33 cores=1,3,5,7
/proc/21292/task/21297/stat : 21297 (priss) R 21291 21291 18837 0 -1 4202560 44953 0 0 0 117487 46 0 0 25 0 5 0 516885595 793989120 156129 33554432000 4194304 5787044 140733680008400 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4721.56
Current children cumulated vsize (KiB) 784080



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202 s]
/proc/loadavg: 4.06 4.99 6.57 5/175 21358
/proc/meminfo: memFree=24511960/32951132 swapFree=67111524/67111528
[pid=21291] ppid=21289 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21291/stat : 21291 (priss.sh) S 21289 21291 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516885584 8908800 251 33554432000 4194304 4922060 140734107007696 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21291/statm: 2175 251 211 178 0 68 0
[pid=21292] ppid=21291 vsize=777636 CPUtime=4800.27 cores=1,3,5,7
/proc/21292/stat : 21292 (priss) S 21291 21291 18837 0 -1 4202496 183350 0 0 0 479823 204 0 0 19 0 5 0 516885584 796299264 157716 33554432000 4194304 5787044 140733680008400 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/21292/statm: 194409 157716 418 389 0 190159 0
[pid=21292/tid=21294] ppid=21291 vsize=777636 CPUtime=1201.56 cores=1,3,5,7
/proc/21292/task/21294/stat : 21294 (priss) R 21291 21291 18837 0 -1 4202560 50577 0 0 0 120101 55 0 0 25 0 5 0 516885591 796299264 157716 33554432000 4194304 5787044 140733680008400 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21292/tid=21295] ppid=21291 vsize=777636 CPUtime=1201.83 cores=1,3,5,7
/proc/21292/task/21295/stat : 21295 (priss) R 21291 21291 18837 0 -1 4202560 42347 0 0 0 120129 54 0 0 25 0 5 0 516885592 796299264 157716 33554432000 4194304 5787044 140733680008400 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21292/tid=21296] ppid=21291 vsize=777636 CPUtime=1201.82 cores=1,3,5,7
/proc/21292/task/21296/stat : 21296 (priss) R 21291 21291 18837 0 -1 4202560 36260 0 0 0 120137 45 0 0 25 0 5 0 516885593 796299264 157716 33554432000 4194304 5787044 140733680008400 18446744073709551615 4732305 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21292/tid=21297] ppid=21291 vsize=777636 CPUtime=1194.93 cores=1,3,5,7
/proc/21292/task/21297/stat : 21297 (priss) R 21291 21291 18837 0 -1 4202560 45411 0 0 0 119445 48 0 0 25 0 5 0 516885595 796299264 157716 33554432000 4194304 5787044 140733680008400 18446744073709551615 5528394 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.27
Current children cumulated vsize (KiB) 786336

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

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

[startup+1202 s]
/proc/loadavg: 4.06 4.99 6.57 5/175 21358
/proc/meminfo: memFree=24511960/32951132 swapFree=67111524/67111528
[pid=21291] ppid=21289 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21291/stat : 21291 (priss.sh) S 21289 21291 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516885584 8908800 251 33554432000 4194304 4922060 140734107007696 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21291/statm: 2175 251 211 178 0 68 0
[pid=21292] ppid=21291 vsize=777636 CPUtime=4800.27 cores=1,3,5,7
/proc/21292/stat : 21292 (priss) S 21291 21291 18837 0 -1 4202496 183350 0 0 0 479823 204 0 0 19 0 5 0 516885584 796299264 157716 33554432000 4194304 5787044 140733680008400 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/21292/statm: 194409 157716 418 389 0 190159 0
[pid=21292/tid=21294] ppid=21291 vsize=777636 CPUtime=1201.56 cores=1,3,5,7
/proc/21292/task/21294/stat : 21294 (priss) R 21291 21291 18837 0 -1 4202560 50577 0 0 0 120101 55 0 0 25 0 5 0 516885591 796299264 157716 33554432000 4194304 5787044 140733680008400 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21292/tid=21295] ppid=21291 vsize=777636 CPUtime=1201.83 cores=1,3,5,7
/proc/21292/task/21295/stat : 21295 (priss) R 21291 21291 18837 0 -1 4202560 42347 0 0 0 120129 54 0 0 25 0 5 0 516885592 796299264 157716 33554432000 4194304 5787044 140733680008400 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21292/tid=21296] ppid=21291 vsize=777636 CPUtime=1201.82 cores=1,3,5,7
/proc/21292/task/21296/stat : 21296 (priss) R 21291 21291 18837 0 -1 4202560 36260 0 0 0 120137 45 0 0 25 0 5 0 516885593 796299264 157716 33554432000 4194304 5787044 140733680008400 18446744073709551615 4732305 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21292/tid=21297] ppid=21291 vsize=777636 CPUtime=1194.93 cores=1,3,5,7
/proc/21292/task/21297/stat : 21297 (priss) R 21291 21291 18837 0 -1 4202560 45411 0 0 0 119445 48 0 0 25 0 5 0 516885595 796299264 157716 33554432000 4194304 5787044 140733680008400 18446744073709551615 5528394 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.27
Current children cumulated vsize (KiB) 786336

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1202.02
CPU time (s): 4800.27
CPU user time (s): 4798.23
CPU system time (s): 2.04
CPU usage (%): 399.351
Max. virtual memory (cumulated for all children) (KiB): 786336

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.60675 second user time and 4.96124 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-29 06:54:19
IDJOB=3289021
IDBENCH=83113
IDSOLVER=1603
FILE ID=node131/3289021-1304052859
RUNJOBID= node131-1304036726-18856
PBS_JOBID= 13170364
Free space on /tmp= 71368 MiB

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

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

MD5SUM BENCH= e822739302a2d834ec9ddfe9fbd0caa2
RANDOM SEED=931439221

node131.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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      24727512 kB
Buffers:        956504 kB
Cached:        6303944 kB
SwapCached:          4 kB
Active:         695360 kB
Inactive:      7032720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      24727512 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            4716 kB
Writeback:           4 kB
AnonPages:      467444 kB
Mapped:          15844 kB
Slab:           431188 kB
PageTables:       5376 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   680652 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71380 MiB
End job on node131 at 2011-04-29 07:14:23