Trace number 3265683

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.1 1201.72

General information on the benchmark

NameSAT05/crafted/sorge05/QG7a/
gensys-icl005.shuffled-as.sat05-3826.cnf
MD5SUM5d8489e52ec1ef9c7431a7fd60f9ff86
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark455.087
Satisfiable
(Un)Satisfiability was proved
Number of variables2703
Number of clauses18312
Sum of the clauses size128119
Maximum clause length13
Minimum clause length1
Number of clauses of size 156
Number of clauses of size 2533
Number of clauses of size 32417
Number of clauses of size 4522
Number of clauses of size 5685
Number of clauses of size over 514099

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: 6451
0.00/0.00	c setup for 4cores
0.00/0.01	c parsetime: 11635us
0.00/0.01	c parsed 18312 clauses with 2703 variables
0.00/0.01	c NW started thread 0 successfully (1109113152)
0.00/0.02	c NW started thread 1 successfully (1119603008)
0.00/0.02	c NW started thread 2 successfully (1087351104)
0.00/0.03	c NW started thread 3 successfully (1130092864)
0.00/0.66	c preprocessor returned 10009 variables
0.00/0.66	c preprocessing returned UNKNOWN
0.00/0.66	c PP set 57 variables
0.00/0.66	c pp time: 539050us (0s)
0.00/0.66	c preprocessor returned 10009 variables
0.00/0.66	c preprocessing returned UNKNOWN
0.00/0.66	c PP set 57 variables
0.00/0.66	c pp time: 541637us (0s)
0.00/0.66	c preprocessor returned 10009 variables
0.00/0.66	c preprocessing returned UNKNOWN
0.00/0.66	c PP set 57 variables
0.00/0.66	c pp time: 540258us (0s)
5.89/1.59	c preprocessor returned 30005 variables
5.89/1.59	c preprocessing returned UNKNOWN
5.89/1.59	c PP set 57 variables
5.89/1.59	c pp time: 1561270us (1s)

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

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

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


[startup+0 s]
/proc/loadavg: 7.83 8.09 8.08 5/182 6450
/proc/meminfo: memFree=22058568/32951124 swapFree=67111528/67111528
[pid=6450] ppid=6448 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/6450/stat : 6450 (prissAuto.sh) S 6448 6450 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499400006 8908800 252 33554432000 4194304 4922060 140737438792944 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6450/statm: 2175 252 211 178 0 68 0

[startup+0.0696681 s]
/proc/loadavg: 7.83 8.09 8.08 5/182 6450
/proc/meminfo: memFree=22058568/32951124 swapFree=67111528/67111528
[pid=6450] ppid=6448 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/6450/stat : 6450 (prissAuto.sh) S 6448 6450 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499400006 8908800 252 33554432000 4194304 4922060 140737438792944 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6450/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100661 s]
/proc/loadavg: 7.83 8.09 8.08 5/182 6450
/proc/meminfo: memFree=22058568/32951124 swapFree=67111528/67111528
[pid=6450] ppid=6448 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/6450/stat : 6450 (prissAuto.sh) S 6448 6450 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499400006 8908800 252 33554432000 4194304 4922060 140737438792944 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6450/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.30063 s]
/proc/loadavg: 7.83 8.09 8.08 5/182 6450
/proc/meminfo: memFree=22058568/32951124 swapFree=67111528/67111528
[pid=6450] ppid=6448 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/6450/stat : 6450 (prissAuto.sh) S 6448 6450 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499400006 8908800 252 33554432000 4194304 4922060 140737438792944 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6450/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700554 s]
/proc/loadavg: 7.83 8.09 8.08 5/182 6450
/proc/meminfo: memFree=22058568/32951124 swapFree=67111528/67111528
[pid=6450] ppid=6448 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/6450/stat : 6450 (prissAuto.sh) S 6448 6450 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499400006 8908800 252 33554432000 4194304 4922060 140737438792944 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6450/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50042 s]
/proc/loadavg: 7.83 8.09 8.08 9/188 6456
/proc/meminfo: memFree=22025916/32951124 swapFree=67111528/67111528
[pid=6450] ppid=6448 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/6450/stat : 6450 (prissAuto.sh) S 6448 6450 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499400006 8908800 252 33554432000 4194304 4922060 140737438792944 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6450/statm: 2175 252 211 178 0 68 0
[pid=6451] ppid=6450 vsize=283168 CPUtime=5.89 cores=1,3,5,7
/proc/6451/stat : 6451 (priss) S 6450 6450 4923 0 -1 4202496 10948 0 0 0 586 3 0 0 18 0 5 0 499400006 289964032 9666 33554432000 4194304 5787044 140735179577008 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/6451/statm: 70792 9666 405 389 0 66542 0
[pid=6451/tid=6453] ppid=6450 vsize=283168 CPUtime=1.47 cores=1,3,5,7
/proc/6451/task/6453/stat : 6453 (priss) R 6450 6450 4923 0 -1 4202560 1968 0 0 0 147 0 0 0 20 0 5 0 499400008 289964032 9666 33554432000 4194304 5787044 140735179577008 18446744073709551615 4254581 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=6451/tid=6454] ppid=6450 vsize=283168 CPUtime=1.46 cores=1,3,5,7
/proc/6451/task/6454/stat : 6454 (priss) R 6450 6450 4923 0 -1 4202560 1876 0 0 0 145 1 0 0 20 0 5 0 499400008 289964032 9666 33554432000 4194304 5787044 140735179577008 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=6451/tid=6455] ppid=6450 vsize=283168 CPUtime=1.46 cores=1,3,5,7
/proc/6451/task/6455/stat : 6455 (priss) R 6450 6450 4923 0 -1 4202560 2817 0 0 0 145 1 0 0 20 0 5 0 499400009 289964032 9666 33554432000 4194304 5787044 140735179577008 18446744073709551615 4254468 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=6451/tid=6456] ppid=6450 vsize=283168 CPUtime=1.45 cores=1,3,5,7
/proc/6451/task/6456/stat : 6456 (priss) R 6450 6450 4923 0 -1 4202560 2202 0 0 0 145 0 0 0 18 0 5 0 499400009 289964032 9666 33554432000 4194304 5787044 140735179577008 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.89
Current children cumulated vsize (KiB) 291868

