Trace number 3260667

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.03 1201.92

General information on the benchmark

Namecrafted/skvortsov/
automata-synchronization/rnd_100_28_u.cnf
MD5SUM7fb794f1c5d1c4d1723aeeb5efb40cdc
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark56.3054
Satisfiable
(Un)Satisfiability was proved
Number of variables2856
Number of clauses10578
Sum of the clauses size26556
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 25178
Number of clauses of size 35400
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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: 5105
0.00/0.00	c setup for 4cores
0.00/0.00	c parsetime: 2453us
0.00/0.00	c parsed 10578 clauses with 2856 variables
0.00/0.00	c NW started thread 0 successfully (1115068736)
0.00/0.00	c NW started thread 1 successfully (1125558592)
0.00/0.00	c NW started thread 2 successfully (1098017088)
0.00/0.01	c NW started thread 3 successfully (1136048448)
0.00/0.31	c preprocessor returned 10006 variables
0.00/0.31	c preprocessing returned UNKNOWN
0.00/0.31	c PP set 358 variables
0.00/0.31	c pp time: 305335us (0s)
0.00/0.31	c preprocessor returned 10006 variables
0.00/0.31	c preprocessing returned UNKNOWN
0.00/0.31	c PP set 358 variables
0.00/0.31	c pp time: 306711us (0s)
0.00/0.31	c preprocessor returned 10006 variables
0.00/0.31	c preprocessing returned UNKNOWN
0.00/0.31	c PP set 358 variables
0.00/0.31	c pp time: 306220us (0s)
0.00/0.77	c preprocessor returned 30004 variables
0.00/0.77	c preprocessing returned UNKNOWN
0.00/0.77	c PP set 358 variables
0.00/0.77	c pp time: 761729us (0s)
0.00/0.80	c HTE
0.00/0.80	c subsumption
0.00/0.81	c simplified formula contains 0 unit clauses
59.06/14.84	c added unsatisfied clause
59.06/14.84	c failed to add network clauses
1675.60/419.59	c added unsatisfied clause
1675.60/419.59	c failed to add network clauses
3511.38/879.33	c added unsatisfied clause
3511.38/879.33	c failed to add network clauses
4166.88/1043.40	c added unsatisfied clause
4166.88/1043.40	c failed to add network clauses

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3260667-1304057621/watcher-3260667-1304057621 -o /tmp/evaluation-result-3260667-1304057621/solver-3260667-1304057621 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3260667-1304057621.cnf 1676045781 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.11 8.08 8.00 5/182 5104
/proc/meminfo: memFree=20631212/32951124 swapFree=67111528/67111528
[pid=5104] ppid=5102 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5104/stat : 5104 (prissAuto.sh) S 5102 5104 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498177435 8908800 252 33554432000 4194304 4922060 140733752345504 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5104/statm: 2175 252 211 178 0 68 0

