Trace number 3288836

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 Auto? (TO) 4800.31 1201.92

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom26.cnf
MD5SUM98fee1752ddf8cd7cd77925ecf4bfe6e
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 variables73074
Number of clauses245746
Sum of the clauses size628346
Maximum clause length2232
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2124096
Number of clauses of size 3120415
Number of clauses of size 4350
Number of clauses of size 524
Number of clauses of size over 5860

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: 2110
0.00/0.00	c setup for 4cores
0.00/0.07	c parsetime: 74067us
0.00/0.07	c parsed 245746 clauses with 73074 variables
0.00/0.09	c NW started thread 0 successfully (1103497536)
0.00/0.11	c NW started thread 1 successfully (1113987392)
0.00/0.13	c NW started thread 2 successfully (1124477248)
0.00/0.17	c NW started thread 3 successfully (1134967104)
9.86/2.61	c preprocessor returned 73074 variables
9.86/2.61	c preprocessing returned UNKNOWN
9.86/2.61	c PP set 2389 variables
9.86/2.61	c pp time: 2502097us (2s)
9.86/2.62	c preprocessor returned 73074 variables
9.86/2.62	c preprocessing returned UNKNOWN
9.86/2.62	c PP set 2389 variables
9.86/2.62	c pp time: 2491719us (2s)
9.86/2.66	c preprocessor returned 73074 variables
9.86/2.66	c preprocessing returned UNKNOWN
9.86/2.66	c PP set 2389 variables
9.86/2.66	c pp time: 2490011us (2s)
9.86/2.69	c preprocessor returned 73074 variables
9.86/2.69	c preprocessing returned UNKNOWN
9.86/2.69	c PP set 2389 variables
9.86/2.69	c pp time: 2501291us (2s)
11.06/2.93	c HTE
11.46/3.00	c subsumption
11.86/3.10	c simplified formula contains 0 unit clauses
12.27/3.24	c HTE
12.67/3.31	c subsumption
13.08/3.41	c simplified formula contains 0 unit clauses
41.43/10.51	c added unsatisfied clause
41.43/10.51	c failed to add network clauses
258.31/64.88	c added unsatisfied clause
258.31/64.88	c failed to add network clauses
1600.79/400.92	c HTE
1826.07/457.37	c subsumption
2356.51/590.14	c simplified formula contains 0 unit 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-3288836-1304051760/watcher-3288836-1304051760 -o /tmp/evaluation-result-3288836-1304051760/solver-3288836-1304051760 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3288836-1304051760.cnf 1451454988 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: 7.95 8.11 8.15 6/186 2109
/proc/meminfo: memFree=21752428/32951124 swapFree=67111524/67111528
[pid=2109] ppid=2107 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/2109/stat : 2109 (prissAuto.sh) S 2107 2109 32466 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516773868 8908800 251 33554432000 4194304 4922060 140733747359792 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2109/statm: 2175 251 211 178 0 68 0

[startup+0.0463851 s]
/proc/loadavg: 7.95 8.11 8.15 6/186 2109
/proc/meminfo: memFree=21752428/32951124 swapFree=67111524/67111528
[pid=2109] ppid=2107 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/2109/stat : 2109 (prissAuto.sh) S 2107 2109 32466 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516773868 8908800 251 33554432000 4194304 4922060 140733747359792 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2109/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100368 s]
/proc/loadavg: 7.95 8.11 8.15 6/186 2109
/proc/meminfo: memFree=21752428/32951124 swapFree=67111524/67111528
[pid=2109] ppid=2107 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/2109/stat : 2109 (prissAuto.sh) S 2107 2109 32466 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516773868 8908800 251 33554432000 4194304 4922060 140733747359792 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2109/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.369576 s]
/proc/loadavg: 7.95 8.11 8.15 6/186 2109
/proc/meminfo: memFree=21752428/32951124 swapFree=67111524/67111528
[pid=2109] ppid=2107 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/2109/stat : 2109 (prissAuto.sh) S 2107 2109 32466 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516773868 8908800 251 33554432000 4194304 4922060 140733747359792 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2109/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.709757 s]
/proc/loadavg: 7.95 8.11 8.15 6/186 2109
/proc/meminfo: memFree=21752428/32951124 swapFree=67111524/67111528
[pid=2109] ppid=2107 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/2109/stat : 2109 (prissAuto.sh) S 2107 2109 32466 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516773868 8908800 251 33554432000 4194304 4922060 140733747359792 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2109/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50107 s]
/proc/loadavg: 7.95 8.11 8.15 11/192 2115
/proc/meminfo: memFree=21551128/32951124 swapFree=67111524/67111528
[pid=2109] ppid=2107 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/2109/stat : 2109 (prissAuto.sh) S 2107 2109 32466 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516773868 8908800 251 33554432000 4194304 4922060 140733747359792 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2109/statm: 2175 251 211 178 0 68 0
[pid=2110] ppid=2109 vsize=454584 CPUtime=5.48 cores=0,2,4,6
/proc/2110/stat : 2110 (priss) S 2109 2109 32466 0 -1 4202496 65650 0 0 0 524 24 0 0 18 0 5 0 516773868 465494016 52478 33554432000 4194304 5787044 140737001603072 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/2110/statm: 113646 52478 352 389 0 109396 0
[pid=2110/tid=2112] ppid=2109 vsize=454584 CPUtime=1.35 cores=0,2,4,6
/proc/2110/task/2112/stat : 2112 (priss) R 2109 2109 32466 0 -1 4202560 15287 0 0 0 130 5 0 0 18 0 5 0 516773877 465494016 52478 33554432000 4194304 5787044 140737001603072 18446744073709551615 4278467 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=2110/tid=2113] ppid=2109 vsize=454584 CPUtime=1.35 cores=0,2,4,6
/proc/2110/task/2113/stat : 2113 (priss) R 2109 2109 32466 0 -1 4202560 13850 0 0 0 129 6 0 0 18 0 5 0 516773879 465494016 52478 33554432000 4194304 5787044 140737001603072 18446744073709551615 4278467 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=2110/tid=2114] ppid=2109 vsize=454584 CPUtime=1.31 cores=0,2,4,6
/proc/2110/task/2114/stat : 2114 (priss) R 2109 2109 32466 0 -1 4202560 12917 0 0 0 126 5 0 0 18 0 5 0 516773881 465494016 52478 33554432000 4194304 5787044 140737001603072 18446744073709551615 4278456 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=2110/tid=2115] ppid=2109 vsize=454584 CPUtime=1.28 cores=0,2,4,6
/proc/2110/task/2115/stat : 2115 (priss) R 2109 2109 32466 0 -1 4202560 11409 0 0 0 124 4 0 0 18 0 5 0 516773885 465494016 52478 33554432000 4194304 5787044 140737001603072 18446744073709551615 4345961 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.48
Current children cumulated vsize (KiB) 463284

