Trace number 3263043

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

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_15_90_1-log.shuffled-as.sat03-137.cnf
MD5SUM808fa775df860c59a1178e77fc60f410
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3416.66
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of clauses25452
Sum of the clauses size254370
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 530
Number of clauses of size over 525422

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: 5675
0.00/0.00	c setup for 4cores
0.00/0.02	c parsetime: 16184us
0.00/0.02	c parsed 25452 clauses with 75 variables
0.00/0.02	c NW started thread 0 successfully (1105652032)
0.00/0.02	c NW started thread 1 successfully (1094187328)
0.00/0.03	c NW started thread 2 successfully (1116141888)
0.00/0.08	c NW started thread 3 successfully (1126631744)
58.21/14.69	c preprocessor returned 10110 variables
58.21/14.69	c preprocessing returned UNKNOWN
58.21/14.69	c PP set 0 variables
58.21/14.69	c pp time: 14669104us (14s)
58.61/14.73	c preprocessor returned 10110 variables
58.61/14.73	c preprocessing returned UNKNOWN
58.61/14.73	c PP set 0 variables
58.61/14.73	c pp time: 14701995us (14s)
58.61/14.75	c preprocessor returned 10110 variables
58.61/14.75	c preprocessing returned UNKNOWN
58.61/14.75	c PP set 0 variables
58.61/14.75	c pp time: 14720774us (14s)
714.47/178.91	c preprocessor returned 30755 variables
714.47/178.91	c preprocessing returned UNKNOWN
714.47/178.91	c PP set 0 variables
714.47/178.91	c pp time: 178871383us (178s)

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-3263043-1304063641/watcher-3263043-1304063641 -o /tmp/evaluation-result-3263043-1304063641/solver-3263043-1304063641 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3263043-1304063641.cnf 1833166829 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.20 8.12 8.10 5/182 5674
/proc/meminfo: memFree=21937656/32951124 swapFree=67111528/67111528
[pid=5674] ppid=5672 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5674/stat : 5674 (prissAuto.sh) S 5672 5674 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498779413 8908800 252 33554432000 4194304 4922060 140733809481680 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5674/statm: 2175 252 211 178 0 68 0

[startup+0.034485 s]
/proc/loadavg: 8.20 8.12 8.10 5/182 5674
/proc/meminfo: memFree=21937656/32951124 swapFree=67111528/67111528
[pid=5674] ppid=5672 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5674/stat : 5674 (prissAuto.sh) S 5672 5674 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498779413 8908800 252 33554432000 4194304 4922060 140733809481680 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5674/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.186396 s]
/proc/loadavg: 8.20 8.12 8.10 5/182 5674
/proc/meminfo: memFree=21937656/32951124 swapFree=67111528/67111528
[pid=5674] ppid=5672 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5674/stat : 5674 (prissAuto.sh) S 5672 5674 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498779413 8908800 252 33554432000 4194304 4922060 140733809481680 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5674/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.386359 s]
/proc/loadavg: 8.20 8.12 8.10 5/182 5674
/proc/meminfo: memFree=21937656/32951124 swapFree=67111528/67111528
[pid=5674] ppid=5672 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5674/stat : 5674 (prissAuto.sh) S 5672 5674 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498779413 8908800 252 33554432000 4194304 4922060 140733809481680 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5674/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700304 s]
/proc/loadavg: 8.20 8.12 8.10 5/182 5674
/proc/meminfo: memFree=21937656/32951124 swapFree=67111528/67111528
[pid=5674] ppid=5672 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5674/stat : 5674 (prissAuto.sh) S 5672 5674 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498779413 8908800 252 33554432000 4194304 4922060 140733809481680 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5674/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50116 s]
/proc/loadavg: 8.26 8.13 8.10 9/188 5680
/proc/meminfo: memFree=21922364/32951124 swapFree=67111528/67111528
[pid=5674] ppid=5672 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5674/stat : 5674 (prissAuto.sh) S 5672 5674 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498779413 8908800 252 33554432000 4194304 4922060 140733809481680 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5674/statm: 2175 252 211 178 0 68 0
[pid=5675] ppid=5674 vsize=200084 CPUtime=5.89 cores=0,2,4,6
/proc/5675/stat : 5675 (priss) S 5674 5674 4923 0 -1 4202496 4183 0 0 0 589 0 0 0 18 0 5 0 498779413 204886016 4109 33554432000 4194304 5787044 140734155898144 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/5675/statm: 50021 4109 351 389 0 45771 0
[pid=5675/tid=5677] ppid=5674 vsize=200084 CPUtime=1.47 cores=0,2,4,6
/proc/5675/task/5677/stat : 5677 (priss) R 5674 5674 4923 0 -1 4202560 431 0 0 0 147 0 0 0 20 0 5 0 498779415 204886016 4109 33554432000 4194304 5787044 140734155898144 18446744073709551615 4336744 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5675/tid=5678] ppid=5674 vsize=200084 CPUtime=1.46 cores=0,2,4,6
/proc/5675/task/5678/stat : 5678 (priss) R 5674 5674 4923 0 -1 4202560 366 0 0 0 146 0 0 0 23 0 5 0 498779415 204886016 4109 33554432000 4194304 5787044 140734155898144 18446744073709551615 4336688 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5675/tid=5679] ppid=5674 vsize=200084 CPUtime=1.45 cores=0,2,4,6
/proc/5675/task/5679/stat : 5679 (priss) R 5674 5674 4923 0 -1 4202560 399 0 0 0 145 0 0 0 23 0 5 0 498779416 204886016 4109 33554432000 4194304 5787044 140734155898144 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5675/tid=5680] ppid=5674 vsize=200084 CPUtime=1.45 cores=0,2,4,6
/proc/5675/task/5680/stat : 5680 (priss) R 5674 5674 4923 0 -1 4202560 399 0 0 0 145 0 0 0 23 0 5 0 498779417 204886016 4109 33554432000 4194304 5787044 140734155898144 18446744073709551615 4336756 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.89
Current children cumulated vsize (KiB) 208784

