Trace number 3257455

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.37 1202.12

General information on the benchmark

NameCRAFTED/edgematching/
fbcolors/em_8_4_5_fbc.cnf
MD5SUM6fdce6b69c397ad71b0f25957edff1fa
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.41518
Satisfiable
(Un)Satisfiability was proved
Number of variables2420
Number of clauses33572
Sum of the clauses size97252
Maximum clause length36
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 214396
Number of clauses of size 313968
Number of clauses of size 42628
Number of clauses of size 52460
Number of clauses of size over 5120

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: 31399
0.00/0.00	c setup for 4cores
0.00/0.01	c parsetime: 8761us
0.00/0.01	c parsed 33572 clauses with 2420 variables
0.00/0.01	c NW started thread 0 successfully (1116006720)
0.00/0.01	c NW started thread 1 successfully (1099802944)
0.00/0.02	c NW started thread 2 successfully (1126496576)
0.00/0.02	c NW started thread 3 successfully (1136986432)
0.00/0.67	c preprocessor returned 10012 variables
0.00/0.67	c preprocessing returned UNKNOWN
0.00/0.67	c PP set 11 variables
0.00/0.67	c pp time: 629242us (0s)
0.00/0.67	c preprocessor returned 10012 variables
0.00/0.67	c preprocessing returned UNKNOWN
0.00/0.67	c PP set 11 variables
0.00/0.67	c pp time: 632698us (0s)
0.00/0.67	c preprocessor returned 10012 variables
0.00/0.67	c preprocessing returned UNKNOWN
0.00/0.67	c PP set 11 variables
0.00/0.67	c pp time: 628634us (0s)
10.69/2.76	c preprocessor returned 30020 variables
10.69/2.76	c preprocessing returned UNKNOWN
10.69/2.76	c PP set 11 variables
10.69/2.76	c pp time: 2734967us (2s)

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-3257455-1304042051/watcher-3257455-1304042051 -o /tmp/evaluation-result-3257455-1304042051/solver-3257455-1304042051 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3257455-1304042051.cnf 1949266765 4800 15500 4 

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

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


[startup+0 s]
/proc/loadavg: 8.14 8.13 8.05 5/182 31398
/proc/meminfo: memFree=22751608/32950928 swapFree=67071984/67111528
[pid=31398] ppid=31396 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31398/stat : 31398 (prissAuto.sh) S 31396 31398 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594435815 8908800 252 33554432000 4194304 4922060 140735343126432 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31398/statm: 2175 252 211 178 0 68 0

[startup+0.00993298 s]
/proc/loadavg: 8.14 8.13 8.05 5/182 31398
/proc/meminfo: memFree=22751608/32950928 swapFree=67071984/67111528
[pid=31398] ppid=31396 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31398/stat : 31398 (prissAuto.sh) S 31396 31398 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594435815 8908800 252 33554432000 4194304 4922060 140735343126432 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31398/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.167907 s]
/proc/loadavg: 8.14 8.13 8.05 5/182 31398
/proc/meminfo: memFree=22751608/32950928 swapFree=67071984/67111528
[pid=31398] ppid=31396 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31398/stat : 31398 (prissAuto.sh) S 31396 31398 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594435815 8908800 252 33554432000 4194304 4922060 140735343126432 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31398/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300881 s]
/proc/loadavg: 8.14 8.13 8.05 5/182 31398
/proc/meminfo: memFree=22751608/32950928 swapFree=67071984/67111528
[pid=31398] ppid=31396 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31398/stat : 31398 (prissAuto.sh) S 31396 31398 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594435815 8908800 252 33554432000 4194304 4922060 140735343126432 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31398/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700808 s]
/proc/loadavg: 8.14 8.13 8.05 5/182 31398
/proc/meminfo: memFree=22751608/32950928 swapFree=67071984/67111528
[pid=31398] ppid=31396 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31398/stat : 31398 (prissAuto.sh) S 31396 31398 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594435815 8908800 252 33554432000 4194304 4922060 140735343126432 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31398/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50066 s]
/proc/loadavg: 8.14 8.13 8.05 9/188 31404
/proc/meminfo: memFree=22712136/32950928 swapFree=67071984/67111528
[pid=31398] ppid=31396 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31398/stat : 31398 (prissAuto.sh) S 31396 31398 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594435815 8908800 252 33554432000 4194304 4922060 140735343126432 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31398/statm: 2175 252 211 178 0 68 0
[pid=31399] ppid=31398 vsize=281476 CPUtime=5.9 cores=0,2,4,6
/proc/31399/stat : 31399 (priss) S 31398 31398 30862 0 -1 4202496 14311 0 0 0 586 4 0 0 25 0 5 0 594435815 288231424 10471 33554432000 4194304 5787044 140734056874912 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/31399/statm: 70369 10471 405 389 0 66119 0
[pid=31399/tid=31401] ppid=31398 vsize=281476 CPUtime=1.46 cores=0,2,4,6
/proc/31399/task/31401/stat : 31401 (priss) R 31398 31398 30862 0 -1 4202560 3042 0 0 0 145 1 0 0 18 0 5 0 594435817 288231424 10471 33554432000 4194304 5787044 140734056874912 18446744073709551615 5590543 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31399/tid=31402] ppid=31398 vsize=281476 CPUtime=1.47 cores=0,2,4,6
/proc/31399/task/31402/stat : 31402 (priss) R 31398 31398 30862 0 -1 4202560 3233 0 0 0 146 1 0 0 25 0 5 0 594435817 288231424 10471 33554432000 4194304 5787044 140734056874912 18446744073709551615 4254550 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31399/tid=31403] ppid=31398 vsize=281476 CPUtime=1.46 cores=0,2,4,6
/proc/31399/task/31403/stat : 31403 (priss) R 31398 31398 30862 0 -1 4202560 2626 0 0 0 146 0 0 0 19 0 5 0 594435817 288231424 10471 33554432000 4194304 5787044 140734056874912 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31399/tid=31404] ppid=31398 vsize=281476 CPUtime=1.46 cores=0,2,4,6
/proc/31399/task/31404/stat : 31404 (priss) R 31398 31398 30862 0 -1 4202560 2657 0 0 0 146 0 0 0 25 0 5 0 594435818 288231424 10471 33554432000 4194304 5787044 140734056874912 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.9
Current children cumulated vsize (KiB) 290176

