Trace number 3257323

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

General information on the benchmark

NameCRAFTED/edgematching/
compact/em_12_2_4_cmp.cnf
MD5SUM7ea97a36d5ab6c8a5aa99830d5253591
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark62.0956
Satisfiable
(Un)Satisfiability was proved
Number of variables12584
Number of clauses155712
Sum of the clauses size523920
Maximum clause length100
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 217404
Number of clauses of size 3103200
Number of clauses of size 417828
Number of clauses of size 517000
Number of clauses of size over 5280

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: 20175
0.00/0.00	c setup for 4cores
0.00/0.05	c parsetime: 49744us
0.00/0.05	c parsed 155712 clauses with 12584 variables
0.00/0.06	c NW started thread 0 successfully (1085921600)
0.00/0.07	c NW started thread 1 successfully (1114995008)
0.00/0.09	c NW started thread 2 successfully (1125484864)
0.00/0.99	c NW started thread 3 successfully (1103432000)
0.00/1.65	c preprocessor returned 12884 variables
0.00/1.65	c preprocessing returned UNKNOWN
0.00/1.65	c PP set 0 variables
0.00/1.65	c pp time: 1584789us (1s)
0.00/1.67	c preprocessor returned 12884 variables
0.00/1.67	c preprocessing returned UNKNOWN
0.00/1.67	c PP set 0 variables
0.00/1.67	c pp time: 1589274us (1s)
0.00/1.68	c preprocessor returned 12884 variables
0.00/1.68	c preprocessing returned UNKNOWN
0.00/1.68	c PP set 0 variables
0.00/1.68	c pp time: 1578295us (1s)
18.06/4.63	c preprocessor returned 30008 variables
18.06/4.63	c preprocessing returned UNKNOWN
18.06/4.63	c PP set 0 variables
18.06/4.63	c pp time: 4508840us (4s)

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-3257323-1304041884/watcher-3257323-1304041884 -o /tmp/evaluation-result-3257323-1304041884/solver-3257323-1304041884 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3257323-1304041884.cnf 290261028 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.87 8.05 8.04 6/182 20174
/proc/meminfo: memFree=13565800/32951124 swapFree=67111528/67111528
[pid=20174] ppid=20172 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20174/stat : 20174 (prissAuto.sh) S 20172 20174 19631 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515789342 8908800 252 33554432000 4194304 4922060 140735998710336 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20174/statm: 2175 252 211 178 0 68 0

[startup+0.0516961 s]
/proc/loadavg: 7.87 8.05 8.04 6/182 20174
/proc/meminfo: memFree=13565800/32951124 swapFree=67111528/67111528
[pid=20174] ppid=20172 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20174/stat : 20174 (prissAuto.sh) S 20172 20174 19631 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515789342 8908800 252 33554432000 4194304 4922060 140735998710336 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20174/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100629 s]
/proc/loadavg: 7.87 8.05 8.04 6/182 20174
/proc/meminfo: memFree=13565800/32951124 swapFree=67111528/67111528
[pid=20174] ppid=20172 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20174/stat : 20174 (prissAuto.sh) S 20172 20174 19631 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515789342 8908800 252 33554432000 4194304 4922060 140735998710336 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20174/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.947472 s]
/proc/loadavg: 7.87 8.05 8.04 6/182 20174
/proc/meminfo: memFree=13565800/32951124 swapFree=67111528/67111528
[pid=20174] ppid=20172 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20174/stat : 20174 (prissAuto.sh) S 20172 20174 19631 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515789342 8908800 252 33554432000 4194304 4922060 140735998710336 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20174/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.00046 s]
/proc/loadavg: 7.87 8.05 8.04 6/182 20174
/proc/meminfo: memFree=13565800/32951124 swapFree=67111528/67111528
[pid=20174] ppid=20172 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20174/stat : 20174 (prissAuto.sh) S 20172 20174 19631 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515789342 8908800 252 33554432000 4194304 4922060 140735998710336 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20174/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50037 s]
/proc/loadavg: 7.87 8.05 8.04 6/182 20174
/proc/meminfo: memFree=13565800/32951124 swapFree=67111528/67111528
[pid=20174] ppid=20172 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20174/stat : 20174 (prissAuto.sh) S 20172 20174 19631 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515789342 8908800 252 33554432000 4194304 4922060 140735998710336 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20174/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10109 s]
/proc/loadavg: 7.87 8.05 8.04 11/188 20180
/proc/meminfo: memFree=13469280/32951124 swapFree=67111528/67111528
[pid=20174] ppid=20172 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20174/stat : 20174 (prissAuto.sh) S 20172 20174 19631 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515789342 8908800 252 33554432000 4194304 4922060 140735998710336 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20174/statm: 2175 252 211 178 0 68 0
[pid=20175] ppid=20174 vsize=329596 CPUtime=12.07 cores=0,2,4,6
/proc/20175/stat : 20175 (priss) S 20174 20174 19631 0 -1 4202496 27769 0 0 0 1199 8 0 0 18 0 5 0 515789342 337506304 24268 33554432000 4194304 5787044 140733681324592 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/20175/statm: 82399 24268 405 389 0 78149 0
[pid=20175/tid=20177] ppid=20174 vsize=329596 CPUtime=3.01 cores=0,2,4,6
/proc/20175/task/20177/stat : 20177 (priss) R 20174 20174 19631 0 -1 4202560 5284 0 0 0 299 2 0 0 18 0 5 0 515789349 337506304 24268 33554432000 4194304 5787044 140733681324592 18446744073709551615 4254564 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20175/tid=20178] ppid=20174 vsize=329596 CPUtime=3 cores=0,2,4,6
/proc/20175/task/20178/stat : 20178 (priss) R 20174 20174 19631 0 -1 4202560 5132 0 0 0 298 2 0 0 25 0 5 0 515789350 337506304 24268 33554432000 4194304 5787044 140733681324592 18446744073709551615 4254862 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20175/tid=20179] ppid=20174 vsize=329596 CPUtime=2.96 cores=0,2,4,6
/proc/20175/task/20179/stat : 20179 (priss) R 20174 20174 19631 0 -1 4202560 4019 0 0 0 294 2 0 0 18 0 5 0 515789352 337506304 24268 33554432000 4194304 5787044 140733681324592 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20175/tid=20180] ppid=20174 vsize=329596 CPUtime=2.96 cores=0,2,4,6
/proc/20175/task/20180/stat : 20180 (priss) R 20174 20174 19631 0 -1 4202560 5170 0 0 0 296 0 0 0 25 0 5 0 515789355 337506304 24268 33554432000 4194304 5787044 140733681324592 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.07
Current children cumulated vsize (KiB) 338296