[startup+3.10087 s]
/proc/loadavg: 8.26 8.13 8.10 9/188 5680
/proc/meminfo: memFree=21921620/32951124 swapFree=67111528/67111528
[pid=5674] ppid=5672 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5674/stat : 5674 (prissAuto.sh) S 5672 5674 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498779413 8908800 252 33554432000 4194304 4922060 140733809481680 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5674/statm: 2175 252 211 178 0 68 0
[pid=5675] ppid=5674 vsize=200084 CPUtime=12.29 cores=0,2,4,6
/proc/5675/stat : 5675 (priss) S 5674 5674 4923 0 -1 4202496 4183 0 0 0 1228 1 0 0 18 0 5 0 498779413 204886016 4109 33554432000 4194304 5787044 140734155898144 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/5675/statm: 50021 4109 351 389 0 45771 0
[pid=5675/tid=5677] ppid=5674 vsize=200084 CPUtime=3.07 cores=0,2,4,6
/proc/5675/task/5677/stat : 5677 (priss) R 5674 5674 4923 0 -1 4202560 431 0 0 0 307 0 0 0 25 0 5 0 498779415 204886016 4109 33554432000 4194304 5787044 140734155898144 18446744073709551615 4336744 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5675/tid=5678] ppid=5674 vsize=200084 CPUtime=3.06 cores=0,2,4,6
/proc/5675/task/5678/stat : 5678 (priss) R 5674 5674 4923 0 -1 4202560 366 0 0 0 306 0 0 0 25 0 5 0 498779415 204886016 4109 33554432000 4194304 5787044 140734155898144 18446744073709551615 4337424 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5675/tid=5679] ppid=5674 vsize=200084 CPUtime=3.05 cores=0,2,4,6
/proc/5675/task/5679/stat : 5679 (priss) R 5674 5674 4923 0 -1 4202560 399 0 0 0 305 0 0 0 25 0 5 0 498779416 204886016 4109 33554432000 4194304 5787044 140734155898144 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5675/tid=5680] ppid=5674 vsize=200084 CPUtime=3.05 cores=0,2,4,6
/proc/5675/task/5680/stat : 5680 (priss) R 5674 5674 4923 0 -1 4202560 399 0 0 0 305 0 0 0 25 0 5 0 498779417 204886016 4109 33554432000 4194304 5787044 140734155898144 18446744073709551615 4336173 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) 208784

[startup+6.30037 s]
/proc/loadavg: 7.92 8.06 8.08 5/181 5681
/proc/meminfo: memFree=22188780/32951124 swapFree=67111528/67111528
[pid=5674] ppid=5672 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5674/stat : 5674 (prissAuto.sh) S 5672 5674 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498779413 8908800 252 33554432000 4194304 4922060 140733809481680 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5674/statm: 2175 252 211 178 0 68 0
[pid=5675] ppid=5674 vsize=200084 CPUtime=25.06 cores=0,2,4,6
/proc/5675/stat : 5675 (priss) S 5674 5674 4923 0 -1 4202496 4183 0 0 0 2505 1 0 0 18 0 5 0 498779413 204886016 4109 33554432000 4194304 5787044 140734155898144 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/5675/statm: 50021 4109 351 389 0 45771 0
[pid=5675/tid=5677] ppid=5674 vsize=200084 CPUtime=6.26 cores=0,2,4,6
/proc/5675/task/5677/stat : 5677 (priss) R 5674 5674 4923 0 -1 4202560 431 0 0 0 626 0 0 0 20 0 5 0 498779415 204886016 4109 33554432000 4194304 5787044 140734155898144 18446744073709551615 4336739 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5675/tid=5678] ppid=5674 vsize=200084 CPUtime=6.26 cores=0,2,4,6
/proc/5675/task/5678/stat : 5678 (priss) R 5674 5674 4923 0 -1 4202560 366 0 0 0 626 0 0 0 25 0 5 0 498779415 204886016 4109 33554432000 4194304 5787044 140734155898144 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5675/tid=5679] ppid=5674 vsize=200084 CPUtime=6.23 cores=0,2,4,6
/proc/5675/task/5679/stat : 5679 (priss) R 5674 5674 4923 0 -1 4202560 399 0 0 0 623 0 0 0 25 0 5 0 498779416 204886016 4109 33554432000 4194304 5787044 140734155898144 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5675/tid=5680] ppid=5674 vsize=200084 CPUtime=6.25 cores=0,2,4,6
/proc/5675/task/5680/stat : 5680 (priss) R 5674 5674 4923 0 -1 4202560 399 0 0 0 625 0 0 0 25 0 5 0 498779417 204886016 4109 33554432000 4194304 5787044 140734155898144 18446744073709551615 4336131 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) 208784