[startup+3.10037 s]
/proc/loadavg: 8.14 8.13 8.05 9/188 31404
/proc/meminfo: memFree=22706180/32950928 swapFree=67071984/67111528
[pid=31398] ppid=31396 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31398/stat : 31398 (prissAuto.sh) S 31396 31398 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594435815 8908800 252 33554432000 4194304 4922060 140735343126432 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31398/statm: 2175 252 211 178 0 68 0
[pid=31399] ppid=31398 vsize=284668 CPUtime=12.29 cores=0,2,4,6
/proc/31399/stat : 31399 (priss) S 31398 31398 30862 0 -1 4202496 17214 0 0 0 1223 6 0 0 25 0 5 0 594435815 291500032 12670 33554432000 4194304 5787044 140734056874912 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/31399/statm: 71167 12670 419 389 0 66917 0
[pid=31399/tid=31401] ppid=31398 vsize=284668 CPUtime=3.05 cores=0,2,4,6
/proc/31399/task/31401/stat : 31401 (priss) R 31398 31398 30862 0 -1 4202560 3493 0 0 0 304 1 0 0 21 0 5 0 594435817 291500032 12670 33554432000 4194304 5787044 140734056874912 18446744073709551615 5586761 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31399/tid=31402] ppid=31398 vsize=284668 CPUtime=3.06 cores=0,2,4,6
/proc/31399/task/31402/stat : 31402 (priss) R 31398 31398 30862 0 -1 4202560 3674 0 0 0 305 1 0 0 25 0 5 0 594435817 291500032 12670 33554432000 4194304 5787044 140734056874912 18446744073709551615 4238783 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31399/tid=31403] ppid=31398 vsize=284668 CPUtime=3.06 cores=0,2,4,6
/proc/31399/task/31403/stat : 31403 (priss) R 31398 31398 30862 0 -1 4202560 3113 0 0 0 305 1 0 0 22 0 5 0 594435817 291500032 12670 33554432000 4194304 5787044 140734056874912 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31399/tid=31404] ppid=31398 vsize=284668 CPUtime=3.06 cores=0,2,4,6
/proc/31399/task/31404/stat : 31404 (priss) R 31398 31398 30862 0 -1 4202560 4181 0 0 0 306 0 0 0 25 0 5 0 594435818 291500032 12670 33554432000 4194304 5787044 140734056874912 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 293368