[startup+3.10078 s]
/proc/loadavg: 7.95 8.11 8.15 10/192 2115
/proc/meminfo: memFree=21542872/32951124 swapFree=67111524/67111528
[pid=2109] ppid=2107 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/2109/stat : 2109 (prissAuto.sh) S 2107 2109 32466 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516773868 8908800 251 33554432000 4194304 4922060 140733747359792 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2109/statm: 2175 251 211 178 0 68 0
[pid=2110] ppid=2109 vsize=478148 CPUtime=11.86 cores=0,2,4,6
/proc/2110/stat : 2110 (priss) S 2109 2109 32466 0 -1 4202496 92175 0 0 0 1159 27 0 0 18 0 5 0 516773868 489623552 67851 33554432000 4194304 5787044 140737001603072 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/2110/statm: 119537 67851 416 389 0 115287 0
[pid=2110/tid=2112] ppid=2109 vsize=478148 CPUtime=2.96 cores=0,2,4,6
/proc/2110/task/2112/stat : 2112 (priss) R 2109 2109 32466 0 -1 4202560 21882 0 0 0 290 6 0 0 21 0 5 0 516773877 489623552 67851 33554432000 4194304 5787044 140737001603072 18446744073709551615 5591719 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=2110/tid=2113] ppid=2109 vsize=478148 CPUtime=2.94 cores=0,2,4,6
/proc/2110/task/2113/stat : 2113 (priss) R 2109 2109 32466 0 -1 4202560 19796 0 0 0 288 6 0 0 22 0 5 0 516773879 489623552 67851 33554432000 4194304 5787044 140737001603072 18446744073709551615 5590410 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=2110/tid=2114] ppid=2109 vsize=478148 CPUtime=2.91 cores=0,2,4,6
/proc/2110/task/2114/stat : 2114 (priss) R 2109 2109 32466 0 -1 4202560 18483 0 0 0 285 6 0 0 21 0 5 0 516773881 489623552 67851 33554432000 4194304 5787044 140737001603072 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=2110/tid=2115] ppid=2109 vsize=478148 CPUtime=2.88 cores=0,2,4,6
/proc/2110/task/2115/stat : 2115 (priss) R 2109 2109 32466 0 -1 4202560 19827 0 0 0 282 6 0 0 21 0 5 0 516773885 489623552 67851 33554432000 4194304 5787044 140737001603072 18446744073709551615 4335747 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.86
Current children cumulated vsize (KiB) 486848