[startup+3.10113 s]
/proc/loadavg: 7.83 8.09 8.08 9/188 6456
/proc/meminfo: memFree=22016368/32951124 swapFree=67111528/67111528
[pid=6450] ppid=6448 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/6450/stat : 6450 (prissAuto.sh) S 6448 6450 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499400006 8908800 252 33554432000 4194304 4922060 140737438792944 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6450/statm: 2175 252 211 178 0 68 0
[pid=6451] ppid=6450 vsize=284008 CPUtime=12.3 cores=1,3,5,7
/proc/6451/stat : 6451 (priss) S 6450 6450 4923 0 -1 4202496 13734 0 0 0 1224 6 0 0 18 0 5 0 499400006 290824192 11454 33554432000 4194304 5787044 140735179577008 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/6451/statm: 71002 11454 419 389 0 66752 0
[pid=6451/tid=6453] ppid=6450 vsize=284008 CPUtime=3.07 cores=1,3,5,7
/proc/6451/task/6453/stat : 6453 (priss) R 6450 6450 4923 0 -1 4202560 2267 0 0 0 306 1 0 0 25 0 5 0 499400008 290824192 11454 33554432000 4194304 5787044 140735179577008 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=6451/tid=6454] ppid=6450 vsize=284008 CPUtime=3.06 cores=1,3,5,7
/proc/6451/task/6454/stat : 6454 (priss) R 6450 6450 4923 0 -1 4202560 2055 0 0 0 305 1 0 0 25 0 5 0 499400008 290824192 11454 33554432000 4194304 5787044 140735179577008 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=6451/tid=6455] ppid=6450 vsize=284008 CPUtime=3.06 cores=1,3,5,7
/proc/6451/task/6455/stat : 6455 (priss) R 6450 6450 4923 0 -1 4202560 3006 0 0 0 305 1 0 0 25 0 5 0 499400009 290824192 11454 33554432000 4194304 5787044 140735179577008 18446744073709551615 5591019 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=6451/tid=6456] ppid=6450 vsize=284008 CPUtime=3.04 cores=1,3,5,7
/proc/6451/task/6456/stat : 6456 (priss) R 6450 6450 4923 0 -1 4202560 4321 0 0 0 303 1 0 0 20 0 5 0 499400009 290824192 11454 33554432000 4194304 5787044 140735179577008 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.3
Current children cumulated vsize (KiB) 292708

[startup+6.30056 s]
/proc/loadavg: 7.84 8.09 8.08 9/188 6456
/proc/meminfo: memFree=22009560/32951124 swapFree=67111528/67111528
[pid=6450] ppid=6448 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/6450/stat : 6450 (prissAuto.sh) S 6448 6450 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499400006 8908800 252 33554432000 4194304 4922060 140737438792944 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6450/statm: 2175 252 211 178 0 68 0
[pid=6451] ppid=6450 vsize=285592 CPUtime=25.08 cores=1,3,5,7
/proc/6451/stat : 6451 (priss) S 6450 6450 4923 0 -1 4202496 14989 0 0 0 2501 7 0 0 18 0 5 0 499400006 292446208 12709 33554432000 4194304 5787044 140735179577008 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/6451/statm: 71398 12709 419 389 0 67148 0
[pid=6451/tid=6453] ppid=6450 vsize=285592 CPUtime=6.27 cores=1,3,5,7
/proc/6451/task/6453/stat : 6453 (priss) R 6450 6450 4923 0 -1 4202560 2637 0 0 0 626 1 0 0 25 0 5 0 499400008 292446208 12709 33554432000 4194304 5787044 140735179577008 18446744073709551615 5591280 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=6451/tid=6454] ppid=6450 vsize=285592 CPUtime=6.26 cores=1,3,5,7
/proc/6451/task/6454/stat : 6454 (priss) R 6450 6450 4923 0 -1 4202560 2423 0 0 0 625 1 0 0 25 0 5 0 499400008 292446208 12709 33554432000 4194304 5787044 140735179577008 18446744073709551615 254261271646 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=6451/tid=6455] ppid=6450 vsize=285592 CPUtime=6.27 cores=1,3,5,7
/proc/6451/task/6455/stat : 6455 (priss) R 6450 6450 4923 0 -1 4202560 3151 0 0 0 625 2 0 0 25 0 5 0 499400009 292446208 12709 33554432000 4194304 5787044 140735179577008 18446744073709551615 5586640 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=6451/tid=6456] ppid=6450 vsize=285592 CPUtime=6.22 cores=1,3,5,7
/proc/6451/task/6456/stat : 6456 (priss) R 6450 6450 4923 0 -1 4202560 4693 0 0 0 621 1 0 0 25 0 5 0 499400009 292446208 12709 33554432000 4194304 5787044 140735179577008 18446744073709551615 5527065 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 294292