[startup+6.30078 s]
/proc/loadavg: 8.21 8.14 8.06 9/188 31404
/proc/meminfo: memFree=22686224/32950928 swapFree=67071984/67111528
[pid=31398] ppid=31396 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31398/stat : 31398 (prissAuto.sh) S 31396 31398 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594435815 8908800 252 33554432000 4194304 4922060 140735343126432 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31398/statm: 2175 252 211 178 0 68 0
[pid=31399] ppid=31398 vsize=291936 CPUtime=25.06 cores=0,2,4,6
/proc/31399/stat : 31399 (priss) S 31398 31398 30862 0 -1 4202496 20214 0 0 0 2498 8 0 0 25 0 5 0 594435815 298942464 15670 33554432000 4194304 5787044 140734056874912 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/31399/statm: 72984 15670 419 389 0 68734 0
[pid=31399/tid=31401] ppid=31398 vsize=291936 CPUtime=6.23 cores=0,2,4,6
/proc/31399/task/31401/stat : 31401 (priss) R 31398 31398 30862 0 -1 4202560 3845 0 0 0 621 2 0 0 25 0 5 0 594435817 298942464 15670 33554432000 4194304 5787044 140734056874912 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31399/tid=31402] ppid=31398 vsize=291936 CPUtime=6.26 cores=0,2,4,6
/proc/31399/task/31402/stat : 31402 (priss) R 31398 31398 30862 0 -1 4202560 4016 0 0 0 625 1 0 0 25 0 5 0 594435817 298942464 15670 33554432000 4194304 5787044 140734056874912 18446744073709551615 5592132 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31399/tid=31403] ppid=31398 vsize=291936 CPUtime=6.26 cores=0,2,4,6
/proc/31399/task/31403/stat : 31403 (priss) R 31398 31398 30862 0 -1 4202560 4728 0 0 0 624 2 0 0 25 0 5 0 594435817 298942464 15670 33554432000 4194304 5787044 140734056874912 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31399/tid=31404] ppid=31398 vsize=291936 CPUtime=6.26 cores=0,2,4,6
/proc/31399/task/31404/stat : 31404 (priss) R 31398 31398 30862 0 -1 4202560 4872 0 0 0 625 1 0 0 25 0 5 0 594435818 298942464 15670 33554432000 4194304 5787044 140734056874912 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 300636

[startup+12.7006 s]
/proc/loadavg: 8.19 8.14 8.06 9/188 31405
/proc/meminfo: memFree=22657900/32950928 swapFree=67071984/67111528
[pid=31398] ppid=31396 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31398/stat : 31398 (prissAuto.sh) S 31396 31398 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594435815 8908800 252 33554432000 4194304 4922060 140735343126432 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31398/statm: 2175 252 211 178 0 68 0
[pid=31399] ppid=31398 vsize=296116 CPUtime=50.62 cores=0,2,4,6
/proc/31399/stat : 31399 (priss) S 31398 31398 30862 0 -1 4202496 25405 0 0 0 5050 12 0 0 25 0 5 0 594435815 303222784 20861 33554432000 4194304 5787044 140734056874912 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/31399/statm: 74029 20861 419 389 0 69779 0
[pid=31399/tid=31401] ppid=31398 vsize=296116 CPUtime=12.59 cores=0,2,4,6
/proc/31399/task/31401/stat : 31401 (priss) R 31398 31398 30862 0 -1 4202560 5339 0 0 0 1256 3 0 0 25 0 5 0 594435817 303222784 20861 33554432000 4194304 5787044 140734056874912 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31399/tid=31402] ppid=31398 vsize=296116 CPUtime=12.66 cores=0,2,4,6
/proc/31399/task/31402/stat : 31402 (priss) R 31398 31398 30862 0 -1 4202560 5181 0 0 0 1264 2 0 0 25 0 5 0 594435817 303222784 20861 33554432000 4194304 5787044 140734056874912 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31399/tid=31403] ppid=31398 vsize=296116 CPUtime=12.66 cores=0,2,4,6
/proc/31399/task/31403/stat : 31403 (priss) R 31398 31398 30862 0 -1 4202560 6085 0 0 0 1263 3 0 0 25 0 5 0 594435817 303222784 20861 33554432000 4194304 5787044 140734056874912 18446744073709551615 4255012 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31399/tid=31404] ppid=31398 vsize=296116 CPUtime=12.66 cores=0,2,4,6
/proc/31399/task/31404/stat : 31404 (priss) R 31398 31398 30862 0 -1 4202560 6047 0 0 0 1264 2 0 0 25 0 5 0 594435818 303222784 20861 33554432000 4194304 5787044 140734056874912 18446744073709551615 5527194 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 304816

[startup+25.5013 s]
/proc/loadavg: 8.23 8.15 8.06 9/188 31405
/proc/meminfo: memFree=22606208/32950928 swapFree=67071984/67111528
[pid=31398] ppid=31396 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31398/stat : 31398 (prissAuto.sh) S 31396 31398 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594435815 8908800 252 33554432000 4194304 4922060 140735343126432 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31398/statm: 2175 252 211 178 0 68 0
[pid=31399] ppid=31398 vsize=307476 CPUtime=101.74 cores=0,2,4,6
/proc/31399/stat : 31399 (priss) S 31398 31398 30862 0 -1 4202496 34619 0 0 0 10155 19 0 0 25 0 5 0 594435815 314855424 30075 33554432000 4194304 5787044 140734056874912 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/31399/statm: 76869 30075 419 389 0 72619 0
[pid=31399/tid=31401] ppid=31398 vsize=307476 CPUtime=25.33 cores=0,2,4,6
/proc/31399/task/31401/stat : 31401 (priss) R 31398 31398 30862 0 -1 4202560 8541 0 0 0 2527 6 0 0 25 0 5 0 594435817 314855424 30075 33554432000 4194304 5787044 140734056874912 18446744073709551615 5576478 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31399/tid=31402] ppid=31398 vsize=307476 CPUtime=25.46 cores=0,2,4,6
/proc/31399/task/31402/stat : 31402 (priss) R 31398 31398 30862 0 -1 4202560 7296 0 0 0 2543 3 0 0 25 0 5 0 594435817 314855424 30075 33554432000 4194304 5787044 140734056874912 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31399/tid=31403] ppid=31398 vsize=307476 CPUtime=25.45 cores=0,2,4,6
/proc/31399/task/31403/stat : 31403 (priss) R 31398 31398 30862 0 -1 4202560 7650 0 0 0 2541 4 0 0 25 0 5 0 594435817 314855424 30075 33554432000 4194304 5787044 140734056874912 18446744073709551615 5586968 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31399/tid=31404] ppid=31398 vsize=307476 CPUtime=25.45 cores=0,2,4,6
/proc/31399/task/31404/stat : 31404 (priss) R 31398 31398 30862 0 -1 4202560 8379 0 0 0 2541 4 0 0 25 0 5 0 594435818 314855424 30075 33554432000 4194304 5787044 140734056874912 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.74
Current children cumulated vsize (KiB) 316176