[startup+12.7012 s]
/proc/loadavg: 7.93 8.06 8.08 9/188 5713
/proc/meminfo: memFree=22147760/32951124 swapFree=67111528/67111528
[pid=5674] ppid=5672 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5674/stat : 5674 (prissAuto.sh) S 5672 5674 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498779413 8908800 252 33554432000 4194304 4922060 140733809481680 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5674/statm: 2175 252 211 178 0 68 0
[pid=5675] ppid=5674 vsize=215688 CPUtime=50.62 cores=0,2,4,6
/proc/5675/stat : 5675 (priss) S 5674 5674 4923 0 -1 4202496 9835 0 0 0 5059 3 0 0 18 0 5 0 498779413 220864512 9203 33554432000 4194304 5787044 140734155898144 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/5675/statm: 53922 9203 356 389 0 49672 0
[pid=5675/tid=5677] ppid=5674 vsize=215688 CPUtime=12.67 cores=0,2,4,6
/proc/5675/task/5677/stat : 5677 (priss) R 5674 5674 4923 0 -1 4202560 1348 0 0 0 1266 1 0 0 25 0 5 0 498779415 220864512 9203 33554432000 4194304 5787044 140734155898144 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5675/tid=5678] ppid=5674 vsize=215688 CPUtime=12.66 cores=0,2,4,6
/proc/5675/task/5678/stat : 5678 (priss) R 5674 5674 4923 0 -1 4202560 1142 0 0 0 1266 0 0 0 25 0 5 0 498779415 220864512 9203 33554432000 4194304 5787044 140734155898144 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5675/tid=5679] ppid=5674 vsize=215688 CPUtime=12.59 cores=0,2,4,6
/proc/5675/task/5679/stat : 5679 (priss) R 5674 5674 4923 0 -1 4202560 2246 0 0 0 1259 0 0 0 25 0 5 0 498779416 220864512 9203 33554432000 4194304 5787044 140734155898144 18446744073709551615 254261310450 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5675/tid=5680] ppid=5674 vsize=215688 CPUtime=12.64 cores=0,2,4,6
/proc/5675/task/5680/stat : 5680 (priss) R 5674 5674 4923 0 -1 4202560 2511 0 0 0 1264 0 0 0 25 0 5 0 498779417 220864512 9203 33554432000 4194304 5787044 140734155898144 18446744073709551615 4359256 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) 224388

[startup+25.5009 s]
/proc/loadavg: 8.01 8.08 8.08 9/188 5713
/proc/meminfo: memFree=22098924/32951124 swapFree=67111528/67111528
[pid=5674] ppid=5672 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5674/stat : 5674 (prissAuto.sh) S 5672 5674 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498779413 8908800 252 33554432000 4194304 4922060 140733809481680 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5674/statm: 2175 252 211 178 0 68 0
[pid=5675] ppid=5674 vsize=227544 CPUtime=101.74 cores=0,2,4,6
/proc/5675/stat : 5675 (priss) S 5674 5674 4923 0 -1 4202496 15971 0 0 0 10168 6 0 0 18 0 5 0 498779413 233005056 15339 33554432000 4194304 5787044 140734155898144 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/5675/statm: 56886 15339 405 389 0 52636 0
[pid=5675/tid=5677] ppid=5674 vsize=227544 CPUtime=25.46 cores=0,2,4,6
/proc/5675/task/5677/stat : 5677 (priss) R 5674 5674 4923 0 -1 4202560 2952 0 0 0 2544 2 0 0 25 0 5 0 498779415 233005056 15339 33554432000 4194304 5787044 140734155898144 18446744073709551615 4254566 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5675/tid=5678] ppid=5674 vsize=227544 CPUtime=25.44 cores=0,2,4,6
/proc/5675/task/5678/stat : 5678 (priss) R 5674 5674 4923 0 -1 4202560 3602 0 0 0 2543 1 0 0 25 0 5 0 498779415 233005056 15339 33554432000 4194304 5787044 140734155898144 18446744073709551615 5591083 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5675/tid=5679] ppid=5674 vsize=227544 CPUtime=25.32 cores=0,2,4,6
/proc/5675/task/5679/stat : 5679 (priss) R 5674 5674 4923 0 -1 4202560 4318 0 0 0 2531 1 0 0 25 0 5 0 498779416 233005056 15339 33554432000 4194304 5787044 140734155898144 18446744073709551615 5601783 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5675/tid=5680] ppid=5674 vsize=227544 CPUtime=25.44 cores=0,2,4,6
/proc/5675/task/5680/stat : 5680 (priss) R 5674 5674 4923 0 -1 4202560 2511 0 0 0 2544 0 0 0 25 0 5 0 498779417 233005056 15339 33554432000 4194304 5787044 140734155898144 18446744073709551615 4359248 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) 236244