[startup+6.30053 s]
/proc/loadavg: 7.96 8.07 8.05 10/188 20180
/proc/meminfo: memFree=13458556/32951124 swapFree=67111528/67111528
[pid=20174] ppid=20172 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20174/stat : 20174 (prissAuto.sh) S 20172 20174 19631 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515789342 8908800 252 33554432000 4194304 4922060 140735998710336 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20174/statm: 2175 252 211 178 0 68 0
[pid=20175] ppid=20174 vsize=335876 CPUtime=24.82 cores=0,2,4,6
/proc/20175/stat : 20175 (priss) S 20174 20174 19631 0 -1 4202496 32900 0 0 0 2459 23 0 0 18 0 5 0 515789342 343937024 26975 33554432000 4194304 5787044 140733681324592 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/20175/statm: 83969 26975 419 389 0 79719 0
[pid=20175/tid=20177] ppid=20174 vsize=335876 CPUtime=6.19 cores=0,2,4,6
/proc/20175/task/20177/stat : 20177 (priss) R 20174 20174 19631 0 -1 4202560 5328 0 0 0 614 5 0 0 18 0 5 0 515789349 343937024 26975 33554432000 4194304 5787044 140733681324592 18446744073709551615 5591217 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20175/tid=20178] ppid=20174 vsize=335876 CPUtime=6.2 cores=0,2,4,6
/proc/20175/task/20178/stat : 20178 (priss) R 20174 20174 19631 0 -1 4202560 5346 0 0 0 615 5 0 0 18 0 5 0 515789350 343937024 26975 33554432000 4194304 5787044 140733681324592 18446744073709551615 4254597 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20175/tid=20179] ppid=20174 vsize=335876 CPUtime=6.13 cores=0,2,4,6
/proc/20175/task/20179/stat : 20179 (priss) R 20174 20174 19631 0 -1 4202560 5195 0 0 0 606 7 0 0 18 0 5 0 515789352 343937024 26975 33554432000 4194304 5787044 140733681324592 18446744073709551615 4254537 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20175/tid=20180] ppid=20174 vsize=335876 CPUtime=6.15 cores=0,2,4,6
/proc/20175/task/20180/stat : 20180 (priss) R 20174 20174 19631 0 -1 4202560 8867 0 0 0 612 3 0 0 20 0 5 0 515789355 343937024 26975 33554432000 4194304 5787044 140733681324592 18446744073709551615 5527227 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 24.82
Current children cumulated vsize (KiB) 344576