[startup+6.30119 s]
/proc/loadavg: 7.95 8.11 8.15 10/192 2115
/proc/meminfo: memFree=21479008/32951124 swapFree=67111524/67111528
[pid=2109] ppid=2107 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/2109/stat : 2109 (prissAuto.sh) S 2107 2109 32466 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516773868 8908800 251 33554432000 4194304 4922060 140733747359792 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2109/statm: 2175 251 211 178 0 68 0
[pid=2110] ppid=2109 vsize=478148 CPUtime=24.65 cores=0,2,4,6
/proc/2110/stat : 2110 (priss) S 2109 2109 32466 0 -1 4202496 95728 0 0 0 2437 28 0 0 18 0 5 0 516773868 489623552 68551 33554432000 4194304 5787044 140737001603072 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/2110/statm: 119537 68551 418 389 0 115287 0
[pid=2110/tid=2112] ppid=2109 vsize=478148 CPUtime=6.16 cores=0,2,4,6
/proc/2110/task/2112/stat : 2112 (priss) R 2109 2109 32466 0 -1 4202560 22002 0 0 0 610 6 0 0 25 0 5 0 516773877 489623552 68551 33554432000 4194304 5787044 140737001603072 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=2110/tid=2113] ppid=2109 vsize=478148 CPUtime=6.14 cores=0,2,4,6
/proc/2110/task/2113/stat : 2113 (priss) R 2109 2109 32466 0 -1 4202560 19956 0 0 0 608 6 0 0 25 0 5 0 516773879 489623552 68551 33554432000 4194304 5787044 140737001603072 18446744073709551615 4218691 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=2110/tid=2114] ppid=2109 vsize=478148 CPUtime=6.12 cores=0,2,4,6
/proc/2110/task/2114/stat : 2114 (priss) R 2109 2109 32466 0 -1 4202560 18616 0 0 0 605 7 0 0 25 0 5 0 516773881 489623552 68551 33554432000 4194304 5787044 140737001603072 18446744073709551615 5590552 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=2110/tid=2115] ppid=2109 vsize=478148 CPUtime=6.06 cores=0,2,4,6
/proc/2110/task/2115/stat : 2115 (priss) R 2109 2109 32466 0 -1 4202560 22967 0 0 0 600 6 0 0 25 0 5 0 516773885 489623552 68551 33554432000 4194304 5787044 140737001603072 18446744073709551615 4220668 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.65
Current children cumulated vsize (KiB) 486848

[startup+12.701 s]
/proc/loadavg: 7.95 8.11 8.15 10/192 2115
/proc/meminfo: memFree=21475320/32951124 swapFree=67111524/67111528
[pid=2109] ppid=2107 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/2109/stat : 2109 (prissAuto.sh) S 2107 2109 32466 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516773868 8908800 251 33554432000 4194304 4922060 140733747359792 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2109/statm: 2175 251 211 178 0 68 0
[pid=2110] ppid=2109 vsize=478148 CPUtime=50.21 cores=0,2,4,6
/proc/2110/stat : 2110 (priss) S 2109 2109 32466 0 -1 4202496 96507 0 0 0 4992 29 0 0 18 0 5 0 516773868 489623552 69330 33554432000 4194304 5787044 140737001603072 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/2110/statm: 119537 69330 418 389 0 115287 0
[pid=2110/tid=2112] ppid=2109 vsize=478148 CPUtime=12.55 cores=0,2,4,6
/proc/2110/task/2112/stat : 2112 (priss) R 2109 2109 32466 0 -1 4202560 22151 0 0 0 1249 6 0 0 25 0 5 0 516773877 489623552 69330 33554432000 4194304 5787044 140737001603072 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=2110/tid=2113] ppid=2109 vsize=478148 CPUtime=12.54 cores=0,2,4,6
/proc/2110/task/2113/stat : 2113 (priss) R 2109 2109 32466 0 -1 4202560 20129 0 0 0 1248 6 0 0 25 0 5 0 516773879 489623552 69330 33554432000 4194304 5787044 140737001603072 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=2110/tid=2114] ppid=2109 vsize=478148 CPUtime=12.52 cores=0,2,4,6
/proc/2110/task/2114/stat : 2114 (priss) R 2109 2109 32466 0 -1 4202560 18914 0 0 0 1245 7 0 0 25 0 5 0 516773881 489623552 69330 33554432000 4194304 5787044 140737001603072 18446744073709551615 5585300 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=2110/tid=2115] ppid=2109 vsize=478148 CPUtime=12.42 cores=0,2,4,6
/proc/2110/task/2115/stat : 2115 (priss) R 2109 2109 32466 0 -1 4202560 23126 0 0 0 1236 6 0 0 25 0 5 0 516773885 489623552 69330 33554432000 4194304 5787044 140737001603072 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.21
Current children cumulated vsize (KiB) 486848