[startup+51.1006 s]
/proc/loadavg: 8.15 8.13 8.06 9/188 31406
/proc/meminfo: memFree=22527560/32950928 swapFree=67071984/67111528
[pid=31398] ppid=31396 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31398/stat : 31398 (prissAuto.sh) S 31396 31398 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594435815 8908800 252 33554432000 4194304 4922060 140735343126432 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31398/statm: 2175 252 211 178 0 68 0
[pid=31399] ppid=31398 vsize=325644 CPUtime=203.99 cores=0,2,4,6
/proc/31399/stat : 31399 (priss) S 31398 31398 30862 0 -1 4202496 46744 0 0 0 20370 29 0 0 25 0 5 0 594435815 333459456 42196 33554432000 4194304 5787044 140734056874912 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/31399/statm: 81411 42196 419 389 0 77161 0
[pid=31399/tid=31401] ppid=31398 vsize=325644 CPUtime=50.78 cores=0,2,4,6
/proc/31399/task/31401/stat : 31401 (priss) R 31398 31398 30862 0 -1 4202560 11777 0 0 0 5070 8 0 0 25 0 5 0 594435817 333459456 42196 33554432000 4194304 5787044 140734056874912 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31399/tid=31402] ppid=31398 vsize=325644 CPUtime=51.06 cores=0,2,4,6
/proc/31399/task/31402/stat : 31402 (priss) R 31398 31398 30862 0 -1 4202560 11030 0 0 0 5100 6 0 0 25 0 5 0 594435817 333459456 42196 33554432000 4194304 5787044 140734056874912 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31399/tid=31403] ppid=31398 vsize=325644 CPUtime=51.06 cores=0,2,4,6
/proc/31399/task/31403/stat : 31403 (priss) R 31398 31398 30862 0 -1 4202560 10016 0 0 0 5099 7 0 0 25 0 5 0 594435817 333459456 42196 33554432000 4194304 5787044 140734056874912 18446744073709551615 5576708 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31399/tid=31404] ppid=31398 vsize=325644 CPUtime=51.05 cores=0,2,4,6
/proc/31399/task/31404/stat : 31404 (priss) R 31398 31398 30862 0 -1 4202560 11168 0 0 0 5099 6 0 0 25 0 5 0 594435818 333459456 42196 33554432000 4194304 5787044 140734056874912 18446744073709551615 5528651 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.99
Current children cumulated vsize (KiB) 334344

[startup+102.307 s]
/proc/loadavg: 8.12 8.13 8.06 9/188 31407
/proc/meminfo: memFree=22368448/32950928 swapFree=67071984/67111528
[pid=31398] ppid=31396 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31398/stat : 31398 (prissAuto.sh) S 31396 31398 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594435815 8908800 252 33554432000 4194304 4922060 140735343126432 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31398/statm: 2175 252 211 178 0 68 0
[pid=31399] ppid=31398 vsize=342872 CPUtime=408.52 cores=0,2,4,6
/proc/31399/stat : 31399 (priss) S 31398 31398 30862 0 -1 4202496 61839 0 0 0 40809 43 0 0 25 0 5 0 594435815 351100928 57227 33554432000 4194304 5787044 140734056874912 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/31399/statm: 85718 57227 419 389 0 81468 0
[pid=31399/tid=31401] ppid=31398 vsize=342872 CPUtime=101.7 cores=0,2,4,6
/proc/31399/task/31401/stat : 31401 (priss) R 31398 31398 30862 0 -1 4202560 15342 0 0 0 10157 13 0 0 25 0 5 0 594435817 351100928 57227 33554432000 4194304 5787044 140734056874912 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31399/tid=31402] ppid=31398 vsize=342872 CPUtime=102.26 cores=0,2,4,6
/proc/31399/task/31402/stat : 31402 (priss) R 31398 31398 30862 0 -1 4202560 15803 0 0 0 10216 10 0 0 25 0 5 0 594435817 351100928 57227 33554432000 4194304 5787044 140734056874912 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31399/tid=31403] ppid=31398 vsize=342872 CPUtime=102.25 cores=0,2,4,6
/proc/31399/task/31403/stat : 31403 (priss) R 31398 31398 30862 0 -1 4202560 12949 0 0 0 10217 8 0 0 25 0 5 0 594435817 351100928 57227 33554432000 4194304 5787044 140734056874912 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31399/tid=31404] ppid=31398 vsize=342872 CPUtime=102.26 cores=0,2,4,6

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