[startup+12.7004 s]
/proc/loadavg: 7.86 8.09 8.08 9/188 6456
/proc/meminfo: memFree=22001264/32951124 swapFree=67111528/67111528
[pid=6450] ppid=6448 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/6450/stat : 6450 (prissAuto.sh) S 6448 6450 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499400006 8908800 252 33554432000 4194304 4922060 140737438792944 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6450/statm: 2175 252 211 178 0 68 0
[pid=6451] ppid=6450 vsize=287668 CPUtime=50.63 cores=1,3,5,7
/proc/6451/stat : 6451 (priss) S 6450 6450 4923 0 -1 4202496 16784 0 0 0 5053 10 0 0 18 0 5 0 499400006 294572032 14504 33554432000 4194304 5787044 140735179577008 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/6451/statm: 71917 14504 419 389 0 67667 0
[pid=6451/tid=6453] ppid=6450 vsize=287668 CPUtime=12.67 cores=1,3,5,7
/proc/6451/task/6453/stat : 6453 (priss) R 6450 6450 4923 0 -1 4202560 2977 0 0 0 1265 2 0 0 25 0 5 0 499400008 294572032 14504 33554432000 4194304 5787044 140735179577008 18446744073709551615 5591573 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=6451/tid=6454] ppid=6450 vsize=287668 CPUtime=12.66 cores=1,3,5,7
/proc/6451/task/6454/stat : 6454 (priss) R 6450 6450 4923 0 -1 4202560 2941 0 0 0 1264 2 0 0 25 0 5 0 499400008 294572032 14504 33554432000 4194304 5787044 140735179577008 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=6451/tid=6455] ppid=6450 vsize=287668 CPUtime=12.66 cores=1,3,5,7
/proc/6451/task/6455/stat : 6455 (priss) R 6450 6450 4923 0 -1 4202560 3488 0 0 0 1264 2 0 0 25 0 5 0 499400009 294572032 14504 33554432000 4194304 5787044 140735179577008 18446744073709551615 5586709 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=6451/tid=6456] ppid=6450 vsize=287668 CPUtime=12.59 cores=1,3,5,7
/proc/6451/task/6456/stat : 6456 (priss) R 6450 6450 4923 0 -1 4202560 5293 0 0 0 1256 3 0 0 25 0 5 0 499400009 294572032 14504 33554432000 4194304 5787044 140735179577008 18446744073709551615 5527392 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 296368

[startup+25.5011 s]
/proc/loadavg: 7.96 8.10 8.08 9/188 6457
/proc/meminfo: memFree=21983284/32951124 swapFree=67111528/67111528
[pid=6450] ppid=6448 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/6450/stat : 6450 (prissAuto.sh) S 6448 6450 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499400006 8908800 252 33554432000 4194304 4922060 140737438792944 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6450/statm: 2175 252 211 178 0 68 0
[pid=6451] ppid=6450 vsize=295092 CPUtime=101.76 cores=1,3,5,7
/proc/6451/stat : 6451 (priss) S 6450 6450 4923 0 -1 4202496 21100 0 0 0 10160 16 0 0 18 0 5 0 499400006 302174208 18819 33554432000 4194304 5787044 140735179577008 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/6451/statm: 73773 18819 419 389 0 69523 0
[pid=6451/tid=6453] ppid=6450 vsize=295092 CPUtime=25.47 cores=1,3,5,7
/proc/6451/task/6453/stat : 6453 (priss) R 6450 6450 4923 0 -1 4202560 4144 0 0 0 2543 4 0 0 25 0 5 0 499400008 302174208 18819 33554432000 4194304 5787044 140735179577008 18446744073709551615 254261275047 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=6451/tid=6454] ppid=6450 vsize=295092 CPUtime=25.46 cores=1,3,5,7
/proc/6451/task/6454/stat : 6454 (priss) R 6450 6450 4923 0 -1 4202560 3911 0 0 0 2542 4 0 0 25 0 5 0 499400008 302174208 18819 33554432000 4194304 5787044 140735179577008 18446744073709551615 5591764 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=6451/tid=6455] ppid=6450 vsize=295092 CPUtime=25.46 cores=1,3,5,7
/proc/6451/task/6455/stat : 6455 (priss) R 6450 6450 4923 0 -1 4202560 4077 0 0 0 2544 2 0 0 25 0 5 0 499400009 302174208 18819 33554432000 4194304 5787044 140735179577008 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=6451/tid=6456] ppid=6450 vsize=295092 CPUtime=25.32 cores=1,3,5,7
/proc/6451/task/6456/stat : 6456 (priss) R 6450 6450 4923 0 -1 4202560 6883 0 0 0 2528 4 0 0 25 0 5 0 499400009 302174208 18819 33554432000 4194304 5787044 140735179577008 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.76
Current children cumulated vsize (KiB) 303792