[startup+12.7004 s]
/proc/loadavg: 8.04 8.08 8.05 10/188 20180
/proc/meminfo: memFree=13452492/32951124 swapFree=67111528/67111528
[pid=20174] ppid=20172 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20174/stat : 20174 (prissAuto.sh) S 20172 20174 19631 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515789342 8908800 252 33554432000 4194304 4922060 140735998710336 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20174/statm: 2175 252 211 178 0 68 0
[pid=20175] ppid=20174 vsize=336932 CPUtime=50.27 cores=0,2,4,6
/proc/20175/stat : 20175 (priss) S 20174 20174 19631 0 -1 4202496 34238 0 0 0 4956 71 0 0 18 0 5 0 515789342 345018368 28313 33554432000 4194304 5787044 140733681324592 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/20175/statm: 84233 28313 419 389 0 79983 0
[pid=20175/tid=20177] ppid=20174 vsize=336932 CPUtime=12.56 cores=0,2,4,6
/proc/20175/task/20177/stat : 20177 (priss) R 20174 20174 19631 0 -1 4202560 5700 0 0 0 1240 16 0 0 18 0 5 0 515789349 345018368 28313 33554432000 4194304 5787044 140733681324592 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20175/tid=20178] ppid=20174 vsize=336932 CPUtime=12.59 cores=0,2,4,6
/proc/20175/task/20178/stat : 20178 (priss) R 20174 20174 19631 0 -1 4202560 5886 0 0 0 1247 12 0 0 18 0 5 0 515789350 345018368 28313 33554432000 4194304 5787044 140733681324592 18446744073709551615 4255036 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20175/tid=20179] ppid=20174 vsize=336932 CPUtime=12.46 cores=0,2,4,6
/proc/20175/task/20179/stat : 20179 (priss) R 20174 20174 19631 0 -1 4202560 5548 0 0 0 1224 22 0 0 19 0 5 0 515789352 345018368 28313 33554432000 4194304 5787044 140733681324592 18446744073709551615 5591760 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20175/tid=20180] ppid=20174 vsize=336932 CPUtime=12.51 cores=0,2,4,6
/proc/20175/task/20180/stat : 20180 (priss) R 20174 20174 19631 0 -1 4202560 8940 0 0 0 1233 18 0 0 18 0 5 0 515789355 345018368 28313 33554432000 4194304 5787044 140733681324592 18446744073709551615 270613215775 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.27
Current children cumulated vsize (KiB) 345632

[startup+25.5011 s]
/proc/loadavg: 8.10 8.10 8.05 10/188 20180
/proc/meminfo: memFree=13444684/32951124 swapFree=67111528/67111528
[pid=20174] ppid=20172 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20174/stat : 20174 (prissAuto.sh) S 20172 20174 19631 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515789342 8908800 252 33554432000 4194304 4922060 140735998710336 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20174/statm: 2175 252 211 178 0 68 0
[pid=20175] ppid=20174 vsize=339368 CPUtime=101.16 cores=0,2,4,6
/proc/20175/stat : 20175 (priss) S 20174 20174 19631 0 -1 4202496 35928 0 0 0 9967 149 0 0 18 0 5 0 515789342 347512832 30003 33554432000 4194304 5787044 140733681324592 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/20175/statm: 84842 30003 419 389 0 80592 0
[pid=20175/tid=20177] ppid=20174 vsize=339368 CPUtime=25.28 cores=0,2,4,6
/proc/20175/task/20177/stat : 20177 (priss) R 20174 20174 19631 0 -1 4202560 6026 0 0 0 2493 35 0 0 18 0 5 0 515789349 347512832 30003 33554432000 4194304 5787044 140733681324592 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20175/tid=20178] ppid=20174 vsize=339368 CPUtime=25.38 cores=0,2,4,6
/proc/20175/task/20178/stat : 20178 (priss) R 20174 20174 19631 0 -1 4202560 6607 0 0 0 2515 23 0 0 19 0 5 0 515789350 347512832 30003 33554432000 4194304 5787044 140733681324592 18446744073709551615 270613215775 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20175/tid=20179] ppid=20174 vsize=339368 CPUtime=25.11 cores=0,2,4,6
/proc/20175/task/20179/stat : 20179 (priss) R 20174 20174 19631 0 -1 4202560 5951 0 0 0 2465 46 0 0 18 0 5 0 515789352 347512832 30003 33554432000 4194304 5787044 140733681324592 18446744073709551615 4254586 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20175/tid=20180] ppid=20174 vsize=339368 CPUtime=25.24 cores=0,2,4,6
/proc/20175/task/20180/stat : 20180 (priss) R 20174 20174 19631 0 -1 4202560 9180 0 0 0 2482 42 0 0 19 0 5 0 515789355 347512832 30003 33554432000 4194304 5787044 140733681324592 18446744073709551615 270613215775 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.16
Current children cumulated vsize (KiB) 348068