/proc/31399/task/31402/stat : 31402 (priss) R 31398 31398 30862 0 -1 4202560 49200 0 0 0 87921 48 0 0 25 0 5 0 594435817 928989184 192684 33554432000 4194304 5787044 140734056874912 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31399/tid=31403] ppid=31398 vsize=907216 CPUtime=882.22 cores=0,2,4,6
/proc/31399/task/31403/stat : 31403 (priss) R 31398 31398 30862 0 -1 4202560 37945 0 0 0 88180 42 0 0 25 0 5 0 594435817 928989184 192684 33554432000 4194304 5787044 140734056874912 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31399/tid=31404] ppid=31398 vsize=907216 CPUtime=879.87 cores=0,2,4,6
/proc/31399/task/31404/stat : 31404 (priss) R 31398 31398 30862 0 -1 4202560 54173 0 0 0 87935 52 0 0 25 0 5 0 594435818 928989184 192684 33554432000 4194304 5787044 140734056874912 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3522.9
Current children cumulated vsize (KiB) 915916

[startup+942.301 s]
/proc/loadavg: 8.08 8.10 8.08 9/188 31969
/proc/meminfo: memFree=21990744/32950928 swapFree=67071984/67111528
[pid=31398] ppid=31396 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31398/stat : 31398 (prissAuto.sh) S 31396 31398 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594435815 8908800 252 33554432000 4194304 4922060 140735343126432 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31398/statm: 2175 252 211 178 0 68 0
[pid=31399] ppid=31398 vsize=907216 CPUtime=3762.57 cores=0,2,4,6
/proc/31399/stat : 31399 (priss) S 31398 31398 30862 0 -1 4202496 198223 0 0 0 376059 198 0 0 25 0 5 0 594435815 928989184 192700 33554432000 4194304 5787044 140734056874912 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/31399/statm: 226804 192700 419 389 0 222554 0
[pid=31399/tid=31401] ppid=31398 vsize=907216 CPUtime=941.06 cores=0,2,4,6
/proc/31399/task/31401/stat : 31401 (priss) R 31398 31398 30862 0 -1 4202560 54140 0 0 0 94052 54 0 0 25 0 5 0 594435817 928989184 192700 33554432000 4194304 5787044 140734056874912 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31399/tid=31402] ppid=31398 vsize=907216 CPUtime=939.37 cores=0,2,4,6
/proc/31399/task/31402/stat : 31402 (priss) R 31398 31398 30862 0 -1 4202560 49208 0 0 0 93889 48 0 0 25 0 5 0 594435817 928989184 192700 33554432000 4194304 5787044 140734056874912 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31399/tid=31403] ppid=31398 vsize=907216 CPUtime=942.22 cores=0,2,4,6
/proc/31399/task/31403/stat : 31403 (priss) R 31398 31398 30862 0 -1 4202560 37946 0 0 0 94180 42 0 0 25 0 5 0 594435817 928989184 192700 33554432000 4194304 5787044 140734056874912 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31399/tid=31404] ppid=31398 vsize=907216 CPUtime=939.86 cores=0,2,4,6
/proc/31399/task/31404/stat : 31404 (priss) R 31398 31398 30862 0 -1 4202560 54176 0 0 0 93934 52 0 0 25 0 5 0 594435818 928989184 192700 33554432000 4194304 5787044 140734056874912 18446744073709551615 5528394 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3762.57
Current children cumulated vsize (KiB) 915916