[startup+51.1006 s]
/proc/loadavg: 7.97 8.09 8.08 9/188 6457
/proc/meminfo: memFree=21958052/32951124 swapFree=67111528/67111528
[pid=6450] ppid=6448 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/6450/stat : 6450 (prissAuto.sh) S 6448 6450 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499400006 8908800 252 33554432000 4194304 4922060 140737438792944 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6450/statm: 2175 252 211 178 0 68 0
[pid=6451] ppid=6450 vsize=303516 CPUtime=204.01 cores=1,3,5,7
/proc/6451/stat : 6451 (priss) S 6450 6450 4923 0 -1 4202496 25431 0 0 0 20382 19 0 0 18 0 5 0 499400006 310800384 23146 33554432000 4194304 5787044 140735179577008 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/6451/statm: 75879 23146 419 389 0 71629 0
[pid=6451/tid=6453] ppid=6450 vsize=303516 CPUtime=51.06 cores=1,3,5,7
/proc/6451/task/6453/stat : 6453 (priss) R 6450 6450 4923 0 -1 4202560 4498 0 0 0 5102 4 0 0 25 0 5 0 499400008 310800384 23146 33554432000 4194304 5787044 140735179577008 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=6451/tid=6454] ppid=6450 vsize=303516 CPUtime=51.06 cores=1,3,5,7
/proc/6451/task/6454/stat : 6454 (priss) R 6450 6450 4923 0 -1 4202560 5225 0 0 0 5101 5 0 0 25 0 5 0 499400008 310800384 23146 33554432000 4194304 5787044 140735179577008 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=6451/tid=6455] ppid=6450 vsize=303516 CPUtime=51.05 cores=1,3,5,7
/proc/6451/task/6455/stat : 6455 (priss) R 6450 6450 4923 0 -1 4202560 4836 0 0 0 5102 3 0 0 25 0 5 0 499400009 310800384 23146 33554432000 4194304 5787044 140735179577008 18446744073709551615 5591309 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=6451/tid=6456] ppid=6450 vsize=303516 CPUtime=50.78 cores=1,3,5,7
/proc/6451/task/6456/stat : 6456 (priss) R 6450 6450 4923 0 -1 4202560 8787 0 0 0 5073 5 0 0 25 0 5 0 499400009 310800384 23146 33554432000 4194304 5787044 140735179577008 18446744073709551615 5527571 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.01
Current children cumulated vsize (KiB) 312216

[startup+102.307 s]
/proc/loadavg: 8.04 8.09 8.08 9/188 6459
/proc/meminfo: memFree=21912644/32951124 swapFree=67111528/67111528
[pid=6450] ppid=6448 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/6450/stat : 6450 (prissAuto.sh) S 6448 6450 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499400006 8908800 252 33554432000 4194304 4922060 140737438792944 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6450/statm: 2175 252 211 178 0 68 0
[pid=6451] ppid=6450 vsize=310040 CPUtime=408.55 cores=1,3,5,7
/proc/6451/stat : 6451 (priss) S 6450 6450 4923 0 -1 4202496 30475 0 0 0 40830 25 0 0 18 0 5 0 499400006 317480960 28126 33554432000 4194304 5787044 140735179577008 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/6451/statm: 77510 28126 419 389 0 73260 0
[pid=6451/tid=6453] ppid=6450 vsize=310040 CPUtime=102.26 cores=1,3,5,7
/proc/6451/task/6453/stat : 6453 (priss) R 6450 6450 4923 0 -1 4202560 5836 0 0 0 10221 5 0 0 25 0 5 0 499400008 317480960 28126 33554432000 4194304 5787044 140735179577008 18446744073709551615 5591615 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=6451/tid=6454] ppid=6450 vsize=310040 CPUtime=102.26 cores=1,3,5,7
/proc/6451/task/6454/stat : 6454 (priss) R 6450 6450 4923 0 -1 4202560 7149 0 0 0 10220 6 0 0 25 0 5 0 499400008 317480960 28126 33554432000 4194304 5787044 140735179577008 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=6451/tid=6455] ppid=6450 vsize=310040 CPUtime=102.26 cores=1,3,5,7
/proc/6451/task/6455/stat : 6455 (priss) R 6450 6450 4923 0 -1 4202560 5619 0 0 0 10222 4 0 0 25 0 5 0 499400009 317480960 28126 33554432000 4194304 5787044 140735179577008 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=6451/tid=6456] ppid=6450 vsize=310040 CPUtime=101.71 cores=1,3,5,7

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