[startup+51.1006 s]
/proc/loadavg: 8.15 8.10 8.06 10/188 20181
/proc/meminfo: memFree=13426176/32951124 swapFree=67111528/67111528
[pid=20174] ppid=20172 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20174/stat : 20174 (prissAuto.sh) S 20172 20174 19631 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515789342 8908800 252 33554432000 4194304 4922060 140735998710336 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20174/statm: 2175 252 211 178 0 68 0
[pid=20175] ppid=20174 vsize=343196 CPUtime=203.05 cores=0,2,4,6
/proc/20175/stat : 20175 (priss) S 20174 20174 19631 0 -1 4202496 39513 0 0 0 20020 285 0 0 18 0 5 0 515789342 351432704 33588 33554432000 4194304 5787044 140733681324592 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/20175/statm: 85799 33588 419 389 0 81549 0
[pid=20175/tid=20177] ppid=20174 vsize=343196 CPUtime=50.77 cores=0,2,4,6
/proc/20175/task/20177/stat : 20177 (priss) R 20174 20174 19631 0 -1 4202560 6496 0 0 0 5009 68 0 0 18 0 5 0 515789349 351432704 33588 33554432000 4194304 5787044 140733681324592 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20175/tid=20178] ppid=20174 vsize=343196 CPUtime=50.97 cores=0,2,4,6
/proc/20175/task/20178/stat : 20178 (priss) R 20174 20174 19631 0 -1 4202560 7881 0 0 0 5052 45 0 0 23 0 5 0 515789350 351432704 33588 33554432000 4194304 5787044 140733681324592 18446744073709551615 5591075 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20175/tid=20179] ppid=20174 vsize=343196 CPUtime=50.46 cores=0,2,4,6
/proc/20175/task/20179/stat : 20179 (priss) R 20174 20174 19631 0 -1 4202560 6885 0 0 0 4955 91 0 0 18 0 5 0 515789352 351432704 33588 33554432000 4194304 5787044 140733681324592 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20175/tid=20180] ppid=20174 vsize=343196 CPUtime=50.72 cores=0,2,4,6
/proc/20175/task/20180/stat : 20180 (priss) R 20174 20174 19631 0 -1 4202560 10087 0 0 0 4993 79 0 0 19 0 5 0 515789355 351432704 33588 33554432000 4194304 5787044 140733681324592 18446744073709551615 5528421 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.05
Current children cumulated vsize (KiB) 351896

[startup+102.301 s]
/proc/loadavg: 8.19 8.12 8.06 10/188 20182
/proc/meminfo: memFree=13372448/32951124 swapFree=67111528/67111528
[pid=20174] ppid=20172 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20174/stat : 20174 (prissAuto.sh) S 20172 20174 19631 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515789342 8908800 252 33554432000 4194304 4922060 140735998710336 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20174/statm: 2175 252 211 178 0 68 0
[pid=20175] ppid=20174 vsize=354320 CPUtime=407.08 cores=0,2,4,6
/proc/20175/stat : 20175 (priss) S 20174 20174 19631 0 -1 4202496 49297 0 0 0 40226 482 0 0 18 0 5 0 515789342 362823680 43372 33554432000 4194304 5787044 140733681324592 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/20175/statm: 88580 43372 419 389 0 84330 0
[pid=20175/tid=20177] ppid=20174 vsize=354320 CPUtime=101.82 cores=0,2,4,6
/proc/20175/task/20177/stat : 20177 (priss) R 20174 20174 19631 0 -1 4202560 8957 0 0 0 10063 119 0 0 20 0 5 0 515789349 362823680 43372 33554432000 4194304 5787044 140733681324592 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20175/tid=20178] ppid=20174 vsize=354320 CPUtime=102.15 cores=0,2,4,6
/proc/20175/task/20178/stat : 20178 (priss) R 20174 20174 19631 0 -1 4202560 10269 0 0 0 10137 78 0 0 25 0 5 0 515789350 362823680 43372 33554432000 4194304 5787044 140733681324592 18446744073709551615 270613215775 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20175/tid=20179] ppid=20174 vsize=354320 CPUtime=101.23 cores=0,2,4,6
/proc/20175/task/20179/stat : 20179 (priss) R 20174 20174 19631 0 -1 4202560 9279 0 0 0 9973 150 0 0 25 0 5 0 515789352 362823680 43372 33554432000 4194304 5787044 140733681324592 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20175/tid=20180] ppid=20174 vsize=354320 CPUtime=101.74 cores=0,2,4,6
/proc/20175/task/20180/stat : 20180 (priss) R 20174 20174 19631 0 -1 4202560 12628 0 0 0 10042 132 0 0 23 0 5 0 515789355 362823680 43372 33554432000 4194304 5787044 140733681324592 18446744073709551615 270613215775 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 407.08
Current children cumulated vsize (KiB) 363020

[startup+162.301 s]
/proc/loadavg: 8.16 8.12 8.07 10/188 20184
/proc/meminfo: memFree=13306560/32951124 swapFree=67111528/67111528
[pid=20174] ppid=20172 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20174/stat : 20174 (prissAuto.sh) S 20172 20174 19631 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515789342 8908800 252 33554432000 4194304 4922060 140735998710336 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20174/statm: 2175 252 211 178 0 68 0
[pid=20175] ppid=20174 vsize=374364 CPUtime=646.36 cores=0,2,4,6

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