[startup+0.074073 s]
/proc/loadavg: 8.11 8.08 8.00 5/182 5104
/proc/meminfo: memFree=20631212/32951124 swapFree=67111528/67111528
[pid=5104] ppid=5102 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5104/stat : 5104 (prissAuto.sh) S 5102 5104 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498177435 8908800 252 33554432000 4194304 4922060 140733752345504 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5104/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.310486 s]
/proc/loadavg: 8.11 8.08 8.00 5/182 5104
/proc/meminfo: memFree=20631212/32951124 swapFree=67111528/67111528
[pid=5104] ppid=5102 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5104/stat : 5104 (prissAuto.sh) S 5102 5104 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498177435 8908800 252 33554432000 4194304 4922060 140733752345504 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5104/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.01357 s]
/proc/loadavg: 8.11 8.08 8.00 5/182 5104
/proc/meminfo: memFree=20631212/32951124 swapFree=67111528/67111528
[pid=5104] ppid=5102 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5104/stat : 5104 (prissAuto.sh) S 5102 5104 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498177435 8908800 252 33554432000 4194304 4922060 140733752345504 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5104/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.10156 s]
/proc/loadavg: 8.11 8.08 8.00 5/182 5104
/proc/meminfo: memFree=20631212/32951124 swapFree=67111528/67111528
[pid=5104] ppid=5102 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5104/stat : 5104 (prissAuto.sh) S 5102 5104 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498177435 8908800 252 33554432000 4194304 4922060 140733752345504 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5104/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.51651 s]
/proc/loadavg: 8.11 8.08 8.00 5/182 5104
/proc/meminfo: memFree=20631212/32951124 swapFree=67111528/67111528
[pid=5104] ppid=5102 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5104/stat : 5104 (prissAuto.sh) S 5102 5104 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498177435 8908800 252 33554432000 4194304 4922060 140733752345504 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5104/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10123 s]
/proc/loadavg: 7.78 8.01 7.98 5/181 5111
/proc/meminfo: memFree=22164480/32951124 swapFree=67111528/67111528
[pid=5104] ppid=5102 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5104/stat : 5104 (prissAuto.sh) S 5102 5104 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498177435 8908800 252 33554432000 4194304 4922060 140733752345504 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5104/statm: 2175 252 211 178 0 68 0
[pid=5105] ppid=5104 vsize=281448 CPUtime=12.32 cores=0,2,4,6
/proc/5105/stat : 5105 (priss) S 5104 5104 4923 0 -1 4202496 14901 0 0 0 1226 6 0 0 19 0 5 0 498177435 288202752 10589 33554432000 4194304 5787044 140734409773392 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/5105/statm: 70362 10589 419 389 0 66112 0
[pid=5105/tid=5107] ppid=5104 vsize=281448 CPUtime=3.07 cores=0,2,4,6
/proc/5105/task/5107/stat : 5107 (priss) R 5104 5104 4923 0 -1 4202560 2408 0 0 0 306 1 0 0 18 0 5 0 498177436 288202752 10589 33554432000 4194304 5787044 140734409773392 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5105/tid=5108] ppid=5104 vsize=281448 CPUtime=3.06 cores=0,2,4,6
/proc/5105/task/5108/stat : 5108 (priss) R 5104 5104 4923 0 -1 4202560 3461 0 0 0 304 2 0 0 20 0 5 0 498177436 288202752 10589 33554432000 4194304 5787044 140734409773392 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5105/tid=5109] ppid=5104 vsize=281448 CPUtime=3.07 cores=0,2,4,6
/proc/5105/task/5109/stat : 5109 (priss) R 5104 5104 4923 0 -1 4202560 1898 0 0 0 307 0 0 0 25 0 5 0 498177436 288202752 10589 33554432000 4194304 5787044 140734409773392 18446744073709551615 5576432 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5105/tid=5110] ppid=5104 vsize=281448 CPUtime=3.08 cores=0,2,4,6
/proc/5105/task/5110/stat : 5110 (priss) R 5104 5104 4923 0 -1 4202560 5585 0 0 0 307 1 0 0 21 0 5 0 498177436 288202752 10589 33554432000 4194304 5787044 140734409773392 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 290148

[startup+6.30662 s]
/proc/loadavg: 7.88 8.02 7.98 10/188 5175
/proc/meminfo: memFree=22129632/32951124 swapFree=67111528/67111528
[pid=5104] ppid=5102 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5104/stat : 5104 (prissAuto.sh) S 5102 5104 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498177435 8908800 252 33554432000 4194304 4922060 140733752345504 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5104/statm: 2175 252 211 178 0 68 0
[pid=5105] ppid=5104 vsize=283100 CPUtime=25.14 cores=0,2,4,6
/proc/5105/stat : 5105 (priss) S 5104 5104 4923 0 -1 4202496 16765 0 0 0 2506 8 0 0 19 0 5 0 498177435 289894400 12453 33554432000 4194304 5787044 140734409773392 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/5105/statm: 70775 12453 419 389 0 66525 0
[pid=5105/tid=5107] ppid=5104 vsize=283100 CPUtime=6.28 cores=0,2,4,6
/proc/5105/task/5107/stat : 5107 (priss) R 5104 5104 4923 0 -1 4202560 2939 0 0 0 626 2 0 0 25 0 5 0 498177436 289894400 12453 33554432000 4194304 5787044 140734409773392 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5105/tid=5108] ppid=5104 vsize=283100 CPUtime=6.25 cores=0,2,4,6
/proc/5105/task/5108/stat : 5108 (priss) R 5104 5104 4923 0 -1 4202560 3963 0 0 0 623 2 0 0 25 0 5 0 498177436 289894400 12453 33554432000 4194304 5787044 140734409773392 18446744073709551615 5591539 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5105/tid=5109] ppid=5104 vsize=283100 CPUtime=6.28 cores=0,2,4,6
/proc/5105/task/5109/stat : 5109 (priss) R 5104 5104 4923 0 -1 4202560 2284 0 0 0 628 0 0 0 25 0 5 0 498177436 289894400 12453 33554432000 4194304 5787044 140734409773392 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5105/tid=5110] ppid=5104 vsize=283100 CPUtime=6.28 cores=0,2,4,6
/proc/5105/task/5110/stat : 5110 (priss) R 5104 5104 4923 0 -1 4202560 6030 0 0 0 627 1 0 0 25 0 5 0 498177436 289894400 12453 33554432000 4194304 5787044 140734409773392 18446744073709551615 4254941 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 291800