[startup+51.1003 s]
/proc/loadavg: 8.01 8.07 8.08 9/188 5714
/proc/meminfo: memFree=22032676/32951124 swapFree=67111528/67111528
[pid=5674] ppid=5672 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5674/stat : 5674 (prissAuto.sh) S 5672 5674 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498779413 8908800 252 33554432000 4194304 4922060 140733809481680 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5674/statm: 2175 252 211 178 0 68 0
[pid=5675] ppid=5674 vsize=240124 CPUtime=204 cores=0,2,4,6
/proc/5675/stat : 5675 (priss) S 5674 5674 4923 0 -1 4202496 23159 0 0 0 20389 11 0 0 18 0 5 0 498779413 245886976 22524 33554432000 4194304 5787044 140734155898144 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/5675/statm: 60031 22524 405 389 0 55781 0
[pid=5675/tid=5677] ppid=5674 vsize=240124 CPUtime=51.06 cores=0,2,4,6
/proc/5675/task/5677/stat : 5677 (priss) R 5674 5674 4923 0 -1 4202560 5018 0 0 0 5103 3 0 0 25 0 5 0 498779415 245886976 22524 33554432000 4194304 5787044 140734155898144 18446744073709551615 5590455 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5675/tid=5678] ppid=5674 vsize=240124 CPUtime=50.9 cores=0,2,4,6
/proc/5675/task/5678/stat : 5678 (priss) R 5674 5674 4923 0 -1 4202560 5408 0 0 0 5087 3 0 0 25 0 5 0 498779415 245886976 22524 33554432000 4194304 5787044 140734155898144 18446744073709551615 5591488 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5675/tid=5679] ppid=5674 vsize=240124 CPUtime=50.92 cores=0,2,4,6
/proc/5675/task/5679/stat : 5679 (priss) R 5674 5674 4923 0 -1 4202560 7634 0 0 0 5089 3 0 0 25 0 5 0 498779416 245886976 22524 33554432000 4194304 5787044 140734155898144 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5675/tid=5680] ppid=5674 vsize=240124 CPUtime=51.04 cores=0,2,4,6
/proc/5675/task/5680/stat : 5680 (priss) R 5674 5674 4923 0 -1 4202560 2511 0 0 0 5104 0 0 0 25 0 5 0 498779417 245886976 22524 33554432000 4194304 5787044 140734155898144 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 204
Current children cumulated vsize (KiB) 248824

[startup+102.307 s]
/proc/loadavg: 8.10 8.08 8.08 9/188 5715
/proc/meminfo: memFree=21952068/32951124 swapFree=67111528/67111528
[pid=5674] ppid=5672 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5674/stat : 5674 (prissAuto.sh) S 5672 5674 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498779413 8908800 252 33554432000 4194304 4922060 140733809481680 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5674/statm: 2175 252 211 178 0 68 0
[pid=5675] ppid=5674 vsize=258296 CPUtime=408.52 cores=0,2,4,6
/proc/5675/stat : 5675 (priss) S 5674 5674 4923 0 -1 4202496 31875 0 0 0 40834 18 0 0 18 0 5 0 498779413 264495104 31142 33554432000 4194304 5787044 140734155898144 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/5675/statm: 64574 31142 405 389 0 60324 0
[pid=5675/tid=5677] ppid=5674 vsize=258296 CPUtime=102.26 cores=0,2,4,6
/proc/5675/task/5677/stat : 5677 (priss) R 5674 5674 4923 0 -1 4202560 7306 0 0 0 10221 5 0 0 25 0 5 0 498779415 264495104 31142 33554432000 4194304 5787044 140734155898144 18446744073709551615 5591780 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5675/tid=5678] ppid=5674 vsize=258296 CPUtime=101.81 cores=0,2,4,6
/proc/5675/task/5678/stat : 5678 (priss) R 5674 5674 4923 0 -1 4202560 6888 0 0 0 10177 4 0 0 25 0 5 0 498779415 264495104 31142 33554432000 4194304 5787044 140734155898144 18446744073709551615 5591266 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5675/tid=5679] ppid=5674 vsize=258296 CPUtime=102.13 cores=0,2,4,6
/proc/5675/task/5679/stat : 5679 (priss) R 5674 5674 4923 0 -1 4202560 12582 0 0 0 10206 7 0 0 25 0 5 0 498779416 264495104 31142 33554432000 4194304 5787044 140734155898144 18446744073709551615 5591298 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5675/tid=5680] ppid=5674 vsize=258296 CPUtime=102.25 cores=0,2,4,6

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