/proc/20175/task/20178/stat : 20178 (priss) R 20174 20174 19631 0 -1 4202560 62800 0 0 0 87917 254 0 0 25 0 5 0 515789350 1226100736 259805 33554432000 4194304 5787044 140733681324592 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20175/tid=20179] ppid=20174 vsize=1197364 CPUtime=878.92 cores=0,2,4,6
/proc/20175/task/20179/stat : 20179 (priss) R 20174 20174 19631 0 -1 4202560 63935 0 0 0 87524 368 0 0 25 0 5 0 515789352 1226100736 259805 33554432000 4194304 5787044 140733681324592 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20175/tid=20180] ppid=20174 vsize=1197364 CPUtime=878.98 cores=0,2,4,6
/proc/20175/task/20180/stat : 20180 (priss) R 20174 20174 19631 0 -1 4202560 70445 0 0 0 87560 338 0 0 25 0 5 0 515789355 1226100736 259805 33554432000 4194304 5787044 140733681324592 18446744073709551615 5528404 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3519.43
Current children cumulated vsize (KiB) 1206064

[startup+942.307 s]
/proc/loadavg: 8.17 8.20 8.13 9/188 20716
/proc/meminfo: memFree=11870592/32951124 swapFree=67111528/67111528
[pid=20174] ppid=20172 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20174/stat : 20174 (prissAuto.sh) S 20172 20174 19631 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515789342 8908800 252 33554432000 4194304 4922060 140735998710336 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20174/statm: 2175 252 211 178 0 68 0
[pid=20175] ppid=20174 vsize=1438856 CPUtime=3759.09 cores=0,2,4,6
/proc/20175/stat : 20175 (priss) S 20174 20174 19631 0 -1 4202496 306757 0 0 0 374595 1314 0 0 18 0 5 0 515789342 1473388544 300015 33554432000 4194304 5787044 140733681324592 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/20175/statm: 359714 300015 419 389 0 355464 0
[pid=20175/tid=20177] ppid=20174 vsize=1438856 CPUtime=939.67 cores=0,2,4,6
/proc/20175/task/20177/stat : 20177 (priss) R 20174 20174 19631 0 -1 4202560 71779 0 0 0 93643 324 0 0 25 0 5 0 515789349 1473388544 300015 33554432000 4194304 5787044 140733681324592 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20175/tid=20178] ppid=20174 vsize=1438856 CPUtime=941.68 cores=0,2,4,6
/proc/20175/task/20178/stat : 20178 (priss) R 20174 20174 19631 0 -1 4202560 73345 0 0 0 93904 264 0 0 25 0 5 0 515789350 1473388544 300015 33554432000 4194304 5787044 140733681324592 18446744073709551615 4254537 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20175/tid=20179] ppid=20174 vsize=1438856 CPUtime=938.93 cores=0,2,4,6
/proc/20175/task/20179/stat : 20179 (priss) R 20174 20174 19631 0 -1 4202560 74142 0 0 0 93519 374 0 0 25 0 5 0 515789352 1473388544 300015 33554432000 4194304 5787044 140733681324592 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20175/tid=20180] ppid=20174 vsize=1438856 CPUtime=938.66 cores=0,2,4,6
/proc/20175/task/20180/stat : 20180 (priss) R 20174 20174 19631 0 -1 4202560 79327 0 0 0 93516 350 0 0 25 0 5 0 515789355 1473388544 300015 33554432000 4194304 5787044 140733681324592 18446744073709551615 5528386 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3759.09
Current children cumulated vsize (KiB) 1447556

[startup+1002.3 s]
/proc/loadavg: 8.21 8.21 8.13 9/188 20717
/proc/meminfo: memFree=11628244/32951124 swapFree=67111528/67111528
[pid=20174] ppid=20172 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20174/stat : 20174 (prissAuto.sh) S 20172 20174 19631 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515789342 8908800 252 33554432000 4194304 4922060 140735998710336 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20174/statm: 2175 252 211 178 0 68 0
[pid=20175] ppid=20174 vsize=1438856 CPUtime=3998.61 cores=0,2,4,6
/proc/20175/stat : 20175 (priss) S 20174 20174 19631 0 -1 4202496 307124 0 0 0 398530 1331 0 0 18 0 5 0 515789342 1473388544 300185 33554432000 4194304 5787044 140733681324592 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/20175/statm: 359714 300185 419 389 0 355464 0
[pid=20175/tid=20177] ppid=20174 vsize=1438856 CPUtime=999.61 cores=0,2,4,6
/proc/20175/task/20177/stat : 20177 (priss) R 20174 20174 19631 0 -1 4202560 71960 0 0 0 99632 329 0 0 25 0 5 0 515789349 1473388544 300185 33554432000 4194304 5787044 140733681324592 18446744073709551615 4229538 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20175/tid=20178] ppid=20174 vsize=1438856 CPUtime=1001.66 cores=0,2,4,6
/proc/20175/task/20178/stat : 20178 (priss) R 20174 20174 19631 0 -1 4202560 73348 0 0 0 99896 270 0 0 20 0 5 0 515789350 1473388544 300185 33554432000 4194304 5787044 140733681324592 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20175/tid=20179] ppid=20174 vsize=1438856 CPUtime=998.87 cores=0,2,4,6
/proc/20175/task/20179/stat : 20179 (priss) R 20174 20174 19631 0 -1 4202560 74293 0 0 0 99510 377 0 0 25 0 5 0 515789352 1473388544 300185 33554432000 4194304 5787044 140733681324592 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20175/tid=20180] ppid=20174 vsize=1438856 CPUtime=998.32 cores=0,2,4,6
/proc/20175/task/20180/stat : 20180 (priss) R 20174 20174 19631 0 -1 4202560 79359 0 0 0 99480 352 0 0 25 0 5 0 515789355 1473388544 300185 33554432000 4194304 5787044 140733681324592 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3998.61
Current children cumulated vsize (KiB) 1447556