[startup+12.7005 s]
/proc/loadavg: 7.89 8.02 7.98 9/188 5175
/proc/meminfo: memFree=22082688/32951124 swapFree=67111528/67111528
[pid=5104] ppid=5102 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5104/stat : 5104 (prissAuto.sh) S 5102 5104 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498177435 8908800 252 33554432000 4194304 4922060 140733752345504 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5104/statm: 2175 252 211 178 0 68 0
[pid=5105] ppid=5104 vsize=290436 CPUtime=50.67 cores=0,2,4,6
/proc/5105/stat : 5105 (priss) S 5104 5104 4923 0 -1 4202496 20220 0 0 0 5057 10 0 0 19 0 5 0 498177435 297406464 15908 33554432000 4194304 5787044 140734409773392 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/5105/statm: 72609 15908 419 389 0 68359 0
[pid=5105/tid=5107] ppid=5104 vsize=290436 CPUtime=12.68 cores=0,2,4,6
/proc/5105/task/5107/stat : 5107 (priss) R 5104 5104 4923 0 -1 4202560 3450 0 0 0 1265 3 0 0 25 0 5 0 498177436 297406464 15908 33554432000 4194304 5787044 140734409773392 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5105/tid=5108] ppid=5104 vsize=290436 CPUtime=12.62 cores=0,2,4,6
/proc/5105/task/5108/stat : 5108 (priss) R 5104 5104 4923 0 -1 4202560 4476 0 0 0 1259 3 0 0 25 0 5 0 498177436 297406464 15908 33554432000 4194304 5787044 140734409773392 18446744073709551615 4220225 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5105/tid=5109] ppid=5104 vsize=290436 CPUtime=12.67 cores=0,2,4,6
/proc/5105/task/5109/stat : 5109 (priss) R 5104 5104 4923 0 -1 4202560 3058 0 0 0 1266 1 0 0 25 0 5 0 498177436 297406464 15908 33554432000 4194304 5787044 140734409773392 18446744073709551615 4218330 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5105/tid=5110] ppid=5104 vsize=290436 CPUtime=12.68 cores=0,2,4,6
/proc/5105/task/5110/stat : 5110 (priss) R 5104 5104 4923 0 -1 4202560 7687 0 0 0 1266 2 0 0 25 0 5 0 498177436 297406464 15908 33554432000 4194304 5787044 140734409773392 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 299136

[startup+25.5012 s]
/proc/loadavg: 8.05 8.06 7.99 9/188 5176
/proc/meminfo: memFree=22032844/32951124 swapFree=67111528/67111528
[pid=5104] ppid=5102 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5104/stat : 5104 (prissAuto.sh) S 5102 5104 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498177435 8908800 252 33554432000 4194304 4922060 140733752345504 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5104/statm: 2175 252 211 178 0 68 0
[pid=5105] ppid=5104 vsize=296616 CPUtime=101.79 cores=0,2,4,6
/proc/5105/stat : 5105 (priss) S 5104 5104 4923 0 -1 4202496 23851 0 0 0 10166 13 0 0 19 0 5 0 498177435 303734784 19537 33554432000 4194304 5787044 140734409773392 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/5105/statm: 74154 19537 419 389 0 69904 0
[pid=5105/tid=5107] ppid=5104 vsize=296616 CPUtime=25.46 cores=0,2,4,6
/proc/5105/task/5107/stat : 5107 (priss) R 5104 5104 4923 0 -1 4202560 4037 0 0 0 2543 3 0 0 25 0 5 0 498177436 303734784 19537 33554432000 4194304 5787044 140734409773392 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5105/tid=5108] ppid=5104 vsize=296616 CPUtime=25.34 cores=0,2,4,6
/proc/5105/task/5108/stat : 5108 (priss) R 5104 5104 4923 0 -1 4202560 5377 0 0 0 2530 4 0 0 25 0 5 0 498177436 303734784 19537 33554432000 4194304 5787044 140734409773392 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5105/tid=5109] ppid=5104 vsize=296616 CPUtime=25.47 cores=0,2,4,6
/proc/5105/task/5109/stat : 5109 (priss) R 5104 5104 4923 0 -1 4202560 4593 0 0 0 2545 2 0 0 25 0 5 0 498177436 303734784 19537 33554432000 4194304 5787044 140734409773392 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5105/tid=5110] ppid=5104 vsize=296616 CPUtime=25.48 cores=0,2,4,6
/proc/5105/task/5110/stat : 5110 (priss) R 5104 5104 4923 0 -1 4202560 8295 0 0 0 2545 3 0 0 25 0 5 0 498177436 303734784 19537 33554432000 4194304 5787044 140734409773392 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 305316