/proc/6451/task/6454/stat : 6454 (priss) R 6450 6450 4923 0 -1 4202560 17764 0 0 0 88208 19 0 0 25 0 5 0 499400008 387534848 72164 33554432000 4194304 5787044 140735179577008 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=6451/tid=6455] ppid=6450 vsize=378452 CPUtime=882.27 cores=1,3,5,7
/proc/6451/task/6455/stat : 6455 (priss) R 6450 6450 4923 0 -1 4202560 14721 0 0 0 88210 17 0 0 25 0 5 0 499400009 387534848 72164 33554432000 4194304 5787044 140735179577008 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=6451/tid=6456] ppid=6450 vsize=378452 CPUtime=877.46 cores=1,3,5,7
/proc/6451/task/6456/stat : 6456 (priss) R 6450 6450 4923 0 -1 4202560 21395 0 0 0 87722 24 0 0 25 0 5 0 499400009 387534848 72164 33554432000 4194304 5787044 140735179577008 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.23
Current children cumulated vsize (KiB) 387152

[startup+942.3 s]
/proc/loadavg: 8.06 8.09 8.09 9/188 6481
/proc/meminfo: memFree=21595180/32951124 swapFree=67111528/67111528
[pid=6450] ppid=6448 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/6450/stat : 6450 (prissAuto.sh) S 6448 6450 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499400006 8908800 252 33554432000 4194304 4922060 140737438792944 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6450/statm: 2175 252 211 178 0 68 0
[pid=6451] ppid=6450 vsize=378452 CPUtime=3763.9 cores=1,3,5,7
/proc/6451/stat : 6451 (priss) S 6450 6450 4923 0 -1 4202496 76271 0 0 0 376308 82 0 0 18 0 5 0 499400006 387534848 73274 33554432000 4194304 5787044 140735179577008 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/6451/statm: 94613 73274 419 389 0 90363 0
[pid=6451/tid=6453] ppid=6450 vsize=378452 CPUtime=942.17 cores=1,3,5,7
/proc/6451/task/6453/stat : 6453 (priss) R 6450 6450 4923 0 -1 4202560 19404 0 0 0 94197 20 0 0 25 0 5 0 499400008 387534848 73274 33554432000 4194304 5787044 140735179577008 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=6451/tid=6454] ppid=6450 vsize=378452 CPUtime=942.27 cores=1,3,5,7
/proc/6451/task/6454/stat : 6454 (priss) R 6450 6450 4923 0 -1 4202560 17951 0 0 0 94208 19 0 0 25 0 5 0 499400008 387534848 73274 33554432000 4194304 5787044 140735179577008 18446744073709551615 5591097 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=6451/tid=6455] ppid=6450 vsize=378452 CPUtime=942.26 cores=1,3,5,7
/proc/6451/task/6455/stat : 6455 (priss) R 6450 6450 4923 0 -1 4202560 15122 0 0 0 94209 17 0 0 25 0 5 0 499400009 387534848 73274 33554432000 4194304 5787044 140735179577008 18446744073709551615 5591532 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=6451/tid=6456] ppid=6450 vsize=378452 CPUtime=937.14 cores=1,3,5,7
/proc/6451/task/6456/stat : 6456 (priss) R 6450 6450 4923 0 -1 4202560 21709 0 0 0 93690 24 0 0 25 0 5 0 499400009 387534848 73274 33554432000 4194304 5787044 140735179577008 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3763.9
Current children cumulated vsize (KiB) 387152