[startup+1062.3 s]
/proc/loadavg: 8.26 8.21 8.14 9/188 20719
/proc/meminfo: memFree=11561768/32951124 swapFree=67111528/67111528
[pid=20174] ppid=20172 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20174/stat : 20174 (prissAuto.sh) S 20172 20174 19631 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515789342 8908800 252 33554432000 4194304 4922060 140735998710336 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20174/statm: 2175 252 211 178 0 68 0
[pid=20175] ppid=20174 vsize=1438856 CPUtime=4238.21 cores=0,2,4,6
/proc/20175/stat : 20175 (priss) S 20174 20174 19631 0 -1 4202496 307278 0 0 0 422475 1346 0 0 18 0 5 0 515789342 1473388544 300242 33554432000 4194304 5787044 140733681324592 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/20175/statm: 359714 300242 419 389 0 355464 0
[pid=20175/tid=20177] ppid=20174 vsize=1438856 CPUtime=1059.6 cores=0,2,4,6
/proc/20175/task/20177/stat : 20177 (priss) S 20174 20174 19631 0 -1 4202560 71961 0 0 0 105628 332 0 0 20 0 5 0 515789349 1473388544 300242 33554432000 4194304 5787044 140733681324592 18446744073709551615 270613215726 0 0 4096 0 18446604453977649344 0 0 -1 2 0 0 0
[pid=20175/tid=20178] ppid=20174 vsize=1438856 CPUtime=1061.65 cores=0,2,4,6
/proc/20175/task/20178/stat : 20178 (priss) R 20174 20174 19631 0 -1 4202560 73349 0 0 0 105889 276 0 0 25 0 5 0 515789350 1473388544 300242 33554432000 4194304 5787044 140733681324592 18446744073709551615 4227988 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20175/tid=20179] ppid=20174 vsize=1438856 CPUtime=1058.88 cores=0,2,4,6
/proc/20175/task/20179/stat : 20179 (priss) S 20174 20174 19631 0 -1 4202560 74293 0 0 0 105508 380 0 0 25 0 5 0 515789352 1473388544 300242 33554432000 4194304 5787044 140733681324592 18446744073709551615 270613215726 0 0 4096 0 18446604453977649344 0 0 -1 0 0 0 0
[pid=20175/tid=20180] ppid=20174 vsize=1438856 CPUtime=1057.94 cores=0,2,4,6
/proc/20175/task/20180/stat : 20180 (priss) R 20174 20174 19631 0 -1 4202560 79511 0 0 0 105439 355 0 0 21 0 5 0 515789355 1473388544 300242 33554432000 4194304 5787044 140733681324592 18446744073709551615 270612511244 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4238.21
Current children cumulated vsize (KiB) 1447556

[startup+1122.3 s]
/proc/loadavg: 8.16 8.19 8.13 9/188 20721
/proc/meminfo: memFree=11525796/32951124 swapFree=67111528/67111528
[pid=20174] ppid=20172 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20174/stat : 20174 (prissAuto.sh) S 20172 20174 19631 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515789342 8908800 252 33554432000 4194304 4922060 140735998710336 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20174/statm: 2175 252 211 178 0 68 0
[pid=20175] ppid=20174 vsize=1438856 CPUtime=4477.88 cores=0,2,4,6
/proc/20175/stat : 20175 (priss) S 20174 20174 19631 0 -1 4202496 307281 0 0 0 446431 1357 0 0 18 0 5 0 515789342 1473388544 300245 33554432000 4194304 5787044 140733681324592 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/20175/statm: 359714 300245 419 389 0 355464 0
[pid=20175/tid=20177] ppid=20174 vsize=1438856 CPUtime=1119.6 cores=0,2,4,6
/proc/20175/task/20177/stat : 20177 (priss) R 20174 20174 19631 0 -1 4202560 71962 0 0 0 111626 334 0 0 25 0 5 0 515789349 1473388544 300245 33554432000 4194304 5787044 140733681324592 18446744073709551615 5592012 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20175/tid=20178] ppid=20174 vsize=1438856 CPUtime=1121.66 cores=0,2,4,6
/proc/20175/task/20178/stat : 20178 (priss) R 20174 20174 19631 0 -1 4202560 73350 0 0 0 111887 279 0 0 25 0 5 0 515789350 1473388544 300245 33554432000 4194304 5787044 140733681324592 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20175/tid=20179] ppid=20174 vsize=1438856 CPUtime=1118.88 cores=0,2,4,6
/proc/20175/task/20179/stat : 20179 (priss) R 20174 20174 19631 0 -1 4202560 74293 0 0 0 111505 383 0 0 25 0 5 0 515789352 1473388544 300245 33554432000 4194304 5787044 140733681324592 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20175/tid=20180] ppid=20174 vsize=1438856 CPUtime=1117.61 cores=0,2,4,6
/proc/20175/task/20180/stat : 20180 (priss) R 20174 20174 19631 0 -1 4202560 79512 0 0 0 111402 359 0 0 19 0 5 0 515789355 1473388544 300245 33554432000 4194304 5787044 140733681324592 18446744073709551615 5528078 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4477.88
Current children cumulated vsize (KiB) 1447556