[startup+25.5066 s]
/proc/loadavg: 7.96 8.10 8.14 10/192 2116
/proc/meminfo: memFree=21461300/32951124 swapFree=67111524/67111528
[pid=2109] ppid=2107 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/2109/stat : 2109 (prissAuto.sh) S 2107 2109 32466 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516773868 8908800 251 33554432000 4194304 4922060 140733747359792 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2109/statm: 2175 251 211 178 0 68 0
[pid=2110] ppid=2109 vsize=481616 CPUtime=101.36 cores=0,2,4,6
/proc/2110/stat : 2110 (priss) S 2109 2109 32466 0 -1 4202496 100082 0 0 0 10104 32 0 0 18 0 5 0 516773868 493174784 72905 33554432000 4194304 5787044 140737001603072 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/2110/statm: 120404 72905 418 389 0 116154 0
[pid=2110/tid=2112] ppid=2109 vsize=481616 CPUtime=25.36 cores=0,2,4,6
/proc/2110/task/2112/stat : 2112 (priss) R 2109 2109 32466 0 -1 4202560 23364 0 0 0 2529 7 0 0 25 0 5 0 516773877 493174784 72905 33554432000 4194304 5787044 140737001603072 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=2110/tid=2113] ppid=2109 vsize=481616 CPUtime=25.35 cores=0,2,4,6
/proc/2110/task/2113/stat : 2113 (priss) R 2109 2109 32466 0 -1 4202560 20225 0 0 0 2528 7 0 0 25 0 5 0 516773879 493174784 72905 33554432000 4194304 5787044 140737001603072 18446744073709551615 4219928 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=2110/tid=2114] ppid=2109 vsize=481616 CPUtime=25.32 cores=0,2,4,6
/proc/2110/task/2114/stat : 2114 (priss) R 2109 2109 32466 0 -1 4202560 20222 0 0 0 2525 7 0 0 25 0 5 0 516773881 493174784 72905 33554432000 4194304 5787044 140737001603072 18446744073709551615 5590803 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=2110/tid=2115] ppid=2109 vsize=481616 CPUtime=25.16 cores=0,2,4,6
/proc/2110/task/2115/stat : 2115 (priss) R 2109 2109 32466 0 -1 4202560 24084 0 0 0 2508 8 0 0 25 0 5 0 516773885 493174784 72905 33554432000 4194304 5787044 140737001603072 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.36
Current children cumulated vsize (KiB) 490316

[startup+51.1009 s]
/proc/loadavg: 8.03 8.11 8.14 10/192 2116
/proc/meminfo: memFree=21434672/32951124 swapFree=67111524/67111528
[pid=2109] ppid=2107 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/2109/stat : 2109 (prissAuto.sh) S 2107 2109 32466 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516773868 8908800 251 33554432000 4194304 4922060 140733747359792 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2109/statm: 2175 251 211 178 0 68 0
[pid=2110] ppid=2109 vsize=487824 CPUtime=203.59 cores=0,2,4,6
/proc/2110/stat : 2110 (priss) S 2109 2109 32466 0 -1 4202496 106655 0 0 0 20321 38 0 0 18 0 5 0 516773868 499531776 79476 33554432000 4194304 5787044 140737001603072 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/2110/statm: 121956 79476 418 389 0 117706 0
[pid=2110/tid=2112] ppid=2109 vsize=487824 CPUtime=50.96 cores=0,2,4,6
/proc/2110/task/2112/stat : 2112 (priss) R 2109 2109 32466 0 -1 4202560 24252 0 0 0 5087 9 0 0 25 0 5 0 516773877 499531776 79476 33554432000 4194304 5787044 140737001603072 18446744073709551615 5590552 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=2110/tid=2113] ppid=2109 vsize=487824 CPUtime=50.94 cores=0,2,4,6
/proc/2110/task/2113/stat : 2113 (priss) R 2109 2109 32466 0 -1 4202560 22257 0 0 0 5087 7 0 0 25 0 5 0 516773879 499531776 79476 33554432000 4194304 5787044 140737001603072 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=2110/tid=2114] ppid=2109 vsize=487824 CPUtime=50.91 cores=0,2,4,6
/proc/2110/task/2114/stat : 2114 (priss) R 2109 2109 32466 0 -1 4202560 21790 0 0 0 5082 9 0 0 25 0 5 0 516773881 499531776 79476 33554432000 4194304 5787044 140737001603072 18446744073709551615 5592012 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=2110/tid=2115] ppid=2109 vsize=487824 CPUtime=50.61 cores=0,2,4,6
/proc/2110/task/2115/stat : 2115 (priss) R 2109 2109 32466 0 -1 4202560 26169 0 0 0 5051 10 0 0 25 0 5 0 516773885 499531776 79476 33554432000 4194304 5787044 140737001603072 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.59
Current children cumulated vsize (KiB) 496524

[startup+102.3 s]
/proc/loadavg: 8.20 8.15 8.15 10/192 2118
/proc/meminfo: memFree=21394976/32951124 swapFree=67111524/67111528
[pid=2109] ppid=2107 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/2109/stat : 2109 (prissAuto.sh) S 2107 2109 32466 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516773868 8908800 251 33554432000 4194304 4922060 140733747359792 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2109/statm: 2175 251 211 178 0 68 0
[pid=2110] ppid=2109 vsize=492708 CPUtime=408.09 cores=0,2,4,6
/proc/2110/stat : 2110 (priss) S 2109 2109 32466 0 -1 4202496 116515 0 0 0 40759 50 0 0 18 0 5 0 516773868 504532992 89246 33554432000 4194304 5787044 140737001603072 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/2110/statm: 123177 89246 418 389 0 118927 0
[pid=2110/tid=2112] ppid=2109 vsize=492708 CPUtime=102.15 cores=0,2,4,6
/proc/2110/task/2112/stat : 2112 (priss) R 2109 2109 32466 0 -1 4202560 28199 0 0 0 10202 13 0 0 25 0 5 0 516773877 504532992 89246 33554432000 4194304 5787044 140737001603072 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=2110/tid=2113] ppid=2109 vsize=492708 CPUtime=102.14 cores=0,2,4,6
/proc/2110/task/2113/stat : 2113 (priss) R 2109 2109 32466 0 -1 4202560 24865 0 0 0 10203 11 0 0 25 0 5 0 516773879 504532992 89246 33554432000 4194304 5787044 140737001603072 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=2110/tid=2114] ppid=2109 vsize=492708 CPUtime=102.1 cores=0,2,4,6
/proc/2110/task/2114/stat : 2114 (priss) R 2109 2109 32466 0 -1 4202560 22632 0 0 0 10200 10 0 0 25 0 5 0 516773881 504532992 89246 33554432000 4194304 5787044 140737001603072 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=2110/tid=2115] ppid=2109 vsize=492708 CPUtime=101.53 cores=0,2,4,6

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