[startup+1002.3 s]
/proc/loadavg: 8.03 8.08 8.08 9/188 31971
/proc/meminfo: memFree=21960340/32950928 swapFree=67071984/67111528
[pid=31398] ppid=31396 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31398/stat : 31398 (prissAuto.sh) S 31396 31398 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594435815 8908800 252 33554432000 4194304 4922060 140735343126432 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31398/statm: 2175 252 211 178 0 68 0
[pid=31399] ppid=31398 vsize=907216 CPUtime=4002.24 cores=0,2,4,6
/proc/31399/stat : 31399 (priss) S 31398 31398 30862 0 -1 4202496 198253 0 0 0 400026 198 0 0 25 0 5 0 594435815 928989184 192730 33554432000 4194304 5787044 140734056874912 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/31399/statm: 226804 192730 419 389 0 222554 0
[pid=31399/tid=31401] ppid=31398 vsize=907216 CPUtime=1001.06 cores=0,2,4,6
/proc/31399/task/31401/stat : 31401 (priss) R 31398 31398 30862 0 -1 4202560 54153 0 0 0 100052 54 0 0 25 0 5 0 594435817 928989184 192730 33554432000 4194304 5787044 140734056874912 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31399/tid=31402] ppid=31398 vsize=907216 CPUtime=999.04 cores=0,2,4,6
/proc/31399/task/31402/stat : 31402 (priss) R 31398 31398 30862 0 -1 4202560 49214 0 0 0 99856 48 0 0 25 0 5 0 594435817 928989184 192730 33554432000 4194304 5787044 140734056874912 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31399/tid=31403] ppid=31398 vsize=907216 CPUtime=1002.22 cores=0,2,4,6
/proc/31399/task/31403/stat : 31403 (priss) R 31398 31398 30862 0 -1 4202560 37952 0 0 0 100180 42 0 0 25 0 5 0 594435817 928989184 192730 33554432000 4194304 5787044 140734056874912 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31399/tid=31404] ppid=31398 vsize=907216 CPUtime=999.87 cores=0,2,4,6
/proc/31399/task/31404/stat : 31404 (priss) R 31398 31398 30862 0 -1 4202560 54181 0 0 0 99934 53 0 0 25 0 5 0 594435818 928989184 192730 33554432000 4194304 5787044 140734056874912 18446744073709551615 5527392 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4002.24
Current children cumulated vsize (KiB) 915916

[startup+1062.3 s]
/proc/loadavg: 8.10 8.09 8.08 9/188 32005
/proc/meminfo: memFree=22835272/32950928 swapFree=67071984/67111528
[pid=31398] ppid=31396 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31398/stat : 31398 (prissAuto.sh) S 31396 31398 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594435815 8908800 252 33554432000 4194304 4922060 140735343126432 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31398/statm: 2175 252 211 178 0 68 0
[pid=31399] ppid=31398 vsize=907216 CPUtime=4241.92 cores=0,2,4,6
/proc/31399/stat : 31399 (priss) S 31398 31398 30862 0 -1 4202496 198298 0 0 0 423993 199 0 0 25 0 5 0 594435815 928989184 192775 33554432000 4194304 5787044 140734056874912 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/31399/statm: 226804 192775 419 389 0 222554 0
[pid=31399/tid=31401] ppid=31398 vsize=907216 CPUtime=1061.06 cores=0,2,4,6
/proc/31399/task/31401/stat : 31401 (priss) R 31398 31398 30862 0 -1 4202560 54169 0 0 0 106052 54 0 0 25 0 5 0 594435817 928989184 192775 33554432000 4194304 5787044 140734056874912 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31399/tid=31402] ppid=31398 vsize=907216 CPUtime=1058.71 cores=0,2,4,6
/proc/31399/task/31402/stat : 31402 (priss) R 31398 31398 30862 0 -1 4202560 49224 0 0 0 105823 48 0 0 25 0 5 0 594435817 928989184 192775 33554432000 4194304 5787044 140734056874912 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31399/tid=31403] ppid=31398 vsize=907216 CPUtime=1062.23 cores=0,2,4,6
/proc/31399/task/31403/stat : 31403 (priss) R 31398 31398 30862 0 -1 4202560 37959 0 0 0 106181 42 0 0 25 0 5 0 594435817 928989184 192775 33554432000 4194304 5787044 140734056874912 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31399/tid=31404] ppid=31398 vsize=907216 CPUtime=1059.86 cores=0,2,4,6
/proc/31399/task/31404/stat : 31404 (priss) R 31398 31398 30862 0 -1 4202560 54193 0 0 0 105933 53 0 0 25 0 5 0 594435818 928989184 192775 33554432000 4194304 5787044 140734056874912 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4241.92
Current children cumulated vsize (KiB) 915916