[startup+1182.3 s]
/proc/loadavg: 8.06 8.15 8.12 9/188 20722
/proc/meminfo: memFree=11474536/32951124 swapFree=67111528/67111528
[pid=20174] ppid=20172 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20174/stat : 20174 (prissAuto.sh) S 20172 20174 19631 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515789342 8908800 252 33554432000 4194304 4922060 140735998710336 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20174/statm: 2175 252 211 178 0 68 0
[pid=20175] ppid=20174 vsize=1443088 CPUtime=4717.54 cores=0,2,4,6
/proc/20175/stat : 20175 (priss) S 20174 20174 19631 0 -1 4202496 315153 0 0 0 470386 1368 0 0 18 0 5 0 515789342 1477722112 308117 33554432000 4194304 5787044 140733681324592 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/20175/statm: 360772 308117 419 389 0 356522 0
[pid=20175/tid=20177] ppid=20174 vsize=1443088 CPUtime=1179.6 cores=0,2,4,6
/proc/20175/task/20177/stat : 20177 (priss) R 20174 20174 19631 0 -1 4202560 71983 0 0 0 117624 336 0 0 25 0 5 0 515789349 1477722112 308117 33554432000 4194304 5787044 140733681324592 18446744073709551615 4254566 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20175/tid=20178] ppid=20174 vsize=1443088 CPUtime=1181.65 cores=0,2,4,6
/proc/20175/task/20178/stat : 20178 (priss) R 20174 20174 19631 0 -1 4202560 77211 0 0 0 117883 282 0 0 25 0 5 0 515789350 1477722112 308117 33554432000 4194304 5787044 140733681324592 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20175/tid=20179] ppid=20174 vsize=1443088 CPUtime=1178.88 cores=0,2,4,6
/proc/20175/task/20179/stat : 20179 (priss) R 20174 20174 19631 0 -1 4202560 74296 0 0 0 117504 384 0 0 25 0 5 0 515789352 1477722112 308117 33554432000 4194304 5787044 140733681324592 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20175/tid=20180] ppid=20174 vsize=1443088 CPUtime=1177.28 cores=0,2,4,6
/proc/20175/task/20180/stat : 20180 (priss) R 20174 20174 19631 0 -1 4202560 83499 0 0 0 117364 364 0 0 25 0 5 0 515789355 1477722112 308117 33554432000 4194304 5787044 140733681324592 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4717.54
Current children cumulated vsize (KiB) 1451788



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.01 s]
/proc/loadavg: 8.04 8.14 8.11 9/188 20723
/proc/meminfo: memFree=11415244/32951124 swapFree=67111528/67111528
[pid=20174] ppid=20172 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20174/stat : 20174 (prissAuto.sh) S 20172 20174 19631 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515789342 8908800 252 33554432000 4194304 4922060 140735998710336 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20174/statm: 2175 252 211 178 0 68 0
[pid=20175] ppid=20174 vsize=1461096 CPUtime=4800.27 cores=0,2,4,6
/proc/20175/stat : 20175 (priss) S 20174 20174 19631 0 -1 4202496 329777 0 0 0 478646 1381 0 0 18 0 5 0 515789342 1496162304 322741 33554432000 4194304 5787044 140733681324592 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/20175/statm: 365274 322741 419 389 0 361024 0
[pid=20175/tid=20177] ppid=20174 vsize=1461096 CPUtime=1200.31 cores=0,2,4,6
/proc/20175/task/20177/stat : 20177 (priss) R 20174 20174 19631 0 -1 4202560 76503 0 0 0 119693 338 0 0 25 0 5 0 515789349 1496162304 322741 33554432000 4194304 5787044 140733681324592 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20175/tid=20178] ppid=20174 vsize=1461096 CPUtime=1202.37 cores=0,2,4,6
/proc/20175/task/20178/stat : 20178 (priss) R 20174 20174 19631 0 -1 4202560 81638 0 0 0 119950 287 0 0 25 0 5 0 515789350 1496162304 322741 33554432000 4194304 5787044 140733681324592 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20175/tid=20179] ppid=20174 vsize=1461096 CPUtime=1199.59 cores=0,2,4,6
/proc/20175/task/20179/stat : 20179 (priss) R 20174 20174 19631 0 -1 4202560 76088 0 0 0 119574 385 0 0 25 0 5 0 515789352 1496162304 322741 33554432000 4194304 5787044 140733681324592 18446744073709551615 270612771873 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20175/tid=20180] ppid=20174 vsize=1461096 CPUtime=1197.87 cores=0,2,4,6
/proc/20175/task/20180/stat : 20180 (priss) R 20174 20174 19631 0 -1 4202560 87384 0 0 0 119419 368 0 0 25 0 5 0 515789355 1496162304 322741 33554432000 4194304 5787044 140733681324592 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.27
Current children cumulated vsize (KiB) 1469796

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

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