/proc/2110/task/2113/stat : 2113 (priss) R 2109 2109 32466 0 -1 4202560 50199 0 0 0 88143 36 0 0 25 0 5 0 516773879 1131503616 208025 33554432000 4194304 5787044 140737001603072 18446744073709551615 5590295 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=2110/tid=2114] ppid=2109 vsize=1104984 CPUtime=882.02 cores=0,2,4,6
/proc/2110/task/2114/stat : 2114 (priss) R 2109 2109 32466 0 -1 4202560 42097 0 0 0 88165 37 0 0 25 0 5 0 516773881 1131503616 208025 33554432000 4194304 5787044 140737001603072 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=2110/tid=2115] ppid=2109 vsize=1104984 CPUtime=878.72 cores=0,2,4,6
/proc/2110/task/2115/stat : 2115 (priss) R 2109 2109 32466 0 -1 4202560 85140 0 0 0 87817 55 0 0 25 0 5 0 516773885 1131503616 208025 33554432000 4194304 5787044 140737001603072 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3523.68
Current children cumulated vsize (KiB) 1113684

[startup+942.301 s]
/proc/loadavg: 8.08 8.16 8.17 9/192 2172
/proc/meminfo: memFree=20820424/32951124 swapFree=67111524/67111528
[pid=2109] ppid=2107 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/2109/stat : 2109 (prissAuto.sh) S 2107 2109 32466 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516773868 8908800 251 33554432000 4194304 4922060 140733747359792 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2109/statm: 2175 251 211 178 0 68 0
[pid=2110] ppid=2109 vsize=1105120 CPUtime=3763.34 cores=0,2,4,6
/proc/2110/stat : 2110 (priss) S 2109 2109 32466 0 -1 4202496 239784 0 0 0 376162 172 0 0 18 0 5 0 516773868 1131642880 209085 33554432000 4194304 5787044 140737001603072 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/2110/statm: 276280 209085 418 389 0 272030 0
[pid=2110/tid=2112] ppid=2109 vsize=1105120 CPUtime=940.98 cores=0,2,4,6
/proc/2110/task/2112/stat : 2112 (priss) R 2109 2109 32466 0 -1 4202560 48899 0 0 0 94059 39 0 0 25 0 5 0 516773877 1131642880 209085 33554432000 4194304 5787044 140737001603072 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=2110/tid=2113] ppid=2109 vsize=1105120 CPUtime=941.46 cores=0,2,4,6
/proc/2110/task/2113/stat : 2113 (priss) R 2109 2109 32466 0 -1 4202560 50199 0 0 0 94110 36 0 0 25 0 5 0 516773879 1131642880 209085 33554432000 4194304 5787044 140737001603072 18446744073709551615 4218800 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=2110/tid=2114] ppid=2109 vsize=1105120 CPUtime=942 cores=0,2,4,6
/proc/2110/task/2114/stat : 2114 (priss) R 2109 2109 32466 0 -1 4202560 42124 0 0 0 94163 37 0 0 25 0 5 0 516773881 1131642880 209085 33554432000 4194304 5787044 140737001603072 18446744073709551615 5591573 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=2110/tid=2115] ppid=2109 vsize=1105120 CPUtime=938.71 cores=0,2,4,6
/proc/2110/task/2115/stat : 2115 (priss) R 2109 2109 32466 0 -1 4202560 86375 0 0 0 93815 56 0 0 25 0 5 0 516773885 1131642880 209085 33554432000 4194304 5787044 140737001603072 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3763.34
Current children cumulated vsize (KiB) 1113820