[startup+1122.3 s]
/proc/loadavg: 8.08 8.09 8.08 9/188 32006
/proc/meminfo: memFree=22777960/32950928 swapFree=67071984/67111528
[pid=31398] ppid=31396 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31398/stat : 31398 (prissAuto.sh) S 31396 31398 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594435815 8908800 252 33554432000 4194304 4922060 140735343126432 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31398/statm: 2175 252 211 178 0 68 0
[pid=31399] ppid=31398 vsize=907216 CPUtime=4481.59 cores=0,2,4,6
/proc/31399/stat : 31399 (priss) S 31398 31398 30862 0 -1 4202496 198378 0 0 0 447960 199 0 0 25 0 5 0 594435815 928989184 192855 33554432000 4194304 5787044 140734056874912 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/31399/statm: 226804 192855 419 389 0 222554 0
[pid=31399/tid=31401] ppid=31398 vsize=907216 CPUtime=1121.06 cores=0,2,4,6
/proc/31399/task/31401/stat : 31401 (priss) R 31398 31398 30862 0 -1 4202560 54200 0 0 0 112052 54 0 0 25 0 5 0 594435817 928989184 192855 33554432000 4194304 5787044 140734056874912 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31399/tid=31402] ppid=31398 vsize=907216 CPUtime=1118.39 cores=0,2,4,6
/proc/31399/task/31402/stat : 31402 (priss) R 31398 31398 30862 0 -1 4202560 49257 0 0 0 111791 48 0 0 25 0 5 0 594435817 928989184 192855 33554432000 4194304 5787044 140734056874912 18446744073709551615 4213868 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31399/tid=31403] ppid=31398 vsize=907216 CPUtime=1122.23 cores=0,2,4,6
/proc/31399/task/31403/stat : 31403 (priss) R 31398 31398 30862 0 -1 4202560 37962 0 0 0 112181 42 0 0 25 0 5 0 594435817 928989184 192855 33554432000 4194304 5787044 140734056874912 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31399/tid=31404] ppid=31398 vsize=907216 CPUtime=1119.85 cores=0,2,4,6
/proc/31399/task/31404/stat : 31404 (priss) R 31398 31398 30862 0 -1 4202560 54206 0 0 0 111932 53 0 0 25 0 5 0 594435818 928989184 192855 33554432000 4194304 5787044 140734056874912 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4481.59
Current children cumulated vsize (KiB) 915916

[startup+1182.3 s]
/proc/loadavg: 8.15 8.10 8.08 9/188 32008
/proc/meminfo: memFree=22707616/32950928 swapFree=67071984/67111528
[pid=31398] ppid=31396 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31398/stat : 31398 (prissAuto.sh) S 31396 31398 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594435815 8908800 252 33554432000 4194304 4922060 140735343126432 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31398/statm: 2175 252 211 178 0 68 0
[pid=31399] ppid=31398 vsize=916408 CPUtime=4721.27 cores=0,2,4,6
/proc/31399/stat : 31399 (priss) S 31398 31398 30862 0 -1 4202496 208110 0 0 0 471915 212 0 0 25 0 5 0 594435815 938401792 202587 33554432000 4194304 5787044 140734056874912 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/31399/statm: 229102 202587 419 389 0 224852 0
[pid=31399/tid=31401] ppid=31398 vsize=916408 CPUtime=1181.07 cores=0,2,4,6
/proc/31399/task/31401/stat : 31401 (priss) R 31398 31398 30862 0 -1 4202560 57356 0 0 0 118047 60 0 0 25 0 5 0 594435817 938401792 202587 33554432000 4194304 5787044 140734056874912 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31399/tid=31402] ppid=31398 vsize=916408 CPUtime=1178.06 cores=0,2,4,6
/proc/31399/task/31402/stat : 31402 (priss) R 31398 31398 30862 0 -1 4202560 50544 0 0 0 117757 49 0 0 25 0 5 0 594435817 938401792 202587 33554432000 4194304 5787044 140734056874912 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31399/tid=31403] ppid=31398 vsize=916408 CPUtime=1182.23 cores=0,2,4,6
/proc/31399/task/31403/stat : 31403 (priss) R 31398 31398 30862 0 -1 4202560 38125 0 0 0 118181 42 0 0 25 0 5 0 594435817 938401792 202587 33554432000 4194304 5787044 140734056874912 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31399/tid=31404] ppid=31398 vsize=916408 CPUtime=1179.85 cores=0,2,4,6
/proc/31399/task/31404/stat : 31404 (priss) R 31398 31398 30862 0 -1 4202560 59332 0 0 0 117926 59 0 0 25 0 5 0 594435818 938401792 202587 33554432000 4194304 5787044 140734056874912 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4721.27
Current children cumulated vsize (KiB) 925108



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.1 s]
/proc/loadavg: 8.18 8.11 8.09 9/188 32008
/proc/meminfo: memFree=22680576/32950928 swapFree=67071984/67111528
[pid=31398] ppid=31396 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31398/stat : 31398 (prissAuto.sh) S 31396 31398 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594435815 8908800 252 33554432000 4194304 4922060 140735343126432 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31398/statm: 2175 252 211 178 0 68 0
[pid=31399] ppid=31398 vsize=987388 CPUtime=4800.37 cores=0,2,4,6
/proc/31399/stat : 31399 (priss) S 31398 31398 30862 0 -1 4202496 213368 0 0 0 479819 218 0 0 25 0 5 0 594435815 1011085312 207845 33554432000 4194304 5787044 140734056874912 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/31399/statm: 246847 207845 419 389 0 242597 0
[pid=31399/tid=31401] ppid=31398 vsize=987388 CPUtime=1200.88 cores=0,2,4,6
/proc/31399/task/31401/stat : 31401 (priss) R 31398 31398 30862 0 -1 4202560 58776 0 0 0 120027 61 0 0 25 0 5 0 594435817 1011085312 207845 33554432000 4194304 5787044 140734056874912 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31399/tid=31402] ppid=31398 vsize=987388 CPUtime=1197.75 cores=0,2,4,6
/proc/31399/task/31402/stat : 31402 (priss) R 31398 31398 30862 0 -1 4202560 51895 0 0 0 119725 50 0 0 25 0 5 0 594435817 1011085312 207845 33554432000 4194304 5787044 140734056874912 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31399/tid=31403] ppid=31398 vsize=987388 CPUtime=1202.03 cores=0,2,4,6
/proc/31399/task/31403/stat : 31403 (priss) R 31398 31398 30862 0 -1 4202560 39239 0 0 0 120160 43 0 0 25 0 5 0 594435817 1011085312 207845 33554432000 4194304 5787044 140734056874912 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31399/tid=31404] ppid=31398 vsize=987388 CPUtime=1199.66 cores=0,2,4,6
/proc/31399/task/31404/stat : 31404 (priss) R 31398 31398 30862 0 -1 4202560 60705 0 0 0 119904 62 0 0 25 0 5 0 594435818 1011085312 207845 33554432000 4194304 5787044 140734056874912 18446744073709551615 5527508 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.37
Current children cumulated vsize (KiB) 996088

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

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