[startup+1002.3 s]
/proc/loadavg: 8.06 8.08 8.09 9/188 6483
/proc/meminfo: memFree=21589532/32951124 swapFree=67111528/67111528
[pid=6450] ppid=6448 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/6450/stat : 6450 (prissAuto.sh) S 6448 6450 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499400006 8908800 252 33554432000 4194304 4922060 140737438792944 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6450/statm: 2175 252 211 178 0 68 0
[pid=6451] ppid=6450 vsize=378452 CPUtime=4003.56 cores=1,3,5,7
/proc/6451/stat : 6451 (priss) S 6450 6450 4923 0 -1 4202496 77327 0 0 0 400273 83 0 0 18 0 5 0 499400006 387534848 74233 33554432000 4194304 5787044 140735179577008 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/6451/statm: 94613 74233 419 389 0 90363 0
[pid=6451/tid=6453] ppid=6450 vsize=378452 CPUtime=1002.17 cores=1,3,5,7
/proc/6451/task/6453/stat : 6453 (priss) R 6450 6450 4923 0 -1 4202560 19420 0 0 0 100197 20 0 0 25 0 5 0 499400008 387534848 74233 33554432000 4194304 5787044 140735179577008 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=6451/tid=6454] ppid=6450 vsize=378452 CPUtime=1002.27 cores=1,3,5,7
/proc/6451/task/6454/stat : 6454 (priss) R 6450 6450 4923 0 -1 4202560 17952 0 0 0 100208 19 0 0 25 0 5 0 499400008 387534848 74233 33554432000 4194304 5787044 140735179577008 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=6451/tid=6455] ppid=6450 vsize=378452 CPUtime=1002.26 cores=1,3,5,7
/proc/6451/task/6455/stat : 6455 (priss) R 6450 6450 4923 0 -1 4202560 15122 0 0 0 100209 17 0 0 25 0 5 0 499400009 387534848 74233 33554432000 4194304 5787044 140735179577008 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=6451/tid=6456] ppid=6450 vsize=378452 CPUtime=996.8 cores=1,3,5,7
/proc/6451/task/6456/stat : 6456 (priss) R 6450 6450 4923 0 -1 4202560 22748 0 0 0 99655 25 0 0 25 0 5 0 499400009 387534848 74233 33554432000 4194304 5787044 140735179577008 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.56
Current children cumulated vsize (KiB) 387152

[startup+1062.3 s]
/proc/loadavg: 7.97 8.05 8.07 9/188 6517
/proc/meminfo: memFree=21789780/32951124 swapFree=67111528/67111528
[pid=6450] ppid=6448 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/6450/stat : 6450 (prissAuto.sh) S 6448 6450 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499400006 8908800 252 33554432000 4194304 4922060 140737438792944 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6450/statm: 2175 252 211 178 0 68 0
[pid=6451] ppid=6450 vsize=378452 CPUtime=4243.24 cores=1,3,5,7
/proc/6451/stat : 6451 (priss) S 6450 6450 4923 0 -1 4202496 77350 0 0 0 424241 83 0 0 18 0 5 0 499400006 387534848 74256 33554432000 4194304 5787044 140735179577008 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/6451/statm: 94613 74256 419 389 0 90363 0
[pid=6451/tid=6453] ppid=6450 vsize=378452 CPUtime=1062.17 cores=1,3,5,7
/proc/6451/task/6453/stat : 6453 (priss) R 6450 6450 4923 0 -1 4202560 19440 0 0 0 106197 20 0 0 25 0 5 0 499400008 387534848 74256 33554432000 4194304 5787044 140735179577008 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=6451/tid=6454] ppid=6450 vsize=378452 CPUtime=1062.27 cores=1,3,5,7
/proc/6451/task/6454/stat : 6454 (priss) R 6450 6450 4923 0 -1 4202560 17954 0 0 0 106208 19 0 0 25 0 5 0 499400008 387534848 74256 33554432000 4194304 5787044 140735179577008 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=6451/tid=6455] ppid=6450 vsize=378452 CPUtime=1062.26 cores=1,3,5,7
/proc/6451/task/6455/stat : 6455 (priss) R 6450 6450 4923 0 -1 4202560 15122 0 0 0 106209 17 0 0 25 0 5 0 499400009 387534848 74256 33554432000 4194304 5787044 140735179577008 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=6451/tid=6456] ppid=6450 vsize=378452 CPUtime=1056.48 cores=1,3,5,7
/proc/6451/task/6456/stat : 6456 (priss) R 6450 6450 4923 0 -1 4202560 22749 0 0 0 105623 25 0 0 25 0 5 0 499400009 387534848 74256 33554432000 4194304 5787044 140735179577008 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.24
Current children cumulated vsize (KiB) 387152