[startup+1002.31 s]
/proc/loadavg: 8.03 8.13 8.16 9/192 2174
/proc/meminfo: memFree=20799828/32951124 swapFree=67111524/67111528
[pid=2109] ppid=2107 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/2109/stat : 2109 (prissAuto.sh) S 2107 2109 32466 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516773868 8908800 251 33554432000 4194304 4922060 140733747359792 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2109/statm: 2175 251 211 178 0 68 0
[pid=2110] ppid=2109 vsize=1109216 CPUtime=4003.03 cores=0,2,4,6
/proc/2110/stat : 2110 (priss) S 2109 2109 32466 0 -1 4202496 240360 0 0 0 400130 173 0 0 18 0 5 0 516773868 1135837184 209661 33554432000 4194304 5787044 140737001603072 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/2110/statm: 277304 209661 418 389 0 273054 0
[pid=2110/tid=2112] ppid=2109 vsize=1109216 CPUtime=1000.98 cores=0,2,4,6
/proc/2110/task/2112/stat : 2112 (priss) R 2109 2109 32466 0 -1 4202560 48900 0 0 0 100059 39 0 0 25 0 5 0 516773877 1135837184 209661 33554432000 4194304 5787044 140737001603072 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=2110/tid=2113] ppid=2109 vsize=1109216 CPUtime=1001.14 cores=0,2,4,6
/proc/2110/task/2113/stat : 2113 (priss) R 2109 2109 32466 0 -1 4202560 50200 0 0 0 100077 37 0 0 25 0 5 0 516773879 1135837184 209661 33554432000 4194304 5787044 140737001603072 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=2110/tid=2114] ppid=2109 vsize=1109216 CPUtime=1002 cores=0,2,4,6
/proc/2110/task/2114/stat : 2114 (priss) R 2109 2109 32466 0 -1 4202560 42698 0 0 0 100163 37 0 0 25 0 5 0 516773881 1135837184 209661 33554432000 4194304 5787044 140737001603072 18446744073709551615 4254537 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=2110/tid=2115] ppid=2109 vsize=1109216 CPUtime=998.71 cores=0,2,4,6
/proc/2110/task/2115/stat : 2115 (priss) R 2109 2109 32466 0 -1 4202560 86375 0 0 0 99815 56 0 0 25 0 5 0 516773885 1135837184 209661 33554432000 4194304 5787044 140737001603072 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4003.03
Current children cumulated vsize (KiB) 1117916

[startup+1062.3 s]
/proc/loadavg: 8.05 8.12 8.15 9/192 2175
/proc/meminfo: memFree=20749344/32951124 swapFree=67111524/67111528
[pid=2109] ppid=2107 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/2109/stat : 2109 (prissAuto.sh) S 2107 2109 32466 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516773868 8908800 251 33554432000 4194304 4922060 140733747359792 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2109/statm: 2175 251 211 178 0 68 0
[pid=2110] ppid=2109 vsize=1118588 CPUtime=4242.68 cores=0,2,4,6
/proc/2110/stat : 2110 (priss) S 2109 2109 32466 0 -1 4202496 245032 0 0 0 424091 177 0 0 18 0 5 0 516773868 1145434112 214333 33554432000 4194304 5787044 140737001603072 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/2110/statm: 279647 214333 418 389 0 275397 0
[pid=2110/tid=2112] ppid=2109 vsize=1118588 CPUtime=1060.98 cores=0,2,4,6
/proc/2110/task/2112/stat : 2112 (priss) R 2109 2109 32466 0 -1 4202560 51272 0 0 0 106057 41 0 0 25 0 5 0 516773877 1145434112 214333 33554432000 4194304 5787044 140737001603072 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=2110/tid=2113] ppid=2109 vsize=1118588 CPUtime=1060.81 cores=0,2,4,6
/proc/2110/task/2113/stat : 2113 (priss) R 2109 2109 32466 0 -1 4202560 51858 0 0 0 106043 38 0 0 25 0 5 0 516773879 1145434112 214333 33554432000 4194304 5787044 140737001603072 18446744073709551615 5590295 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=2110/tid=2114] ppid=2109 vsize=1118588 CPUtime=1061.99 cores=0,2,4,6
/proc/2110/task/2114/stat : 2114 (priss) R 2109 2109 32466 0 -1 4202560 42770 0 0 0 106162 37 0 0 25 0 5 0 516773881 1145434112 214333 33554432000 4194304 5787044 140737001603072 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=2110/tid=2115] ppid=2109 vsize=1118588 CPUtime=1058.72 cores=0,2,4,6
/proc/2110/task/2115/stat : 2115 (priss) R 2109 2109 32466 0 -1 4202560 86945 0 0 0 105815 57 0 0 25 0 5 0 516773885 1145434112 214333 33554432000 4194304 5787044 140737001603072 18446744073709551615 5527568 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4242.68
Current children cumulated vsize (KiB) 1127288