[startup+1202.1 s]
/proc/loadavg: 8.18 8.11 8.09 9/188 32008
/proc/meminfo: memFree=22680576/32950928 swapFree=67071984/67111528
[pid=31398] ppid=31396 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31398/stat : 31398 (prissAuto.sh) S 31396 31398 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594435815 8908800 252 33554432000 4194304 4922060 140735343126432 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31398/statm: 2175 252 211 178 0 68 0
[pid=31399] ppid=31398 vsize=987388 CPUtime=4800.37 cores=0,2,4,6
/proc/31399/stat : 31399 (priss) S 31398 31398 30862 0 -1 4202496 213368 0 0 0 479819 218 0 0 25 0 5 0 594435815 1011085312 207845 33554432000 4194304 5787044 140734056874912 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/31399/statm: 246847 207845 419 389 0 242597 0
[pid=31399/tid=31401] ppid=31398 vsize=987388 CPUtime=1200.88 cores=0,2,4,6
/proc/31399/task/31401/stat : 31401 (priss) R 31398 31398 30862 0 -1 4202560 58776 0 0 0 120027 61 0 0 25 0 5 0 594435817 1011085312 207845 33554432000 4194304 5787044 140734056874912 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31399/tid=31402] ppid=31398 vsize=987388 CPUtime=1197.75 cores=0,2,4,6
/proc/31399/task/31402/stat : 31402 (priss) R 31398 31398 30862 0 -1 4202560 51895 0 0 0 119725 50 0 0 25 0 5 0 594435817 1011085312 207845 33554432000 4194304 5787044 140734056874912 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31399/tid=31403] ppid=31398 vsize=987388 CPUtime=1202.03 cores=0,2,4,6
/proc/31399/task/31403/stat : 31403 (priss) R 31398 31398 30862 0 -1 4202560 39239 0 0 0 120160 43 0 0 25 0 5 0 594435817 1011085312 207845 33554432000 4194304 5787044 140734056874912 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31399/tid=31404] ppid=31398 vsize=987388 CPUtime=1199.66 cores=0,2,4,6
/proc/31399/task/31404/stat : 31404 (priss) R 31398 31398 30862 0 -1 4202560 60705 0 0 0 119904 62 0 0 25 0 5 0 594435818 1011085312 207845 33554432000 4194304 5787044 140734056874912 18446744073709551615 5527508 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.37
Current children cumulated vsize (KiB) 996088

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1202.12
CPU time (s): 4800.37
CPU user time (s): 4798.19
CPU system time (s): 2.18
CPU usage (%): 399.326
Max. virtual memory (cumulated for all children) (KiB): 996088

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

runsolver used 1.83272 second user time and 4.74728 second system time

The end

Launcher Data

Begin job on node116 at 2011-04-29 03:54:11
IDJOB=3257455
IDBENCH=70930
IDSOLVER=1602
FILE ID=node116/3257455-1304042051
RUNJOBID= node116-1304036428-30880
PBS_JOBID= 13170355
Free space on /tmp= 72512 MiB

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

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

MD5SUM BENCH= 6fdce6b69c397ad71b0f25957edff1fa
RANDOM SEED=1949266765

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      22751772 kB
Buffers:       1893672 kB
Cached:        6900408 kB
SwapCached:       9732 kB
Active:        5258396 kB
Inactive:      4517504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      22751772 kB
SwapTotal:    67111528 kB
SwapFree:     67071984 kB
Dirty:            1984 kB
Writeback:           0 kB
AnonPages:      975568 kB
Mapped:          14752 kB
Slab:           358460 kB
PageTables:       6628 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1209740 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= 72512 MiB
End job on node116 at 2011-04-29 04:14:16