/proc/5675/task/5678/stat : 5678 (priss) R 5674 5674 4923 0 -1 4202560 19691 0 0 0 88141 16 0 0 25 0 5 0 498779415 619438080 105171 33554432000 4194304 5787044 140734155898144 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5675/tid=5679] ppid=5674 vsize=604920 CPUtime=880.97 cores=0,2,4,6
/proc/5675/task/5679/stat : 5679 (priss) R 5674 5674 4923 0 -1 4202560 32455 0 0 0 88063 34 0 0 25 0 5 0 498779416 619438080 105171 33554432000 4194304 5787044 140734155898144 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5675/tid=5680] ppid=5674 vsize=604920 CPUtime=882.26 cores=0,2,4,6
/proc/5675/task/5680/stat : 5680 (priss) R 5674 5674 4923 0 -1 4202560 31959 0 0 0 88193 33 0 0 25 0 5 0 498779417 619438080 105171 33554432000 4194304 5787044 140734155898144 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3524.2
Current children cumulated vsize (KiB) 613620

[startup+942.3 s]
/proc/loadavg: 8.09 8.10 8.09 9/188 5747
/proc/meminfo: memFree=21315612/32951124 swapFree=67111528/67111528
[pid=5674] ppid=5672 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5674/stat : 5674 (prissAuto.sh) S 5672 5674 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498779413 8908800 252 33554432000 4194304 4922060 140733809481680 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5674/statm: 2175 252 211 178 0 68 0
[pid=5675] ppid=5674 vsize=604920 CPUtime=3763.88 cores=0,2,4,6
/proc/5675/stat : 5675 (priss) S 5674 5674 4923 0 -1 4202496 108557 0 0 0 376280 108 0 0 18 0 5 0 498779413 619438080 106033 33554432000 4194304 5787044 140734155898144 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/5675/statm: 151230 106033 418 389 0 146980 0
[pid=5675/tid=5677] ppid=5674 vsize=604920 CPUtime=939.34 cores=0,2,4,6
/proc/5675/task/5677/stat : 5677 (priss) R 5674 5674 4923 0 -1 4202560 20961 0 0 0 93912 22 0 0 25 0 5 0 498779415 619438080 106033 33554432000 4194304 5787044 140734155898144 18446744073709551615 5591280 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5675/tid=5678] ppid=5674 vsize=604920 CPUtime=941.56 cores=0,2,4,6
/proc/5675/task/5678/stat : 5678 (priss) R 5674 5674 4923 0 -1 4202560 19961 0 0 0 94140 16 0 0 25 0 5 0 498779415 619438080 106033 33554432000 4194304 5787044 140734155898144 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5675/tid=5679] ppid=5674 vsize=604920 CPUtime=940.65 cores=0,2,4,6
/proc/5675/task/5679/stat : 5679 (priss) R 5674 5674 4923 0 -1 4202560 32778 0 0 0 94030 35 0 0 25 0 5 0 498779416 619438080 106033 33554432000 4194304 5787044 140734155898144 18446744073709551615 5591640 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5675/tid=5680] ppid=5674 vsize=604920 CPUtime=942.25 cores=0,2,4,6
/proc/5675/task/5680/stat : 5680 (priss) R 5674 5674 4923 0 -1 4202560 32269 0 0 0 94192 33 0 0 25 0 5 0 498779417 619438080 106033 33554432000 4194304 5787044 140734155898144 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3763.88
Current children cumulated vsize (KiB) 613620