[startup+51.1006 s]
/proc/loadavg: 8.03 8.05 7.99 9/188 5176
/proc/meminfo: memFree=21943524/32951124 swapFree=67111528/67111528
[pid=5104] ppid=5102 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5104/stat : 5104 (prissAuto.sh) S 5102 5104 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498177435 8908800 252 33554432000 4194304 4922060 140733752345504 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5104/statm: 2175 252 211 178 0 68 0
[pid=5105] ppid=5104 vsize=307144 CPUtime=204.04 cores=0,2,4,6
/proc/5105/stat : 5105 (priss) S 5104 5104 4923 0 -1 4202496 29494 0 0 0 20386 18 0 0 19 0 5 0 498177435 314515456 25176 33554432000 4194304 5787044 140734409773392 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/5105/statm: 76786 25176 419 389 0 72536 0
[pid=5105/tid=5107] ppid=5104 vsize=307144 CPUtime=51.07 cores=0,2,4,6
/proc/5105/task/5107/stat : 5107 (priss) R 5104 5104 4923 0 -1 4202560 6009 0 0 0 5101 6 0 0 25 0 5 0 498177436 314515456 25176 33554432000 4194304 5787044 140734409773392 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5105/tid=5108] ppid=5104 vsize=307144 CPUtime=50.79 cores=0,2,4,6
/proc/5105/task/5108/stat : 5108 (priss) R 5104 5104 4923 0 -1 4202560 6208 0 0 0 5075 4 0 0 25 0 5 0 498177436 314515456 25176 33554432000 4194304 5787044 140734409773392 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5105/tid=5109] ppid=5104 vsize=307144 CPUtime=51.07 cores=0,2,4,6
/proc/5105/task/5109/stat : 5109 (priss) R 5104 5104 4923 0 -1 4202560 6156 0 0 0 5104 3 0 0 25 0 5 0 498177436 314515456 25176 33554432000 4194304 5787044 140734409773392 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5105/tid=5110] ppid=5104 vsize=307144 CPUtime=51.08 cores=0,2,4,6
/proc/5105/task/5110/stat : 5110 (priss) R 5104 5104 4923 0 -1 4202560 9572 0 0 0 5104 4 0 0 25 0 5 0 498177436 314515456 25176 33554432000 4194304 5787044 140734409773392 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204.04
Current children cumulated vsize (KiB) 315844

[startup+102.3 s]
/proc/loadavg: 8.06 8.06 8.00 9/188 5178
/proc/meminfo: memFree=21806496/32951124 swapFree=67111528/67111528
[pid=5104] ppid=5102 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5104/stat : 5104 (prissAuto.sh) S 5102 5104 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498177435 8908800 252 33554432000 4194304 4922060 140733752345504 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5104/statm: 2175 252 211 178 0 68 0
[pid=5105] ppid=5104 vsize=318684 CPUtime=408.56 cores=0,2,4,6
/proc/5105/stat : 5105 (priss) S 5104 5104 4923 0 -1 4202496 36480 0 0 0 40831 25 0 0 19 0 5 0 498177435 326332416 32064 33554432000 4194304 5787044 140734409773392 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/5105/statm: 79671 32064 419 389 0 75421 0
[pid=5105/tid=5107] ppid=5104 vsize=318684 CPUtime=102.26 cores=0,2,4,6
/proc/5105/task/5107/stat : 5107 (priss) R 5104 5104 4923 0 -1 4202560 8463 0 0 0 10219 7 0 0 25 0 5 0 498177436 326332416 32064 33554432000 4194304 5787044 140734409773392 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5105/tid=5108] ppid=5104 vsize=318684 CPUtime=101.72 cores=0,2,4,6
/proc/5105/task/5108/stat : 5108 (priss) R 5104 5104 4923 0 -1 4202560 7691 0 0 0 10166 6 0 0 25 0 5 0 498177436 326332416 32064 33554432000 4194304 5787044 140734409773392 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5105/tid=5109] ppid=5104 vsize=318684 CPUtime=102.26 cores=0,2,4,6
/proc/5105/task/5109/stat : 5109 (priss) R 5104 5104 4923 0 -1 4202560 7982 0 0 0 10222 4 0 0 25 0 5 0 498177436 326332416 32064 33554432000 4194304 5787044 140734409773392 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5105/tid=5110] ppid=5104 vsize=318684 CPUtime=102.27 cores=0,2,4,6
/proc/5105/task/5110/stat : 5110 (priss) R 5104 5104 4923 0 -1 4202560 10795 0 0 0 10222 5 0 0 25 0 5 0 498177436 326332416 32064 33554432000 4194304 5787044 140734409773392 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.56
Current children cumulated vsize (KiB) 327384

[startup+162.301 s]
/proc/loadavg: 8.12 8.07 8.01 9/188 5179
/proc/meminfo: memFree=21711868/32951124 swapFree=67111528/67111528
[pid=5104] ppid=5102 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5104/stat : 5104 (prissAuto.sh) S 5102 5104 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498177435 8908800 252 33554432000 4194304 4922060 140733752345504 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5104/statm: 2175 252 211 178 0 68 0
[pid=5105] ppid=5104 vsize=329920 CPUtime=648.22 cores=0,2,4,6

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