[startup+1122.3 s]
/proc/loadavg: 7.99 8.04 8.07 9/188 6519
/proc/meminfo: memFree=21723604/32951124 swapFree=67111528/67111528
[pid=6450] ppid=6448 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/6450/stat : 6450 (prissAuto.sh) S 6448 6450 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499400006 8908800 252 33554432000 4194304 4922060 140737438792944 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6450/statm: 2175 252 211 178 0 68 0
[pid=6451] ppid=6450 vsize=378452 CPUtime=4482.92 cores=1,3,5,7
/proc/6451/stat : 6451 (priss) S 6450 6450 4923 0 -1 4202496 77405 0 0 0 448208 84 0 0 18 0 5 0 499400006 387534848 74311 33554432000 4194304 5787044 140735179577008 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/6451/statm: 94613 74311 419 389 0 90363 0
[pid=6451/tid=6453] ppid=6450 vsize=378452 CPUtime=1122.16 cores=1,3,5,7
/proc/6451/task/6453/stat : 6453 (priss) R 6450 6450 4923 0 -1 4202560 19465 0 0 0 112196 20 0 0 25 0 5 0 499400008 387534848 74311 33554432000 4194304 5787044 140735179577008 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=6451/tid=6454] ppid=6450 vsize=378452 CPUtime=1122.27 cores=1,3,5,7
/proc/6451/task/6454/stat : 6454 (priss) R 6450 6450 4923 0 -1 4202560 17980 0 0 0 112208 19 0 0 25 0 5 0 499400008 387534848 74311 33554432000 4194304 5787044 140735179577008 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=6451/tid=6455] ppid=6450 vsize=378452 CPUtime=1122.26 cores=1,3,5,7
/proc/6451/task/6455/stat : 6455 (priss) R 6450 6450 4923 0 -1 4202560 15125 0 0 0 112209 17 0 0 25 0 5 0 499400009 387534848 74311 33554432000 4194304 5787044 140735179577008 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=6451/tid=6456] ppid=6450 vsize=378452 CPUtime=1116.15 cores=1,3,5,7
/proc/6451/task/6456/stat : 6456 (priss) R 6450 6450 4923 0 -1 4202560 22750 0 0 0 111590 25 0 0 25 0 5 0 499400009 387534848 74311 33554432000 4194304 5787044 140735179577008 18446744073709551615 5527392 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4482.92
Current children cumulated vsize (KiB) 387152

[startup+1182.3 s]
/proc/loadavg: 7.99 8.03 8.06 9/188 6521
/proc/meminfo: memFree=21677052/32951124 swapFree=67111528/67111528
[pid=6450] ppid=6448 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/6450/stat : 6450 (prissAuto.sh) S 6448 6450 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499400006 8908800 252 33554432000 4194304 4922060 140737438792944 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6450/statm: 2175 252 211 178 0 68 0
[pid=6451] ppid=6450 vsize=379348 CPUtime=4722.59 cores=1,3,5,7
/proc/6451/stat : 6451 (priss) S 6450 6450 4923 0 -1 4202496 77754 0 0 0 472175 84 0 0 18 0 5 0 499400006 388452352 74660 33554432000 4194304 5787044 140735179577008 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/6451/statm: 94837 74660 419 389 0 90587 0
[pid=6451/tid=6453] ppid=6450 vsize=379348 CPUtime=1182.15 cores=1,3,5,7
/proc/6451/task/6453/stat : 6453 (priss) R 6450 6450 4923 0 -1 4202560 19723 0 0 0 118195 20 0 0 25 0 5 0 499400008 388452352 74660 33554432000 4194304 5787044 140735179577008 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=6451/tid=6454] ppid=6450 vsize=379348 CPUtime=1182.27 cores=1,3,5,7
/proc/6451/task/6454/stat : 6454 (priss) R 6450 6450 4923 0 -1 4202560 18049 0 0 0 118208 19 0 0 25 0 5 0 499400008 388452352 74660 33554432000 4194304 5787044 140735179577008 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=6451/tid=6455] ppid=6450 vsize=379348 CPUtime=1182.27 cores=1,3,5,7
/proc/6451/task/6455/stat : 6455 (priss) R 6450 6450 4923 0 -1 4202560 15142 0 0 0 118210 17 0 0 25 0 5 0 499400009 388452352 74660 33554432000 4194304 5787044 140735179577008 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=6451/tid=6456] ppid=6450 vsize=379348 CPUtime=1175.83 cores=1,3,5,7
/proc/6451/task/6456/stat : 6456 (priss) R 6450 6450 4923 0 -1 4202560 22755 0 0 0 117558 25 0 0 25 0 5 0 499400009 388452352 74660 33554432000 4194304 5787044 140735179577008 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.59
Current children cumulated vsize (KiB) 388048



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 7.99 8.03 8.06 10/188 6521
/proc/meminfo: memFree=21662620/32951124 swapFree=67111528/67111528
[pid=6450] ppid=6448 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/6450/stat : 6450 (prissAuto.sh) S 6448 6450 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499400006 8908800 252 33554432000 4194304 4922060 140737438792944 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6450/statm: 2175 252 211 178 0 68 0
[pid=6451] ppid=6450 vsize=381084 CPUtime=4800.1 cores=1,3,5,7
/proc/6451/stat : 6451 (priss) S 6450 6450 4923 0 -1 4202496 78193 0 0 0 479926 84 0 0 18 0 5 0 499400006 390230016 75099 33554432000 4194304 5787044 140735179577008 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/6451/statm: 95271 75099 419 389 0 91021 0
[pid=6451/tid=6453] ppid=6450 vsize=381084 CPUtime=1201.56 cores=1,3,5,7
/proc/6451/task/6453/stat : 6453 (priss) R 6450 6450 4923 0 -1 4202560 20148 0 0 0 120135 21 0 0 25 0 5 0 499400008 390230016 75099 33554432000 4194304 5787044 140735179577008 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=6451/tid=6454] ppid=6450 vsize=381084 CPUtime=1201.68 cores=1,3,5,7
/proc/6451/task/6454/stat : 6454 (priss) R 6450 6450 4923 0 -1 4202560 18057 0 0 0 120149 19 0 0 25 0 5 0 499400008 390230016 75099 33554432000 4194304 5787044 140735179577008 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=6451/tid=6455] ppid=6450 vsize=381084 CPUtime=1201.67 cores=1,3,5,7
/proc/6451/task/6455/stat : 6455 (priss) R 6450 6450 4923 0 -1 4202560 15147 0 0 0 120150 17 0 0 25 0 5 0 499400009 390230016 75099 33554432000 4194304 5787044 140735179577008 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=6451/tid=6456] ppid=6450 vsize=381084 CPUtime=1195.12 cores=1,3,5,7
/proc/6451/task/6456/stat : 6456 (priss) R 6450 6450 4923 0 -1 4202560 22756 0 0 0 119487 25 0 0 25 0 5 0 499400009 390230016 75099 33554432000 4194304 5787044 140735179577008 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.1
Current children cumulated vsize (KiB) 389784

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

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