[startup+1002.3 s]
/proc/loadavg: 8.13 8.11 8.09 9/188 5748
/proc/meminfo: memFree=21264148/32951124 swapFree=67111528/67111528
[pid=5674] ppid=5672 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5674/stat : 5674 (prissAuto.sh) S 5672 5674 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498779413 8908800 252 33554432000 4194304 4922060 140733809481680 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5674/statm: 2175 252 211 178 0 68 0
[pid=5675] ppid=5674 vsize=619516 CPUtime=4003.55 cores=0,2,4,6
/proc/5675/stat : 5675 (priss) S 5674 5674 4923 0 -1 4202496 113424 0 0 0 400243 112 0 0 18 0 5 0 498779413 634384384 110900 33554432000 4194304 5787044 140734155898144 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/5675/statm: 154879 110900 418 389 0 150629 0
[pid=5675/tid=5677] ppid=5674 vsize=619516 CPUtime=999.34 cores=0,2,4,6
/proc/5675/task/5677/stat : 5677 (priss) R 5674 5674 4923 0 -1 4202560 22572 0 0 0 99911 23 0 0 25 0 5 0 498779415 634384384 110900 33554432000 4194304 5787044 140734155898144 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5675/tid=5678] ppid=5674 vsize=619516 CPUtime=1001.57 cores=0,2,4,6
/proc/5675/task/5678/stat : 5678 (priss) R 5674 5674 4923 0 -1 4202560 22903 0 0 0 100139 18 0 0 25 0 5 0 498779415 634384384 110900 33554432000 4194304 5787044 140734155898144 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5675/tid=5679] ppid=5674 vsize=619516 CPUtime=1000.31 cores=0,2,4,6
/proc/5675/task/5679/stat : 5679 (priss) R 5674 5674 4923 0 -1 4202560 33081 0 0 0 99996 35 0 0 25 0 5 0 498779416 634384384 110900 33554432000 4194304 5787044 140734155898144 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5675/tid=5680] ppid=5674 vsize=619516 CPUtime=1002.25 cores=0,2,4,6
/proc/5675/task/5680/stat : 5680 (priss) R 5674 5674 4923 0 -1 4202560 32280 0 0 0 100192 33 0 0 25 0 5 0 498779417 634384384 110900 33554432000 4194304 5787044 140734155898144 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4003.55
Current children cumulated vsize (KiB) 628216

[startup+1062.3 s]
/proc/loadavg: 8.13 8.11 8.09 9/188 5750
/proc/meminfo: memFree=21218884/32951124 swapFree=67111528/67111528
[pid=5674] ppid=5672 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5674/stat : 5674 (prissAuto.sh) S 5672 5674 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498779413 8908800 252 33554432000 4194304 4922060 140733809481680 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5674/statm: 2175 252 211 178 0 68 0
[pid=5675] ppid=5674 vsize=630244 CPUtime=4243.23 cores=0,2,4,6
/proc/5675/stat : 5675 (priss) S 5674 5674 4923 0 -1 4202496 119591 0 0 0 424205 118 0 0 18 0 5 0 498779413 645369856 117067 33554432000 4194304 5787044 140734155898144 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/5675/statm: 157561 117067 418 389 0 153311 0
[pid=5675/tid=5677] ppid=5674 vsize=630244 CPUtime=1059.34 cores=0,2,4,6
/proc/5675/task/5677/stat : 5677 (priss) R 5674 5674 4923 0 -1 4202560 25253 0 0 0 105909 25 0 0 25 0 5 0 498779415 645369856 117067 33554432000 4194304 5787044 140734155898144 18446744073709551615 5591642 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5675/tid=5678] ppid=5674 vsize=630244 CPUtime=1061.58 cores=0,2,4,6
/proc/5675/task/5678/stat : 5678 (priss) R 5674 5674 4923 0 -1 4202560 24254 0 0 0 106137 21 0 0 25 0 5 0 498779415 645369856 117067 33554432000 4194304 5787044 140734155898144 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5675/tid=5679] ppid=5674 vsize=630244 CPUtime=1060 cores=0,2,4,6
/proc/5675/task/5679/stat : 5679 (priss) R 5674 5674 4923 0 -1 4202560 35176 0 0 0 105962 38 0 0 25 0 5 0 498779416 645369856 117067 33554432000 4194304 5787044 140734155898144 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5675/tid=5680] ppid=5674 vsize=630244 CPUtime=1062.24 cores=0,2,4,6
/proc/5675/task/5680/stat : 5680 (priss) R 5674 5674 4923 0 -1 4202560 32320 0 0 0 106191 33 0 0 25 0 5 0 498779417 645369856 117067 33554432000 4194304 5787044 140734155898144 18446744073709551615 5527037 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4243.23
Current children cumulated vsize (KiB) 638944