/proc/5105/task/5108/stat : 5108 (priss) R 5104 5104 4923 0 -1 4202560 16210 0 0 0 87718 13 0 0 25 0 5 0 498177436 400490496 68067 33554432000 4194304 5787044 140734409773392 18446744073709551615 5591219 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5105/tid=5109] ppid=5104 vsize=391104 CPUtime=882.27 cores=0,2,4,6
/proc/5105/task/5109/stat : 5109 (priss) R 5104 5104 4923 0 -1 4202560 20750 0 0 0 88217 10 0 0 25 0 5 0 498177436 400490496 68067 33554432000 4194304 5787044 140734409773392 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5105/tid=5110] ppid=5104 vsize=391104 CPUtime=882.25 cores=0,2,4,6
/proc/5105/task/5110/stat : 5110 (priss) R 5104 5104 4923 0 -1 4202560 19440 0 0 0 88212 13 0 0 25 0 5 0 498177436 400490496 68067 33554432000 4194304 5787044 140734409773392 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3523.36
Current children cumulated vsize (KiB) 399804

[startup+942.301 s]
/proc/loadavg: 8.16 8.15 8.06 9/188 5203
/proc/meminfo: memFree=21043732/32951124 swapFree=67111528/67111528
[pid=5104] ppid=5102 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5104/stat : 5104 (prissAuto.sh) S 5102 5104 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498177435 8908800 252 33554432000 4194304 4922060 140733752345504 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5104/statm: 2175 252 211 178 0 68 0
[pid=5105] ppid=5104 vsize=399304 CPUtime=3763.05 cores=0,2,4,6
/proc/5105/stat : 5105 (priss) S 5104 5104 4923 0 -1 4202496 77116 0 0 0 376250 55 0 0 19 0 5 0 498177435 408887296 71908 33554432000 4194304 5787044 140734409773392 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/5105/statm: 99826 71908 419 389 0 95576 0
[pid=5105/tid=5107] ppid=5104 vsize=399304 CPUtime=941.49 cores=0,2,4,6
/proc/5105/task/5107/stat : 5107 (priss) R 5104 5104 4923 0 -1 4202560 16115 0 0 0 94133 16 0 0 25 0 5 0 498177436 408887296 71908 33554432000 4194304 5787044 140734409773392 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5105/tid=5108] ppid=5104 vsize=399304 CPUtime=936.98 cores=0,2,4,6
/proc/5105/task/5108/stat : 5108 (priss) R 5104 5104 4923 0 -1 4202560 16917 0 0 0 93685 13 0 0 25 0 5 0 498177436 408887296 71908 33554432000 4194304 5787044 140734409773392 18446744073709551615 5591984 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5105/tid=5109] ppid=5104 vsize=399304 CPUtime=942.28 cores=0,2,4,6
/proc/5105/task/5109/stat : 5109 (priss) R 5104 5104 4923 0 -1 4202560 21340 0 0 0 94218 10 0 0 25 0 5 0 498177436 408887296 71908 33554432000 4194304 5787044 140734409773392 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5105/tid=5110] ppid=5104 vsize=399304 CPUtime=942.26 cores=0,2,4,6
/proc/5105/task/5110/stat : 5110 (priss) R 5104 5104 4923 0 -1 4202560 21195 0 0 0 94211 15 0 0 25 0 5 0 498177436 408887296 71908 33554432000 4194304 5787044 140734409773392 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3763.05
Current children cumulated vsize (KiB) 408004

[startup+1002.3 s]
/proc/loadavg: 8.15 8.15 8.06 9/188 5205
/proc/meminfo: memFree=21014944/32951124 swapFree=67111528/67111528
[pid=5104] ppid=5102 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5104/stat : 5104 (prissAuto.sh) S 5102 5104 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498177435 8908800 252 33554432000 4194304 4922060 140733752345504 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5104/statm: 2175 252 211 178 0 68 0
[pid=5105] ppid=5104 vsize=407736 CPUtime=4002.71 cores=0,2,4,6
/proc/5105/stat : 5105 (priss) S 5104 5104 4923 0 -1 4202496 81943 0 0 0 400213 58 0 0 19 0 5 0 498177435 417521664 76327 33554432000 4194304 5787044 140734409773392 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/5105/statm: 101934 76327 419 389 0 97684 0
[pid=5105/tid=5107] ppid=5104 vsize=407736 CPUtime=1001.47 cores=0,2,4,6
/proc/5105/task/5107/stat : 5107 (priss) R 5104 5104 4923 0 -1 4202560 18058 0 0 0 100131 16 0 0 25 0 5 0 498177436 417521664 76327 33554432000 4194304 5787044 140734409773392 18446744073709551615 5588680 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5105/tid=5108] ppid=5104 vsize=407736 CPUtime=996.65 cores=0,2,4,6
/proc/5105/task/5108/stat : 5108 (priss) R 5104 5104 4923 0 -1 4202560 17959 0 0 0 99651 14 0 0 25 0 5 0 498177436 417521664 76327 33554432000 4194304 5787044 140734409773392 18446744073709551615 254261314528 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5105/tid=5109] ppid=5104 vsize=407736 CPUtime=1002.27 cores=0,2,4,6
/proc/5105/task/5109/stat : 5109 (priss) R 5104 5104 4923 0 -1 4202560 22413 0 0 0 100217 10 0 0 25 0 5 0 498177436 417521664 76327 33554432000 4194304 5787044 140734409773392 18446744073709551615 5591564 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5105/tid=5110] ppid=5104 vsize=407736 CPUtime=1002.25 cores=0,2,4,6
/proc/5105/task/5110/stat : 5110 (priss) R 5104 5104 4923 0 -1 4202560 21964 0 0 0 100210 15 0 0 25 0 5 0 498177436 417521664 76327 33554432000 4194304 5787044 140734409773392 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4002.71
Current children cumulated vsize (KiB) 416436