[startup+1122.3 s]
/proc/loadavg: 8.02 8.10 8.14 9/192 2177
/proc/meminfo: memFree=20697496/32951124 swapFree=67111524/67111528
[pid=2109] ppid=2107 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/2109/stat : 2109 (prissAuto.sh) S 2107 2109 32466 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516773868 8908800 251 33554432000 4194304 4922060 140733747359792 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2109/statm: 2175 251 211 178 0 68 0
[pid=2110] ppid=2109 vsize=1134692 CPUtime=4482.35 cores=0,2,4,6
/proc/2110/stat : 2110 (priss) S 2109 2109 32466 0 -1 4202496 257674 0 0 0 448042 193 0 0 18 0 5 0 516773868 1161924608 226975 33554432000 4194304 5787044 140737001603072 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/2110/statm: 283673 226975 418 389 0 279423 0
[pid=2110/tid=2112] ppid=2109 vsize=1134692 CPUtime=1120.98 cores=0,2,4,6
/proc/2110/task/2112/stat : 2112 (priss) R 2109 2109 32466 0 -1 4202560 55258 0 0 0 112054 44 0 0 25 0 5 0 516773877 1161924608 226975 33554432000 4194304 5787044 140737001603072 18446744073709551615 5590420 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=2110/tid=2113] ppid=2109 vsize=1134692 CPUtime=1120.48 cores=0,2,4,6
/proc/2110/task/2113/stat : 2113 (priss) R 2109 2109 32466 0 -1 4202560 54652 0 0 0 112004 44 0 0 25 0 5 0 516773879 1161924608 226975 33554432000 4194304 5787044 140737001603072 18446744073709551615 5590624 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=2110/tid=2114] ppid=2109 vsize=1134692 CPUtime=1121.99 cores=0,2,4,6
/proc/2110/task/2114/stat : 2114 (priss) R 2109 2109 32466 0 -1 4202560 43660 0 0 0 112160 39 0 0 25 0 5 0 516773881 1161924608 226975 33554432000 4194304 5787044 140737001603072 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=2110/tid=2115] ppid=2109 vsize=1134692 CPUtime=1118.71 cores=0,2,4,6
/proc/2110/task/2115/stat : 2115 (priss) R 2109 2109 32466 0 -1 4202560 91917 0 0 0 111809 62 0 0 25 0 5 0 516773885 1161924608 226975 33554432000 4194304 5787044 140737001603072 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4482.35
Current children cumulated vsize (KiB) 1143392