[startup+1122.3 s]
/proc/loadavg: 8.13 8.12 8.09 9/188 5752
/proc/meminfo: memFree=21180676/32951124 swapFree=67111528/67111528
[pid=5674] ppid=5672 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5674/stat : 5674 (prissAuto.sh) S 5672 5674 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498779413 8908800 252 33554432000 4194304 4922060 140733809481680 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5674/statm: 2175 252 211 178 0 68 0
[pid=5675] ppid=5674 vsize=645832 CPUtime=4482.9 cores=0,2,4,6
/proc/5675/stat : 5675 (priss) S 5674 5674 4923 0 -1 4202496 126452 0 0 0 448164 126 0 0 18 0 5 0 498779413 661331968 123723 33554432000 4194304 5787044 140734155898144 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/5675/statm: 161458 123723 418 389 0 157208 0
[pid=5675/tid=5677] ppid=5674 vsize=645832 CPUtime=1119.34 cores=0,2,4,6
/proc/5675/task/5677/stat : 5677 (priss) R 5674 5674 4923 0 -1 4202560 27447 0 0 0 111908 26 0 0 25 0 5 0 498779415 661331968 123723 33554432000 4194304 5787044 140734155898144 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5675/tid=5678] ppid=5674 vsize=645832 CPUtime=1121.57 cores=0,2,4,6
/proc/5675/task/5678/stat : 5678 (priss) R 5674 5674 4923 0 -1 4202560 26714 0 0 0 112134 23 0 0 25 0 5 0 498779415 661331968 123723 33554432000 4194304 5787044 140734155898144 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5675/tid=5679] ppid=5674 vsize=645832 CPUtime=1120 cores=0,2,4,6
/proc/5675/task/5679/stat : 5679 (priss) R 5674 5674 4923 0 -1 4202560 37365 0 0 0 111958 42 0 0 25 0 5 0 498779416 661331968 123723 33554432000 4194304 5787044 140734155898144 18446744073709551615 254261314479 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5675/tid=5680] ppid=5674 vsize=645832 CPUtime=1121.91 cores=0,2,4,6
/proc/5675/task/5680/stat : 5680 (priss) R 5674 5674 4923 0 -1 4202560 32338 0 0 0 112158 33 0 0 25 0 5 0 498779417 661331968 123723 33554432000 4194304 5787044 140734155898144 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4482.9
Current children cumulated vsize (KiB) 654532