[startup+1062.31 s]
/proc/loadavg: 8.13 8.15 8.07 9/188 5206
/proc/meminfo: memFree=20998936/32951124 swapFree=67111528/67111528
[pid=5104] ppid=5102 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5104/stat : 5104 (prissAuto.sh) S 5102 5104 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498177435 8908800 252 33554432000 4194304 4922060 140733752345504 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5104/statm: 2175 252 211 178 0 68 0
[pid=5105] ppid=5104 vsize=410648 CPUtime=4242.4 cores=0,2,4,6
/proc/5105/stat : 5105 (priss) S 5104 5104 4923 0 -1 4202496 83666 0 0 0 424181 59 0 0 19 0 5 0 498177435 420503552 78050 33554432000 4194304 5787044 140734409773392 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/5105/statm: 102662 78050 419 389 0 98412 0
[pid=5105/tid=5107] ppid=5104 vsize=410648 CPUtime=1061.48 cores=0,2,4,6
/proc/5105/task/5107/stat : 5107 (priss) R 5104 5104 4923 0 -1 4202560 18587 0 0 0 106131 17 0 0 25 0 5 0 498177436 420503552 78050 33554432000 4194304 5787044 140734409773392 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5105/tid=5108] ppid=5104 vsize=410648 CPUtime=1056.33 cores=0,2,4,6
/proc/5105/task/5108/stat : 5108 (priss) R 5104 5104 4923 0 -1 4202560 17959 0 0 0 105619 14 0 0 25 0 5 0 498177436 420503552 78050 33554432000 4194304 5787044 140734409773392 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5105/tid=5109] ppid=5104 vsize=410648 CPUtime=1062.29 cores=0,2,4,6
/proc/5105/task/5109/stat : 5109 (priss) R 5104 5104 4923 0 -1 4202560 22821 0 0 0 106218 11 0 0 25 0 5 0 498177436 420503552 78050 33554432000 4194304 5787044 140734409773392 18446744073709551615 5591727 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5105/tid=5110] ppid=5104 vsize=410648 CPUtime=1062.27 cores=0,2,4,6
/proc/5105/task/5110/stat : 5110 (priss) R 5104 5104 4923 0 -1 4202560 22750 0 0 0 106211 16 0 0 25 0 5 0 498177436 420503552 78050 33554432000 4194304 5787044 140734409773392 18446744073709551615 5527610 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4242.4
Current children cumulated vsize (KiB) 419348

[startup+1122.3 s]
/proc/loadavg: 8.13 8.15 8.07 9/188 5208
/proc/meminfo: memFree=20991104/32951124 swapFree=67111528/67111528
[pid=5104] ppid=5102 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5104/stat : 5104 (prissAuto.sh) S 5102 5104 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498177435 8908800 252 33554432000 4194304 4922060 140733752345504 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5104/statm: 2175 252 211 178 0 68 0
[pid=5105] ppid=5104 vsize=412760 CPUtime=4482.04 cores=0,2,4,6
/proc/5105/stat : 5105 (priss) S 5104 5104 4923 0 -1 4202496 85633 0 0 0 448144 60 0 0 19 0 5 0 498177435 422666240 79812 33554432000 4194304 5787044 140734409773392 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/5105/statm: 103190 79812 419 389 0 98940 0
[pid=5105/tid=5107] ppid=5104 vsize=412760 CPUtime=1121.47 cores=0,2,4,6
/proc/5105/task/5107/stat : 5107 (priss) R 5104 5104 4923 0 -1 4202560 19129 0 0 0 112130 17 0 0 25 0 5 0 498177436 422666240 79812 33554432000 4194304 5787044 140734409773392 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5105/tid=5108] ppid=5104 vsize=412760 CPUtime=1116.01 cores=0,2,4,6
/proc/5105/task/5108/stat : 5108 (priss) R 5104 5104 4923 0 -1 4202560 18380 0 0 0 111586 15 0 0 25 0 5 0 498177436 422666240 79812 33554432000 4194304 5787044 140734409773392 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5105/tid=5109] ppid=5104 vsize=412760 CPUtime=1122.28 cores=0,2,4,6
/proc/5105/task/5109/stat : 5109 (priss) R 5104 5104 4923 0 -1 4202560 23232 0 0 0 112217 11 0 0 25 0 5 0 498177436 422666240 79812 33554432000 4194304 5787044 140734409773392 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5105/tid=5110] ppid=5104 vsize=412760 CPUtime=1122.26 cores=0,2,4,6
/proc/5105/task/5110/stat : 5110 (priss) R 5104 5104 4923 0 -1 4202560 23343 0 0 0 112210 16 0 0 25 0 5 0 498177436 422666240 79812 33554432000 4194304 5787044 140734409773392 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4482.04
Current children cumulated vsize (KiB) 421460