[startup+1182.3 s]
/proc/loadavg: 8.10 8.11 8.14 9/192 2179
/proc/meminfo: memFree=20655448/32951124 swapFree=67111524/67111528
[pid=2109] ppid=2107 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/2109/stat : 2109 (prissAuto.sh) S 2107 2109 32466 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516773868 8908800 251 33554432000 4194304 4922060 140733747359792 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2109/statm: 2175 251 211 178 0 68 0
[pid=2110] ppid=2109 vsize=1150548 CPUtime=4722.01 cores=0,2,4,6
/proc/2110/stat : 2110 (priss) S 2109 2109 32466 0 -1 4202496 267094 0 0 0 471999 202 0 0 18 0 5 0 516773868 1178161152 236170 33554432000 4194304 5787044 140737001603072 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/2110/statm: 287637 236170 418 389 0 283387 0
[pid=2110/tid=2112] ppid=2109 vsize=1150548 CPUtime=1180.99 cores=0,2,4,6
/proc/2110/task/2112/stat : 2112 (priss) R 2109 2109 32466 0 -1 4202560 57486 0 0 0 118052 47 0 0 25 0 5 0 516773877 1178161152 236170 33554432000 4194304 5787044 140737001603072 18446744073709551615 5592744 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=2110/tid=2113] ppid=2109 vsize=1150548 CPUtime=1180.16 cores=0,2,4,6
/proc/2110/task/2113/stat : 2113 (priss) R 2109 2109 32466 0 -1 4202560 57129 0 0 0 117968 48 0 0 25 0 5 0 516773879 1178161152 236170 33554432000 4194304 5787044 140737001603072 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=2110/tid=2114] ppid=2109 vsize=1150548 CPUtime=1181.97 cores=0,2,4,6
/proc/2110/task/2114/stat : 2114 (priss) R 2109 2109 32466 0 -1 4202560 44282 0 0 0 118158 39 0 0 25 0 5 0 516773881 1178161152 236170 33554432000 4194304 5787044 140737001603072 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=2110/tid=2115] ppid=2109 vsize=1150548 CPUtime=1178.71 cores=0,2,4,6
/proc/2110/task/2115/stat : 2115 (priss) R 2109 2109 32466 0 -1 4202560 96010 0 0 0 117806 65 0 0 25 0 5 0 516773885 1178161152 236170 33554432000 4194304 5787044 140737001603072 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4722.01
Current children cumulated vsize (KiB) 1159248



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 8.07 8.10 8.13 11/192 2179
/proc/meminfo: memFree=20647884/32951124 swapFree=67111524/67111528
[pid=2109] ppid=2107 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/2109/stat : 2109 (prissAuto.sh) S 2107 2109 32466 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516773868 8908800 251 33554432000 4194304 4922060 140733747359792 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2109/statm: 2175 251 211 178 0 68 0
[pid=2110] ppid=2109 vsize=1150548 CPUtime=4800.31 cores=0,2,4,6
/proc/2110/stat : 2110 (priss) S 2109 2109 32466 0 -1 4202496 267892 0 0 0 479828 203 0 0 18 0 5 0 516773868 1178161152 236968 33554432000 4194304 5787044 140737001603072 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/2110/statm: 287637 236968 418 389 0 283387 0
[pid=2110/tid=2112] ppid=2109 vsize=1150548 CPUtime=1200.59 cores=0,2,4,6
/proc/2110/task/2112/stat : 2112 (priss) R 2109 2109 32466 0 -1 4202560 57558 0 0 0 120012 47 0 0 25 0 5 0 516773877 1178161152 236968 33554432000 4194304 5787044 140737001603072 18446744073709551615 5590803 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=2110/tid=2113] ppid=2109 vsize=1150548 CPUtime=1199.65 cores=0,2,4,6
/proc/2110/task/2113/stat : 2113 (priss) R 2109 2109 32466 0 -1 4202560 57786 0 0 0 119916 49 0 0 25 0 5 0 516773879 1178161152 236968 33554432000 4194304 5787044 140737001603072 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=2110/tid=2114] ppid=2109 vsize=1150548 CPUtime=1201.58 cores=0,2,4,6
/proc/2110/task/2114/stat : 2114 (priss) R 2109 2109 32466 0 -1 4202560 44282 0 0 0 120119 39 0 0 25 0 5 0 516773881 1178161152 236968 33554432000 4194304 5787044 140737001603072 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=2110/tid=2115] ppid=2109 vsize=1150548 CPUtime=1198.32 cores=0,2,4,6
/proc/2110/task/2115/stat : 2115 (priss) R 2109 2109 32466 0 -1 4202560 96079 0 0 0 119767 65 0 0 25 0 5 0 516773885 1178161152 236968 33554432000 4194304 5787044 140737001603072 18446744073709551615 5527582 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.31
Current children cumulated vsize (KiB) 1159248

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.07 8.10 8.13 11/192 2179
/proc/meminfo: memFree=20647884/32951124 swapFree=67111524/67111528
[pid=2109] ppid=2107 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/2109/stat : 2109 (prissAuto.sh) S 2107 2109 32466 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516773868 8908800 251 33554432000 4194304 4922060 140733747359792 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2109/statm: 2175 251 211 178 0 68 0
[pid=2110] ppid=2109 vsize=1150548 CPUtime=4800.31 cores=0,2,4,6
/proc/2110/stat : 2110 (priss) S 2109 2109 32466 0 -1 4202496 267892 0 0 0 479828 203 0 0 18 0 5 0 516773868 1178161152 236968 33554432000 4194304 5787044 140737001603072 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/2110/statm: 287637 236968 418 389 0 283387 0
[pid=2110/tid=2112] ppid=2109 vsize=1150548 CPUtime=1200.59 cores=0,2,4,6
/proc/2110/task/2112/stat : 2112 (priss) R 2109 2109 32466 0 -1 4202560 57558 0 0 0 120012 47 0 0 25 0 5 0 516773877 1178161152 236968 33554432000 4194304 5787044 140737001603072 18446744073709551615 5590803 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=2110/tid=2113] ppid=2109 vsize=1150548 CPUtime=1199.65 cores=0,2,4,6
/proc/2110/task/2113/stat : 2113 (priss) R 2109 2109 32466 0 -1 4202560 57786 0 0 0 119916 49 0 0 25 0 5 0 516773879 1178161152 236968 33554432000 4194304 5787044 140737001603072 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=2110/tid=2114] ppid=2109 vsize=1150548 CPUtime=1201.58 cores=0,2,4,6
/proc/2110/task/2114/stat : 2114 (priss) R 2109 2109 32466 0 -1 4202560 44282 0 0 0 120119 39 0 0 25 0 5 0 516773881 1178161152 236968 33554432000 4194304 5787044 140737001603072 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=2110/tid=2115] ppid=2109 vsize=1150548 CPUtime=1198.32 cores=0,2,4,6
/proc/2110/task/2115/stat : 2115 (priss) R 2109 2109 32466 0 -1 4202560 96079 0 0 0 119767 65 0 0 25 0 5 0 516773885 1178161152 236968 33554432000 4194304 5787044 140737001603072 18446744073709551615 5527582 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.31
Current children cumulated vsize (KiB) 1159248

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 2109 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.31
#
# 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.31
CPU user time (s): 4798.28
CPU system time (s): 2.03
CPU usage (%): 399.387
Max. virtual memory (cumulated for all children) (KiB): 1159248

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.84372 second user time and 4.72228 second system time

The end

Launcher Data

Begin job on node135 at 2011-04-29 06:36:00
IDJOB=3288836
IDBENCH=83107
IDSOLVER=1602
FILE ID=node135/3288836-1304051760
RUNJOBID= node135-1304038950-32484
PBS_JOBID= 13170376
Free space on /tmp= 71096 MiB

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

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

MD5SUM BENCH= 98fee1752ddf8cd7cd77925ecf4bfe6e
RANDOM SEED=1451454988

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21752576 kB
Buffers:       1830832 kB
Cached:        8159284 kB
SwapCached:          4 kB
Active:        3026408 kB
Inactive:      7578396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21752576 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            5856 kB
Writeback:           0 kB
AnonPages:      614540 kB
Mapped:          15780 kB
Slab:           528616 kB
PageTables:       5524 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   838884 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71112 MiB
End job on node135 at 2011-04-29 06:56:04