[startup+1203.01 s]
/proc/loadavg: 8.04 8.14 8.11 9/188 20723
/proc/meminfo: memFree=11415244/32951124 swapFree=67111528/67111528
[pid=20174] ppid=20172 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20174/stat : 20174 (prissAuto.sh) S 20172 20174 19631 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515789342 8908800 252 33554432000 4194304 4922060 140735998710336 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20174/statm: 2175 252 211 178 0 68 0
[pid=20175] ppid=20174 vsize=1461096 CPUtime=4800.27 cores=0,2,4,6
/proc/20175/stat : 20175 (priss) S 20174 20174 19631 0 -1 4202496 329777 0 0 0 478646 1381 0 0 18 0 5 0 515789342 1496162304 322741 33554432000 4194304 5787044 140733681324592 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/20175/statm: 365274 322741 419 389 0 361024 0
[pid=20175/tid=20177] ppid=20174 vsize=1461096 CPUtime=1200.31 cores=0,2,4,6
/proc/20175/task/20177/stat : 20177 (priss) R 20174 20174 19631 0 -1 4202560 76503 0 0 0 119693 338 0 0 25 0 5 0 515789349 1496162304 322741 33554432000 4194304 5787044 140733681324592 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20175/tid=20178] ppid=20174 vsize=1461096 CPUtime=1202.37 cores=0,2,4,6
/proc/20175/task/20178/stat : 20178 (priss) R 20174 20174 19631 0 -1 4202560 81638 0 0 0 119950 287 0 0 25 0 5 0 515789350 1496162304 322741 33554432000 4194304 5787044 140733681324592 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20175/tid=20179] ppid=20174 vsize=1461096 CPUtime=1199.59 cores=0,2,4,6
/proc/20175/task/20179/stat : 20179 (priss) R 20174 20174 19631 0 -1 4202560 76088 0 0 0 119574 385 0 0 25 0 5 0 515789352 1496162304 322741 33554432000 4194304 5787044 140733681324592 18446744073709551615 270612771873 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20175/tid=20180] ppid=20174 vsize=1461096 CPUtime=1197.87 cores=0,2,4,6
/proc/20175/task/20180/stat : 20180 (priss) R 20174 20174 19631 0 -1 4202560 87384 0 0 0 119419 368 0 0 25 0 5 0 515789355 1496162304 322741 33554432000 4194304 5787044 140733681324592 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.27
Current children cumulated vsize (KiB) 1469796

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20174 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# 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): 1203.02
CPU time (s): 4800.27
CPU user time (s): 4786.46
CPU system time (s): 13.81
CPU usage (%): 399.017
Max. virtual memory (cumulated for all children) (KiB): 1469796

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

runsolver used 1.77773 second user time and 4.79427 second system time

The end

Launcher Data

Begin job on node108 at 2011-04-29 03:51:24
IDJOB=3257323
IDBENCH=70908
IDSOLVER=1602
FILE ID=node108/3257323-1304041884
RUNJOBID= node108-1304037066-19649
PBS_JOBID= 13170368
Free space on /tmp= 72112 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT09/CRAFTED/edgematching/compact/em_12_2_4_cmp.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3257323-1304041884/watcher-3257323-1304041884 -o /tmp/evaluation-result-3257323-1304041884/solver-3257323-1304041884 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3257323-1304041884.cnf 290261028 4800 15500 4

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

MD5SUM BENCH= 7ea97a36d5ab6c8a5aa99830d5253591
RANDOM SEED=290261028

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13565840 kB
Buffers:       2295636 kB
Cached:       16113864 kB
SwapCached:          0 kB
Active:       10669024 kB
Inactive:      8135824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13565840 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5068 kB
Writeback:           0 kB
AnonPages:      394600 kB
Mapped:          15624 kB
Slab:           518088 kB
PageTables:       5128 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   595360 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72088 MiB
End job on node108 at 2011-04-29 04:11:29