[startup+1182.3 s]
/proc/loadavg: 8.17 8.16 8.08 9/188 5210
/proc/meminfo: memFree=20983516/32951124 swapFree=67111528/67111528
[pid=5104] ppid=5102 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5104/stat : 5104 (prissAuto.sh) S 5102 5104 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498177435 8908800 252 33554432000 4194304 4922060 140733752345504 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5104/statm: 2175 252 211 178 0 68 0
[pid=5105] ppid=5104 vsize=414212 CPUtime=4721.71 cores=0,2,4,6
/proc/5105/stat : 5105 (priss) S 5104 5104 4923 0 -1 4202496 86938 0 0 0 472109 62 0 0 19 0 5 0 498177435 424153088 80892 33554432000 4194304 5787044 140734409773392 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/5105/statm: 103553 80892 419 389 0 99303 0
[pid=5105/tid=5107] ppid=5104 vsize=414212 CPUtime=1181.46 cores=0,2,4,6
/proc/5105/task/5107/stat : 5107 (priss) R 5104 5104 4923 0 -1 4202560 19138 0 0 0 118129 17 0 0 25 0 5 0 498177436 424153088 80892 33554432000 4194304 5787044 140734409773392 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5105/tid=5108] ppid=5104 vsize=414212 CPUtime=1175.67 cores=0,2,4,6
/proc/5105/task/5108/stat : 5108 (priss) R 5104 5104 4923 0 -1 4202560 18740 0 0 0 117552 15 0 0 25 0 5 0 498177436 424153088 80892 33554432000 4194304 5787044 140734409773392 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5105/tid=5109] ppid=5104 vsize=414212 CPUtime=1182.28 cores=0,2,4,6
/proc/5105/task/5109/stat : 5109 (priss) R 5104 5104 4923 0 -1 4202560 24168 0 0 0 118216 12 0 0 25 0 5 0 498177436 424153088 80892 33554432000 4194304 5787044 140734409773392 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5105/tid=5110] ppid=5104 vsize=414212 CPUtime=1182.25 cores=0,2,4,6
/proc/5105/task/5110/stat : 5110 (priss) R 5104 5104 4923 0 -1 4202560 23343 0 0 0 118209 16 0 0 25 0 5 0 498177436 424153088 80892 33554432000 4194304 5787044 140734409773392 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4721.71
Current children cumulated vsize (KiB) 422912



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 8.33 8.20 8.10 9/188 5210
/proc/meminfo: memFree=20982020/32951124 swapFree=67111528/67111528
[pid=5104] ppid=5102 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5104/stat : 5104 (prissAuto.sh) S 5102 5104 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498177435 8908800 252 33554432000 4194304 4922060 140733752345504 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5104/statm: 2175 252 211 178 0 68 0
[pid=5105] ppid=5104 vsize=414212 CPUtime=4800.03 cores=0,2,4,6
/proc/5105/stat : 5105 (priss) S 5104 5104 4923 0 -1 4202496 87087 0 0 0 479941 62 0 0 19 0 5 0 498177435 424153088 81041 33554432000 4194304 5787044 140734409773392 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/5105/statm: 103553 81041 419 389 0 99303 0
[pid=5105/tid=5107] ppid=5104 vsize=414212 CPUtime=1201.07 cores=0,2,4,6
/proc/5105/task/5107/stat : 5107 (priss) R 5104 5104 4923 0 -1 4202560 19287 0 0 0 120090 17 0 0 25 0 5 0 498177436 424153088 81041 33554432000 4194304 5787044 140734409773392 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5105/tid=5108] ppid=5104 vsize=414212 CPUtime=1195.17 cores=0,2,4,6
/proc/5105/task/5108/stat : 5108 (priss) R 5104 5104 4923 0 -1 4202560 18740 0 0 0 119502 15 0 0 25 0 5 0 498177436 424153088 81041 33554432000 4194304 5787044 140734409773392 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5105/tid=5109] ppid=5104 vsize=414212 CPUtime=1201.89 cores=0,2,4,6
/proc/5105/task/5109/stat : 5109 (priss) R 5104 5104 4923 0 -1 4202560 24168 0 0 0 120177 12 0 0 25 0 5 0 498177436 424153088 81041 33554432000 4194304 5787044 140734409773392 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5105/tid=5110] ppid=5104 vsize=414212 CPUtime=1201.87 cores=0,2,4,6
/proc/5105/task/5110/stat : 5110 (priss) R 5104 5104 4923 0 -1 4202560 23343 0 0 0 120171 16 0 0 25 0 5 0 498177436 424153088 81041 33554432000 4194304 5787044 140734409773392 18446744073709551615 5527113 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.03
Current children cumulated vsize (KiB) 422912

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

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