[startup+1182.3 s]
/proc/loadavg: 8.12 8.12 8.09 9/188 5753
/proc/meminfo: memFree=21152404/32951124 swapFree=67111528/67111528
[pid=5674] ppid=5672 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5674/stat : 5674 (prissAuto.sh) S 5672 5674 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498779413 8908800 252 33554432000 4194304 4922060 140733809481680 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5674/statm: 2175 252 211 178 0 68 0
[pid=5675] ppid=5674 vsize=646900 CPUtime=4722.57 cores=0,2,4,6
/proc/5675/stat : 5675 (priss) S 5674 5674 4923 0 -1 4202496 127599 0 0 0 472130 127 0 0 18 0 5 0 498779413 662425600 124870 33554432000 4194304 5787044 140734155898144 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/5675/statm: 161725 124870 418 389 0 157475 0
[pid=5675/tid=5677] ppid=5674 vsize=646900 CPUtime=1179.34 cores=0,2,4,6
/proc/5675/task/5677/stat : 5677 (priss) R 5674 5674 4923 0 -1 4202560 28129 0 0 0 117907 27 0 0 25 0 5 0 498779415 662425600 124870 33554432000 4194304 5787044 140734155898144 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5675/tid=5678] ppid=5674 vsize=646900 CPUtime=1181.57 cores=0,2,4,6
/proc/5675/task/5678/stat : 5678 (priss) R 5674 5674 4923 0 -1 4202560 27018 0 0 0 118134 23 0 0 25 0 5 0 498779415 662425600 124870 33554432000 4194304 5787044 140734155898144 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5675/tid=5679] ppid=5674 vsize=646900 CPUtime=1180 cores=0,2,4,6
/proc/5675/task/5679/stat : 5679 (priss) R 5674 5674 4923 0 -1 4202560 37365 0 0 0 117958 42 0 0 25 0 5 0 498779416 662425600 124870 33554432000 4194304 5787044 140734155898144 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5675/tid=5680] ppid=5674 vsize=646900 CPUtime=1181.59 cores=0,2,4,6
/proc/5675/task/5680/stat : 5680 (priss) R 5674 5674 4923 0 -1 4202560 32499 0 0 0 118126 33 0 0 25 0 5 0 498779417 662425600 124870 33554432000 4194304 5787044 140734155898144 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4722.57
Current children cumulated vsize (KiB) 655600



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.22 8.15 8.10 9/188 5754
/proc/meminfo: memFree=21143596/32951124 swapFree=67111528/67111528
[pid=5674] ppid=5672 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5674/stat : 5674 (prissAuto.sh) S 5672 5674 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498779413 8908800 252 33554432000 4194304 4922060 140733809481680 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5674/statm: 2175 252 211 178 0 68 0
[pid=5675] ppid=5674 vsize=647092 CPUtime=4800.09 cores=0,2,4,6
/proc/5675/stat : 5675 (priss) S 5674 5674 4923 0 -1 4202496 128271 0 0 0 479881 128 0 0 18 0 5 0 498779413 662622208 125542 33554432000 4194304 5787044 140734155898144 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/5675/statm: 161773 125542 418 389 0 157523 0
[pid=5675/tid=5677] ppid=5674 vsize=647092 CPUtime=1198.75 cores=0,2,4,6
/proc/5675/task/5677/stat : 5677 (priss) R 5674 5674 4923 0 -1 4202560 28671 0 0 0 119847 28 0 0 25 0 5 0 498779415 662622208 125542 33554432000 4194304 5787044 140734155898144 18446744073709551615 5591205 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5675/tid=5678] ppid=5674 vsize=647092 CPUtime=1200.98 cores=0,2,4,6
/proc/5675/task/5678/stat : 5678 (priss) R 5674 5674 4923 0 -1 4202560 27086 0 0 0 120075 23 0 0 25 0 5 0 498779415 662622208 125542 33554432000 4194304 5787044 140734155898144 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5675/tid=5679] ppid=5674 vsize=647092 CPUtime=1199.4 cores=0,2,4,6
/proc/5675/task/5679/stat : 5679 (priss) R 5674 5674 4923 0 -1 4202560 37365 0 0 0 119898 42 0 0 25 0 5 0 498779416 662622208 125542 33554432000 4194304 5787044 140734155898144 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5675/tid=5680] ppid=5674 vsize=647092 CPUtime=1200.88 cores=0,2,4,6
/proc/5675/task/5680/stat : 5680 (priss) R 5674 5674 4923 0 -1 4202560 32561 0 0 0 120055 33 0 0 25 0 5 0 498779417 662622208 125542 33554432000 4194304 5787044 140734155898144 18446744073709551615 5526827 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.09
Current children cumulated vsize (KiB) 655792

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: 8.22 8.15 8.10 9/188 5754
/proc/meminfo: memFree=21143596/32951124 swapFree=67111528/67111528
[pid=5674] ppid=5672 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5674/stat : 5674 (prissAuto.sh) S 5672 5674 4923 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498779413 8908800 252 33554432000 4194304 4922060 140733809481680 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5674/statm: 2175 252 211 178 0 68 0
[pid=5675] ppid=5674 vsize=647092 CPUtime=4800.09 cores=0,2,4,6
/proc/5675/stat : 5675 (priss) S 5674 5674 4923 0 -1 4202496 128271 0 0 0 479881 128 0 0 18 0 5 0 498779413 662622208 125542 33554432000 4194304 5787044 140734155898144 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/5675/statm: 161773 125542 418 389 0 157523 0
[pid=5675/tid=5677] ppid=5674 vsize=647092 CPUtime=1198.75 cores=0,2,4,6
/proc/5675/task/5677/stat : 5677 (priss) R 5674 5674 4923 0 -1 4202560 28671 0 0 0 119847 28 0 0 25 0 5 0 498779415 662622208 125542 33554432000 4194304 5787044 140734155898144 18446744073709551615 5591205 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5675/tid=5678] ppid=5674 vsize=647092 CPUtime=1200.98 cores=0,2,4,6
/proc/5675/task/5678/stat : 5678 (priss) R 5674 5674 4923 0 -1 4202560 27086 0 0 0 120075 23 0 0 25 0 5 0 498779415 662622208 125542 33554432000 4194304 5787044 140734155898144 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5675/tid=5679] ppid=5674 vsize=647092 CPUtime=1199.4 cores=0,2,4,6
/proc/5675/task/5679/stat : 5679 (priss) R 5674 5674 4923 0 -1 4202560 37365 0 0 0 119898 42 0 0 25 0 5 0 498779416 662622208 125542 33554432000 4194304 5787044 140734155898144 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=5675/tid=5680] ppid=5674 vsize=647092 CPUtime=1200.88 cores=0,2,4,6
/proc/5675/task/5680/stat : 5680 (priss) R 5674 5674 4923 0 -1 4202560 32561 0 0 0 120055 33 0 0 25 0 5 0 498779417 662622208 125542 33554432000 4194304 5787044 140734155898144 18446744073709551615 5526827 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.09
Current children cumulated vsize (KiB) 655792

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 5674 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.09
#
# 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.09
CPU user time (s): 4798.81
CPU system time (s): 1.28
CPU usage (%): 399.435
Max. virtual memory (cumulated for all children) (KiB): 655792

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= 7
involuntary context switches= 3

runsolver used 1.75773 second user time and 4.80227 second system time

The end

Launcher Data

Begin job on node140 at 2011-04-29 09:54:01
IDJOB=3263043
IDBENCH=83921
IDSOLVER=1602
FILE ID=node140/3263043-1304063641
RUNJOBID= node140-1304056417-4941
PBS_JOBID= 13170433
Free space on /tmp= 72660 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_15_90_1-log.shuffled-as.sat03-137.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3263043-1304063641/watcher-3263043-1304063641 -o /tmp/evaluation-result-3263043-1304063641/solver-3263043-1304063641 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3263043-1304063641.cnf 1833166829 4800 15500 4

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

MD5SUM BENCH= 808fa775df860c59a1178e77fc60f410
RANDOM SEED=1833166829

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:      21938060 kB
Buffers:       2298652 kB
Cached:        7816912 kB
SwapCached:          0 kB
Active:        2925948 kB
Inactive:      7520976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21938060 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2388 kB
Writeback:           0 kB
AnonPages:      330952 kB
Mapped:          15620 kB
Slab:           504008 kB
PageTables:       5356 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   531180 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 10:14:05