[startup+1201.7 s]
/proc/loadavg: 7.99 8.03 8.06 10/188 6521
/proc/meminfo: memFree=21662620/32951124 swapFree=67111528/67111528
[pid=6450] ppid=6448 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/6450/stat : 6450 (prissAuto.sh) S 6448 6450 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499400006 8908800 252 33554432000 4194304 4922060 140737438792944 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6450/statm: 2175 252 211 178 0 68 0
[pid=6451] ppid=6450 vsize=381084 CPUtime=4800.1 cores=1,3,5,7
/proc/6451/stat : 6451 (priss) S 6450 6450 4923 0 -1 4202496 78193 0 0 0 479926 84 0 0 18 0 5 0 499400006 390230016 75099 33554432000 4194304 5787044 140735179577008 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/6451/statm: 95271 75099 419 389 0 91021 0
[pid=6451/tid=6453] ppid=6450 vsize=381084 CPUtime=1201.56 cores=1,3,5,7
/proc/6451/task/6453/stat : 6453 (priss) R 6450 6450 4923 0 -1 4202560 20148 0 0 0 120135 21 0 0 25 0 5 0 499400008 390230016 75099 33554432000 4194304 5787044 140735179577008 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=6451/tid=6454] ppid=6450 vsize=381084 CPUtime=1201.68 cores=1,3,5,7
/proc/6451/task/6454/stat : 6454 (priss) R 6450 6450 4923 0 -1 4202560 18057 0 0 0 120149 19 0 0 25 0 5 0 499400008 390230016 75099 33554432000 4194304 5787044 140735179577008 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=6451/tid=6455] ppid=6450 vsize=381084 CPUtime=1201.67 cores=1,3,5,7
/proc/6451/task/6455/stat : 6455 (priss) R 6450 6450 4923 0 -1 4202560 15147 0 0 0 120150 17 0 0 25 0 5 0 499400009 390230016 75099 33554432000 4194304 5787044 140735179577008 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=6451/tid=6456] ppid=6450 vsize=381084 CPUtime=1195.12 cores=1,3,5,7
/proc/6451/task/6456/stat : 6456 (priss) R 6450 6450 4923 0 -1 4202560 22756 0 0 0 119487 25 0 0 25 0 5 0 499400009 390230016 75099 33554432000 4194304 5787044 140735179577008 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.1
Current children cumulated vsize (KiB) 389784

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1201.72
CPU time (s): 4800.1
CPU user time (s): 4799.26
CPU system time (s): 0.84
CPU usage (%): 399.436
Max. virtual memory (cumulated for all children) (KiB): 389784

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

runsolver used 1.65075 second user time and 4.91325 second system time

The end

Launcher Data

Begin job on node140 at 2011-04-29 11:37:27
IDJOB=3265683
IDBENCH=85799
IDSOLVER=1602
FILE ID=node140/3265683-1304069847
RUNJOBID= node140-1304056417-4942
PBS_JOBID= 13170433
Free space on /tmp= 72660 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT05/crafted/sorge05/QG7a/gensys-icl005.shuffled-as.sat05-3826.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3265683-1304069847/watcher-3265683-1304069847 -o /tmp/evaluation-result-3265683-1304069847/solver-3265683-1304069847 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3265683-1304069847.cnf 694961674 4800 15500 4

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

MD5SUM BENCH= 5d8489e52ec1ef9c7431a7fd60f9ff86
RANDOM SEED=694961674

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22058724 kB
Buffers:       2299584 kB
Cached:        7818892 kB
SwapCached:          0 kB
Active:        2826600 kB
Inactive:      7499260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22058724 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2360 kB
Writeback:           0 kB
AnonPages:      207460 kB
Mapped:          15620 kB
Slab:           504296 kB
PageTables:       4712 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   400176 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= 72660 MiB
End job on node140 at 2011-04-29 11:57:31