[startup+1201.9 s]
/proc/loadavg: 8.33 8.20 8.10 9/188 5210
/proc/meminfo: memFree=20982020/32951124 swapFree=67111528/67111528
[pid=5104] ppid=5102 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5104/stat : 5104 (prissAuto.sh) S 5102 5104 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498177435 8908800 252 33554432000 4194304 4922060 140733752345504 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5104/statm: 2175 252 211 178 0 68 0
[pid=5105] ppid=5104 vsize=414212 CPUtime=4800.03 cores=0,2,4,6
/proc/5105/stat : 5105 (priss) S 5104 5104 4923 0 -1 4202496 87087 0 0 0 479941 62 0 0 19 0 5 0 498177435 424153088 81041 33554432000 4194304 5787044 140734409773392 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/5105/statm: 103553 81041 419 389 0 99303 0
[pid=5105/tid=5107] ppid=5104 vsize=414212 CPUtime=1201.07 cores=0,2,4,6
/proc/5105/task/5107/stat : 5107 (priss) R 5104 5104 4923 0 -1 4202560 19287 0 0 0 120090 17 0 0 25 0 5 0 498177436 424153088 81041 33554432000 4194304 5787044 140734409773392 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5105/tid=5108] ppid=5104 vsize=414212 CPUtime=1195.17 cores=0,2,4,6
/proc/5105/task/5108/stat : 5108 (priss) R 5104 5104 4923 0 -1 4202560 18740 0 0 0 119502 15 0 0 25 0 5 0 498177436 424153088 81041 33554432000 4194304 5787044 140734409773392 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5105/tid=5109] ppid=5104 vsize=414212 CPUtime=1201.89 cores=0,2,4,6
/proc/5105/task/5109/stat : 5109 (priss) R 5104 5104 4923 0 -1 4202560 24168 0 0 0 120177 12 0 0 25 0 5 0 498177436 424153088 81041 33554432000 4194304 5787044 140734409773392 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5105/tid=5110] ppid=5104 vsize=414212 CPUtime=1201.87 cores=0,2,4,6
/proc/5105/task/5110/stat : 5110 (priss) R 5104 5104 4923 0 -1 4202560 23343 0 0 0 120171 16 0 0 25 0 5 0 498177436 424153088 81041 33554432000 4194304 5787044 140734409773392 18446744073709551615 5527113 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.03
Current children cumulated vsize (KiB) 422912

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1201.92
CPU time (s): 4800.03
CPU user time (s): 4799.41
CPU system time (s): 0.62
CPU usage (%): 399.362
Max. virtual memory (cumulated for all children) (KiB): 422912

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= 333
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 3

runsolver used 1.75873 second user time and 4.81227 second system time

The end

Launcher Data

Begin job on node140 at 2011-04-29 08:13:41
IDJOB=3260667
IDBENCH=83192
IDSOLVER=1602
FILE ID=node140/3260667-1304057621
RUNJOBID= node140-1304056417-4941
PBS_JOBID= 13170433
Free space on /tmp= 72660 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT11/crafted/skvortsov/automata-synchronization/rnd_100_28_u.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3260667-1304057621/watcher-3260667-1304057621 -o /tmp/evaluation-result-3260667-1304057621/solver-3260667-1304057621 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3260667-1304057621.cnf 1676045781 4800 15500 4

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

MD5SUM BENCH= 7fb794f1c5d1c4d1723aeeb5efb40cdc
RANDOM SEED=1676045781

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:      20631360 kB
Buffers:       2297616 kB
Cached:        7817116 kB
SwapCached:          0 kB
Active:        4226976 kB
Inactive:      7524024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20631360 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1592 kB
Writeback:           0 kB
AnonPages:     1635088 kB
Mapped:          15612 kB
Slab:           503960 kB
PageTables:       7932 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1845124 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 08:33:45