Trace number 3265507

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.19 1202.52

General information on the benchmark

NameSAT05/crafted/roussel05/visbmc-PHNF/
phnf-size10-exclusive-philo.used-as.sat04-988.shuffled-as.sat05-4195.cnf
MD5SUM32f22e9ac89bf164b7f5db6bef950d03
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1140.77
Satisfiable
(Un)Satisfiability was proved
Number of variables36304
Number of clauses1711065
Sum of the clauses size3450220
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21706958
Number of clauses of size 30
Number of clauses of size 45
Number of clauses of size 57
Number of clauses of size over 54095

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: 30860
0.00/0.00	c setup for 4cores
0.00/0.44	c parsetime: 440471us
0.00/0.44	c parsed 1711065 clauses with 36304 variables
0.00/0.54	c NW started thread 0 successfully (1113925952)
0.00/0.64	c NW started thread 1 successfully (1124415808)
0.00/0.75	c NW started thread 2 successfully (1094220096)
0.00/0.86	c NW started thread 3 successfully (1134905664)
78.52/20.58	c preprocessor returned 38304 variables
78.52/20.58	c preprocessing returned UNKNOWN
78.52/20.58	c PP set 3394 variables
78.52/20.58	c pp time: 19713274us (19s)
81.32/21.29	c preprocessor returned 36604 variables
81.32/21.29	c preprocessing returned UNKNOWN
81.32/21.29	c PP set 3790 variables
81.32/21.29	c pp time: 20641262us (20s)
81.72/21.35	c preprocessor returned 36604 variables
81.72/21.35	c preprocessing returned UNKNOWN
81.72/21.35	c PP set 3790 variables
81.72/21.35	c pp time: 20799106us (20s)
83.72/21.89	c preprocessor returned 36604 variables
83.72/21.89	c preprocessing returned UNKNOWN
83.72/21.89	c PP set 3790 variables
83.72/21.89	c pp time: 21125460us (21s)
84.54/22.07	c HTE
97.31/25.25	c subsumption
97.31/25.25	c simplified formula contains 0 unit clauses
100.89/26.18	c HTE
113.28/29.25	c subsumption
113.28/29.25	c simplified formula contains 0 unit clauses
199.96/50.98	c added unsatisfied clause
199.96/50.98	c failed to add network clauses
205.96/52.42	c HTE
217.54/55.38	c subsumption
217.54/55.38	c simplified formula contains 0 unit clauses
279.05/70.70	c received clause contains eliminated literal 32118
615.82/155.09	c HTE
629.40/158.43	c subsumption
629.40/158.43	c simplified formula contains 0 unit 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-3265507-1304069542/watcher-3265507-1304069542 -o /tmp/evaluation-result-3265507-1304069542/solver-3265507-1304069542 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3265507-1304069542.cnf 654642519 4800 15500 4 

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

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


[startup+0 s]
/proc/loadavg: 7.83 8.08 8.04 5/182 30859
/proc/meminfo: memFree=26109120/32951124 swapFree=67111524/67111528
[pid=30859] ppid=30857 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30859/stat : 30859 (prissAuto.sh) S 30857 30859 30205 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 499369819 8908800 252 33554432000 4194304 4922060 140736557204512 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30859/statm: 2175 252 211 178 0 68 0

[startup+0.033778 s]
/proc/loadavg: 7.83 8.08 8.04 5/182 30859
/proc/meminfo: memFree=26109120/32951124 swapFree=67111524/67111528
[pid=30859] ppid=30857 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30859/stat : 30859 (prissAuto.sh) S 30857 30859 30205 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 499369819 8908800 252 33554432000 4194304 4922060 140736557204512 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30859/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.10077 s]
/proc/loadavg: 7.83 8.08 8.04 5/182 30859
/proc/meminfo: memFree=26109120/32951124 swapFree=67111524/67111528
[pid=30859] ppid=30857 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30859/stat : 30859 (prissAuto.sh) S 30857 30859 30205 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 499369819 8908800 252 33554432000 4194304 4922060 140736557204512 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30859/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300732 s]
/proc/loadavg: 7.83 8.08 8.04 5/182 30859
/proc/meminfo: memFree=26109120/32951124 swapFree=67111524/67111528
[pid=30859] ppid=30857 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30859/stat : 30859 (prissAuto.sh) S 30857 30859 30205 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 499369819 8908800 252 33554432000 4194304 4922060 140736557204512 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30859/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700659 s]
/proc/loadavg: 7.83 8.08 8.04 5/182 30859
/proc/meminfo: memFree=26109120/32951124 swapFree=67111524/67111528
[pid=30859] ppid=30857 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30859/stat : 30859 (prissAuto.sh) S 30857 30859 30205 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 499369819 8908800 252 33554432000 4194304 4922060 140736557204512 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30859/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50048 s]
/proc/loadavg: 7.83 8.08 8.04 9/188 30865
/proc/meminfo: memFree=25700616/32951124 swapFree=67111524/67111528
[pid=30859] ppid=30857 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30859/stat : 30859 (prissAuto.sh) S 30857 30859 30205 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 499369819 8908800 252 33554432000 4194304 4922060 140736557204512 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30859/statm: 2175 252 211 178 0 68 0
[pid=30860] ppid=30859 vsize=714388 CPUtime=3.94 cores=1,3,5,7
/proc/30860/stat : 30860 (priss) S 30859 30859 30205 0 -1 4202496 141652 0 0 0 358 36 0 0 18 0 5 0 499369819 731533312 139253 33554432000 4194304 5787044 140734772489856 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/30860/statm: 178597 139254 345 389 0 174347 0
[pid=30860/tid=30862] ppid=30859 vsize=714388 CPUtime=0.92 cores=1,3,5,7
/proc/30860/task/30862/stat : 30862 (priss) R 30859 30859 30205 0 -1 4202560 15444 0 0 0 89 3 0 0 18 0 5 0 499369874 731533312 139254 33554432000 4194304 5787044 140734772489856 18446744073709551615 228095111877 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30860/tid=30863] ppid=30859 vsize=714388 CPUtime=0.82 cores=1,3,5,7
/proc/30860/task/30863/stat : 30863 (priss) R 30859 30859 30205 0 -1 4202560 16531 0 0 0 75 7 0 0 18 0 5 0 499369884 731533312 139256 33554432000 4194304 5787044 140734772489856 18446744073709551615 228095112225 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30860/tid=30864] ppid=30859 vsize=714388 CPUtime=0.69 cores=1,3,5,7
/proc/30860/task/30864/stat : 30864 (priss) R 30859 30859 30205 0 -1 4202560 15542 0 0 0 61 8 0 0 18 0 5 0 499369895 731533312 139257 33554432000 4194304 5787044 140734772489856 18446744073709551615 4302288 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30860/tid=30865] ppid=30859 vsize=714388 CPUtime=0.61 cores=1,3,5,7
/proc/30860/task/30865/stat : 30865 (priss) R 30859 30859 30205 0 -1 4202560 15633 0 0 0 56 5 0 0 18 0 5 0 499369906 731533312 139258 33554432000 4194304 5787044 140734772489856 18446744073709551615 228095111877 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.94
Current children cumulated vsize (KiB) 723088

[startup+3.10118 s]
/proc/loadavg: 7.83 8.08 8.04 9/188 30865
/proc/meminfo: memFree=25407976/32951124 swapFree=67111524/67111528
[pid=30859] ppid=30857 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30859/stat : 30859 (prissAuto.sh) S 30857 30859 30205 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 499369819 8908800 252 33554432000 4194304 4922060 140736557204512 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30859/statm: 2175 252 211 178 0 68 0
[pid=30860] ppid=30859 vsize=1135656 CPUtime=10.3 cores=1,3,5,7
/proc/30860/stat : 30860 (priss) S 30859 30859 30205 0 -1 4202496 228715 0 0 0 968 62 0 0 18 0 5 0 499369819 1162911744 226316 33554432000 4194304 5787044 140734772489856 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/30860/statm: 283914 226316 345 389 0 279664 0
[pid=30860/tid=30862] ppid=30859 vsize=1135656 CPUtime=2.52 cores=1,3,5,7
/proc/30860/task/30862/stat : 30862 (priss) R 30859 30859 30205 0 -1 4202560 35929 0 0 0 240 12 0 0 18 0 5 0 499369874 1162911744 226317 33554432000 4194304 5787044 140734772489856 18446744073709551615 4302169 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30860/tid=30863] ppid=30859 vsize=1135656 CPUtime=2.42 cores=1,3,5,7
/proc/30860/task/30863/stat : 30863 (priss) R 30859 30859 30205 0 -1 4202560 37722 0 0 0 227 15 0 0 18 0 5 0 499369884 1162911744 226319 33554432000 4194304 5787044 140734772489856 18446744073709551615 228095109863 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30860/tid=30864] ppid=30859 vsize=1135656 CPUtime=2.28 cores=1,3,5,7
/proc/30860/task/30864/stat : 30864 (priss) R 30859 30859 30205 0 -1 4202560 37530 0 0 0 213 15 0 0 19 0 5 0 499369895 1162911744 226319 33554432000 4194304 5787044 140734772489856 18446744073709551615 4302314 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30860/tid=30865] ppid=30859 vsize=1135656 CPUtime=2.2 cores=1,3,5,7
/proc/30860/task/30865/stat : 30865 (priss) R 30859 30859 30205 0 -1 4202560 39030 0 0 0 211 9 0 0 19 0 5 0 499369906 1162911744 226320 33554432000 4194304 5787044 140734772489856 18446744073709551615 4302288 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 10.3
Current children cumulated vsize (KiB) 1144356

[startup+6.30058 s]
/proc/loadavg: 7.84 8.08 8.04 8/188 30866
/proc/meminfo: memFree=25024916/32951124 swapFree=67111524/67111528
[pid=30859] ppid=30857 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30859/stat : 30859 (prissAuto.sh) S 30857 30859 30205 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 499369819 8908800 252 33554432000 4194304 4922060 140736557204512 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30859/statm: 2175 252 211 178 0 68 0
[pid=30860] ppid=30859 vsize=842296 CPUtime=22.08 cores=1,3,5,7
/proc/30860/stat : 30860 (priss) S 30859 30859 30205 0 -1 4202496 287417 0 0 0 2129 79 0 0 18 0 5 0 499369819 862511104 168418 33554432000 4194304 5787044 140734772489856 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/30860/statm: 210574 168418 350 389 0 206324 0
[pid=30860/tid=30862] ppid=30859 vsize=842296 CPUtime=5.71 cores=1,3,5,7
/proc/30860/task/30862/stat : 30862 (priss) R 30859 30859 30205 0 -1 4202560 48125 0 0 0 555 16 0 0 22 0 5 0 499369874 862511104 168418 33554432000 4194304 5787044 140734772489856 18446744073709551615 4330666 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30860/tid=30863] ppid=30859 vsize=842296 CPUtime=5.61 cores=1,3,5,7
/proc/30860/task/30863/stat : 30863 (priss) R 30859 30859 30205 0 -1 4202560 56938 0 0 0 542 19 0 0 23 0 5 0 499369884 862511104 168418 33554432000 4194304 5787044 140734772489856 18446744073709551615 4390757 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30860/tid=30864] ppid=30859 vsize=842296 CPUtime=4.84 cores=1,3,5,7
/proc/30860/task/30864/stat : 30864 (priss) R 30859 30859 30205 0 -1 4202560 49628 0 0 0 464 20 0 0 16 0 5 0 499369895 862511104 168418 33554432000 4194304 5787044 140734772489856 18446744073709551615 228095100018 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30860/tid=30865] ppid=30859 vsize=842296 CPUtime=5.03 cores=1,3,5,7
/proc/30860/task/30865/stat : 30865 (priss) S 30859 30859 30205 0 -1 4202560 54220 0 0 0 491 12 0 0 25 0 5 0 499369906 862511104 168418 33554432000 4194304 5787044 140734772489856 18446744073709551615 228095556078 0 0 4096 0 18446604471146873856 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 22.08
Current children cumulated vsize (KiB) 850996

[startup+12.7004 s]
/proc/loadavg: 7.85 8.08 8.04 9/188 30866
/proc/meminfo: memFree=25443812/32951124 swapFree=67111524/67111528
[pid=30859] ppid=30857 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30859/stat : 30859 (prissAuto.sh) S 30857 30859 30205 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 499369819 8908800 252 33554432000 4194304 4922060 140736557204512 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30859/statm: 2175 252 211 178 0 68 0
[pid=30860] ppid=30859 vsize=955636 CPUtime=47.4 cores=1,3,5,7
/proc/30860/stat : 30860 (priss) S 30859 30859 30205 0 -1 4202496 334309 0 0 0 4645 95 0 0 18 0 5 0 499369819 978571264 165406 33554432000 4194304 5787044 140734772489856 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/30860/statm: 238909 165406 352 389 0 234659 0
[pid=30860/tid=30862] ppid=30859 vsize=955636 CPUtime=12.1 cores=1,3,5,7
/proc/30860/task/30862/stat : 30862 (priss) R 30859 30859 30205 0 -1 4202560 59661 0 0 0 1190 20 0 0 25 0 5 0 499369874 978571264 165406 33554432000 4194304 5787044 140734772489856 18446744073709551615 4279114 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30860/tid=30863] ppid=30859 vsize=955636 CPUtime=11.97 cores=1,3,5,7
/proc/30860/task/30863/stat : 30863 (priss) R 30859 30859 30205 0 -1 4202560 61512 0 0 0 1175 22 0 0 25 0 5 0 499369884 978571264 165406 33554432000 4194304 5787044 140734772489856 18446744073709551615 4279083 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30860/tid=30864] ppid=30859 vsize=955636 CPUtime=11.24 cores=1,3,5,7
/proc/30860/task/30864/stat : 30864 (priss) R 30859 30859 30205 0 -1 4202560 68772 0 0 0 1098 26 0 0 25 0 5 0 499369895 978571264 165406 33554432000 4194304 5787044 140734772489856 18446744073709551615 4279114 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30860/tid=30865] ppid=30859 vsize=955636 CPUtime=11.21 cores=1,3,5,7
/proc/30860/task/30865/stat : 30865 (priss) R 30859 30859 30205 0 -1 4202560 65858 0 0 0 1105 16 0 0 25 0 5 0 499369906 978571264 165406 33554432000 4194304 5787044 140734772489856 18446744073709551615 4279114 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 47.4
Current children cumulated vsize (KiB) 964336

[startup+25.501 s]
/proc/loadavg: 7.89 8.07 8.04 9/188 30866
/proc/meminfo: memFree=25211348/32951124 swapFree=67111524/67111528
[pid=30859] ppid=30857 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30859/stat : 30859 (prissAuto.sh) S 30857 30859 30205 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 499369819 8908800 252 33554432000 4194304 4922060 140736557204512 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30859/statm: 2175 252 211 178 0 68 0
[pid=30860] ppid=30859 vsize=1165300 CPUtime=98.49 cores=1,3,5,7
/proc/30860/stat : 30860 (priss) S 30859 30859 30205 0 -1 4202496 515973 0 0 0 9702 147 0 0 18 0 5 0 499369819 1193267200 221511 33554432000 4194304 5787044 140734772489856 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/30860/statm: 291325 221511 418 389 0 287075 0
[pid=30860/tid=30862] ppid=30859 vsize=1165300 CPUtime=24.88 cores=1,3,5,7
/proc/30860/task/30862/stat : 30862 (priss) R 30859 30859 30205 0 -1 4202560 98830 0 0 0 2456 32 0 0 25 0 5 0 499369874 1193267200 221511 33554432000 4194304 5787044 140734772489856 18446744073709551615 5591217 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30860/tid=30863] ppid=30859 vsize=1165300 CPUtime=24.68 cores=1,3,5,7
/proc/30860/task/30863/stat : 30863 (priss) R 30859 30859 30205 0 -1 4202560 103125 0 0 0 2433 35 0 0 25 0 5 0 499369884 1193267200 221511 33554432000 4194304 5787044 140734772489856 18446744073709551615 5576432 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30860/tid=30864] ppid=30859 vsize=1165300 CPUtime=24.03 cores=1,3,5,7
/proc/30860/task/30864/stat : 30864 (priss) R 30859 30859 30205 0 -1 4202560 110312 0 0 0 2363 40 0 0 25 0 5 0 499369895 1193267200 221511 33554432000 4194304 5787044 140734772489856 18446744073709551615 5586761 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30860/tid=30865] ppid=30859 vsize=1165300 CPUtime=24.01 cores=1,3,5,7
/proc/30860/task/30865/stat : 30865 (priss) R 30859 30859 30205 0 -1 4202560 125200 0 0 0 2373 28 0 0 25 0 5 0 499369906 1193267200 221511 33554432000 4194304 5787044 140734772489856 18446744073709551615 4319827 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 98.49
Current children cumulated vsize (KiB) 1174000

[startup+51.1012 s]
/proc/loadavg: 7.99 8.08 8.04 9/188 30867
/proc/meminfo: memFree=25302444/32951124 swapFree=67111524/67111528
[pid=30859] ppid=30857 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30859/stat : 30859 (prissAuto.sh) S 30857 30859 30205 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 499369819 8908800 252 33554432000 4194304 4922060 140736557204512 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30859/statm: 2175 252 211 178 0 68 0
[pid=30860] ppid=30859 vsize=1068532 CPUtime=200.76 cores=1,3,5,7
/proc/30860/stat : 30860 (priss) S 30859 30859 30205 0 -1 4202496 540176 0 0 0 19919 157 0 0 18 0 5 0 499369819 1094176768 198772 33554432000 4194304 5787044 140734772489856 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/30860/statm: 267133 198772 419 389 0 262883 0
[pid=30860/tid=30862] ppid=30859 vsize=1068532 CPUtime=50.49 cores=1,3,5,7
/proc/30860/task/30862/stat : 30862 (priss) R 30859 30859 30205 0 -1 4202560 99285 0 0 0 5016 33 0 0 25 0 5 0 499369874 1094176768 198772 33554432000 4194304 5787044 140734772489856 18446744073709551615 228095106171 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30860/tid=30863] ppid=30859 vsize=1068532 CPUtime=50.14 cores=1,3,5,7
/proc/30860/task/30863/stat : 30863 (priss) R 30859 30859 30205 0 -1 4202560 103636 0 0 0 4978 36 0 0 25 0 5 0 499369884 1094176768 198772 33554432000 4194304 5787044 140734772489856 18446744073709551615 5591205 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30860/tid=30864] ppid=30859 vsize=1068532 CPUtime=49.63 cores=1,3,5,7
/proc/30860/task/30864/stat : 30864 (priss) R 30859 30859 30205 0 -1 4202560 110799 0 0 0 4921 42 0 0 25 0 5 0 499369895 1094176768 198772 33554432000 4194304 5787044 140734772489856 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30860/tid=30865] ppid=30859 vsize=1068532 CPUtime=49.61 cores=1,3,5,7
/proc/30860/task/30865/stat : 30865 (priss) R 30859 30859 30205 0 -1 4202560 147950 0 0 0 4926 35 0 0 25 0 5 0 499369906 1094176768 198772 33554432000 4194304 5787044 140734772489856 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 200.76
Current children cumulated vsize (KiB) 1077232

[startup+102.307 s]
/proc/loadavg: 8.06 8.08 8.04 9/188 30868
/proc/meminfo: memFree=25274128/32951124 swapFree=67111524/67111528
[pid=30859] ppid=30857 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30859/stat : 30859 (prissAuto.sh) S 30857 30859 30205 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 499369819 8908800 252 33554432000 4194304 4922060 140736557204512 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30859/statm: 2175 252 211 178 0 68 0
[pid=30860] ppid=30859 vsize=1073396 CPUtime=405.3 cores=1,3,5,7
/proc/30860/stat : 30860 (priss) S 30859 30859 30205 0 -1 4202496 568194 0 0 0 40361 169 0 0 18 0 5 0 499369819 1099157504 203852 33554432000 4194304 5787044 140734772489856 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/30860/statm: 268349 203852 419 389 0 264099 0
[pid=30860/tid=30862] ppid=30859 vsize=1073396 CPUtime=101.7 cores=1,3,5,7
/proc/30860/task/30862/stat : 30862 (priss) R 30859 30859 30205 0 -1 4202560 100545 0 0 0 10136 34 0 0 25 0 5 0 499369874 1099157504 203852 33554432000 4194304 5787044 140734772489856 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30860/tid=30863] ppid=30859 vsize=1073396 CPUtime=101.07 cores=1,3,5,7
/proc/30860/task/30863/stat : 30863 (priss) R 30859 30859 30205 0 -1 4202560 104971 0 0 0 10070 37 0 0 25 0 5 0 499369884 1099157504 203852 33554432000 4194304 5787044 140734772489856 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30860/tid=30864] ppid=30859 vsize=1073396 CPUtime=100.84 cores=1,3,5,7
/proc/30860/task/30864/stat : 30864 (priss) R 30859 30859 30205 0 -1 4202560 112061 0 0 0 10040 44 0 0 25 0 5 0 499369895 1099157504 203852 33554432000 4194304 5787044 140734772489856 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30860/tid=30865] ppid=30859 vsize=1073396 CPUtime=100.82 cores=1,3,5,7

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

/proc/30860/task/30863/stat : 30863 (priss) R 30859 30859 30205 0 -1 4202560 115068 0 0 0 87626 57 0 0 25 0 5 0 499369884 1281273856 265769 33554432000 4194304 5787044 140734772489856 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30860/tid=30864] ppid=30859 vsize=1251244 CPUtime=880.85 cores=1,3,5,7
/proc/30860/task/30864/stat : 30864 (priss) R 30859 30859 30205 0 -1 4202560 126964 0 0 0 88015 70 0 0 25 0 5 0 499369895 1281273856 265769 33554432000 4194304 5787044 140734772489856 18446744073709551615 5586709 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30860/tid=30865] ppid=30859 vsize=1251244 CPUtime=880.81 cores=1,3,5,7
/proc/30860/task/30865/stat : 30865 (priss) R 30859 30859 30205 0 -1 4202560 210044 0 0 0 88008 73 0 0 25 0 5 0 499369906 1281273856 265769 33554432000 4194304 5787044 140734772489856 18446744073709551615 5527202 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3521.09
Current children cumulated vsize (KiB) 1259944

[startup+942.3 s]
/proc/loadavg: 8.14 8.11 8.07 9/188 30924
/proc/meminfo: memFree=25423536/32951124 swapFree=67111524/67111528
[pid=30859] ppid=30857 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30859/stat : 30859 (prissAuto.sh) S 30857 30859 30205 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 499369819 8908800 252 33554432000 4194304 4922060 140736557204512 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30859/statm: 2175 252 211 178 0 68 0
[pid=30860] ppid=30859 vsize=1251244 CPUtime=3760.77 cores=1,3,5,7
/proc/30860/stat : 30860 (priss) S 30859 30859 30205 0 -1 4202496 650420 0 0 0 375798 279 0 0 18 0 5 0 499369819 1281273856 265769 33554432000 4194304 5787044 140734772489856 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/30860/statm: 312811 265769 419 389 0 308561 0
[pid=30860/tid=30862] ppid=30859 vsize=1251244 CPUtime=941.72 cores=1,3,5,7
/proc/30860/task/30862/stat : 30862 (priss) R 30859 30859 30205 0 -1 4202560 119838 0 0 0 94104 68 0 0 25 0 5 0 499369874 1281273856 265769 33554432000 4194304 5787044 140734772489856 18446744073709551615 4254881 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30860/tid=30863] ppid=30859 vsize=1251244 CPUtime=936.51 cores=1,3,5,7
/proc/30860/task/30863/stat : 30863 (priss) R 30859 30859 30205 0 -1 4202560 115068 0 0 0 93594 57 0 0 25 0 5 0 499369884 1281273856 265769 33554432000 4194304 5787044 140734772489856 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30860/tid=30864] ppid=30859 vsize=1251244 CPUtime=940.86 cores=1,3,5,7
/proc/30860/task/30864/stat : 30864 (priss) R 30859 30859 30205 0 -1 4202560 126964 0 0 0 94016 70 0 0 25 0 5 0 499369895 1281273856 265769 33554432000 4194304 5787044 140734772489856 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30860/tid=30865] ppid=30859 vsize=1251244 CPUtime=940.81 cores=1,3,5,7
/proc/30860/task/30865/stat : 30865 (priss) R 30859 30859 30205 0 -1 4202560 210044 0 0 0 94008 73 0 0 25 0 5 0 499369906 1281273856 265769 33554432000 4194304 5787044 140734772489856 18446744073709551615 5528386 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3760.77
Current children cumulated vsize (KiB) 1259944

[startup+1002.3 s]
/proc/loadavg: 8.13 8.11 8.08 9/188 30925
/proc/meminfo: memFree=25365676/32951124 swapFree=67111524/67111528
[pid=30859] ppid=30857 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30859/stat : 30859 (prissAuto.sh) S 30857 30859 30205 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 499369819 8908800 252 33554432000 4194304 4922060 140736557204512 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30859/statm: 2175 252 211 178 0 68 0
[pid=30860] ppid=30859 vsize=1257448 CPUtime=4000.45 cores=1,3,5,7
/proc/30860/stat : 30860 (priss) S 30859 30859 30205 0 -1 4202496 653799 0 0 0 399762 283 0 0 18 0 5 0 499369819 1287626752 269148 33554432000 4194304 5787044 140734772489856 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/30860/statm: 314362 269148 419 389 0 310112 0
[pid=30860/tid=30862] ppid=30859 vsize=1257448 CPUtime=1001.72 cores=1,3,5,7
/proc/30860/task/30862/stat : 30862 (priss) R 30859 30859 30205 0 -1 4202560 121400 0 0 0 100103 69 0 0 25 0 5 0 499369874 1287626752 269148 33554432000 4194304 5787044 140734772489856 18446744073709551615 5591666 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30860/tid=30863] ppid=30859 vsize=1257448 CPUtime=996.18 cores=1,3,5,7
/proc/30860/task/30863/stat : 30863 (priss) R 30859 30859 30205 0 -1 4202560 116884 0 0 0 99558 60 0 0 25 0 5 0 499369884 1287626752 269148 33554432000 4194304 5787044 140734772489856 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30860/tid=30864] ppid=30859 vsize=1257448 CPUtime=1000.86 cores=1,3,5,7
/proc/30860/task/30864/stat : 30864 (priss) R 30859 30859 30205 0 -1 4202560 126964 0 0 0 100016 70 0 0 25 0 5 0 499369895 1287626752 269148 33554432000 4194304 5787044 140734772489856 18446744073709551615 5586761 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30860/tid=30865] ppid=30859 vsize=1257448 CPUtime=1000.81 cores=1,3,5,7
/proc/30860/task/30865/stat : 30865 (priss) R 30859 30859 30205 0 -1 4202560 210045 0 0 0 100008 73 0 0 25 0 5 0 499369906 1287626752 269148 33554432000 4194304 5787044 140734772489856 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4000.45
Current children cumulated vsize (KiB) 1266148

[startup+1062.3 s]
/proc/loadavg: 8.13 8.12 8.08 9/188 30927
/proc/meminfo: memFree=25300788/32951124 swapFree=67111524/67111528
[pid=30859] ppid=30857 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30859/stat : 30859 (prissAuto.sh) S 30857 30859 30205 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 499369819 8908800 252 33554432000 4194304 4922060 140736557204512 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30859/statm: 2175 252 211 178 0 68 0
[pid=30860] ppid=30859 vsize=1330644 CPUtime=4240.13 cores=1,3,5,7
/proc/30860/stat : 30860 (priss) S 30859 30859 30205 0 -1 4202496 662753 0 0 0 423718 295 0 0 18 0 5 0 499369819 1362579456 278102 33554432000 4194304 5787044 140734772489856 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/30860/statm: 332661 278102 419 389 0 328411 0
[pid=30860/tid=30862] ppid=30859 vsize=1330644 CPUtime=1061.72 cores=1,3,5,7
/proc/30860/task/30862/stat : 30862 (priss) R 30859 30859 30205 0 -1 4202560 124686 0 0 0 106100 72 0 0 25 0 5 0 499369874 1362579456 278102 33554432000 4194304 5787044 140734772489856 18446744073709551615 4254890 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30860/tid=30863] ppid=30859 vsize=1330644 CPUtime=1055.86 cores=1,3,5,7
/proc/30860/task/30863/stat : 30863 (priss) R 30859 30859 30205 0 -1 4202560 119504 0 0 0 105523 63 0 0 25 0 5 0 499369884 1362579456 278102 33554432000 4194304 5787044 140734772489856 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30860/tid=30864] ppid=30859 vsize=1330644 CPUtime=1060.86 cores=1,3,5,7
/proc/30860/task/30864/stat : 30864 (priss) R 30859 30859 30205 0 -1 4202560 130010 0 0 0 106010 76 0 0 25 0 5 0 499369895 1362579456 278102 33554432000 4194304 5787044 140734772489856 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30860/tid=30865] ppid=30859 vsize=1330644 CPUtime=1060.81 cores=1,3,5,7
/proc/30860/task/30865/stat : 30865 (priss) R 30859 30859 30205 0 -1 4202560 210047 0 0 0 106008 73 0 0 25 0 5 0 499369906 1362579456 278102 33554432000 4194304 5787044 140734772489856 18446744073709551615 5527122 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4240.13
Current children cumulated vsize (KiB) 1339344

[startup+1122.3 s]
/proc/loadavg: 8.20 8.14 8.09 9/188 30928
/proc/meminfo: memFree=25254108/32951124 swapFree=67111524/67111528
[pid=30859] ppid=30857 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30859/stat : 30859 (prissAuto.sh) S 30857 30859 30205 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 499369819 8908800 252 33554432000 4194304 4922060 140736557204512 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30859/statm: 2175 252 211 178 0 68 0
[pid=30860] ppid=30859 vsize=1404368 CPUtime=4479.8 cores=1,3,5,7
/proc/30860/stat : 30860 (priss) S 30859 30859 30205 0 -1 4202496 673225 0 0 0 447668 312 0 0 18 0 5 0 499369819 1438072832 288574 33554432000 4194304 5787044 140734772489856 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/30860/statm: 351092 288574 419 389 0 346842 0
[pid=30860/tid=30862] ppid=30859 vsize=1404368 CPUtime=1121.72 cores=1,3,5,7
/proc/30860/task/30862/stat : 30862 (priss) R 30859 30859 30205 0 -1 4202560 127599 0 0 0 112095 77 0 0 25 0 5 0 499369874 1438072832 288574 33554432000 4194304 5787044 140734772489856 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30860/tid=30863] ppid=30859 vsize=1404368 CPUtime=1115.53 cores=1,3,5,7
/proc/30860/task/30863/stat : 30863 (priss) R 30859 30859 30205 0 -1 4202560 121163 0 0 0 111487 66 0 0 25 0 5 0 499369884 1438072832 288574 33554432000 4194304 5787044 140734772489856 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30860/tid=30864] ppid=30859 vsize=1404368 CPUtime=1120.86 cores=1,3,5,7
/proc/30860/task/30864/stat : 30864 (priss) R 30859 30859 30205 0 -1 4202560 133833 0 0 0 112002 84 0 0 25 0 5 0 499369895 1438072832 288574 33554432000 4194304 5787044 140734772489856 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30860/tid=30865] ppid=30859 vsize=1404368 CPUtime=1120.81 cores=1,3,5,7
/proc/30860/task/30865/stat : 30865 (priss) R 30859 30859 30205 0 -1 4202560 212124 0 0 0 112007 74 0 0 25 0 5 0 499369906 1438072832 288574 33554432000 4194304 5787044 140734772489856 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4479.8
Current children cumulated vsize (KiB) 1413068

[startup+1182.3 s]
/proc/loadavg: 8.19 8.14 8.09 9/188 30930
/proc/meminfo: memFree=25182396/32951124 swapFree=67111524/67111528
[pid=30859] ppid=30857 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30859/stat : 30859 (prissAuto.sh) S 30857 30859 30205 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 499369819 8908800 252 33554432000 4194304 4922060 140736557204512 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30859/statm: 2175 252 211 178 0 68 0
[pid=30860] ppid=30859 vsize=1415868 CPUtime=4719.49 cores=1,3,5,7
/proc/30860/stat : 30860 (priss) S 30859 30859 30205 0 -1 4202496 683536 0 0 0 471621 328 0 0 18 0 5 0 499369819 1449848832 298885 33554432000 4194304 5787044 140734772489856 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/30860/statm: 353967 298885 419 389 0 349717 0
[pid=30860/tid=30862] ppid=30859 vsize=1415868 CPUtime=1181.73 cores=1,3,5,7
/proc/30860/task/30862/stat : 30862 (priss) R 30859 30859 30205 0 -1 4202560 128648 0 0 0 118095 78 0 0 25 0 5 0 499369874 1449848832 298885 33554432000 4194304 5787044 140734772489856 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30860/tid=30863] ppid=30859 vsize=1415868 CPUtime=1175.21 cores=1,3,5,7
/proc/30860/task/30863/stat : 30863 (priss) R 30859 30859 30205 0 -1 4202560 124048 0 0 0 117448 73 0 0 25 0 5 0 499369884 1449848832 298885 33554432000 4194304 5787044 140734772489856 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30860/tid=30864] ppid=30859 vsize=1415868 CPUtime=1180.87 cores=1,3,5,7
/proc/30860/task/30864/stat : 30864 (priss) R 30859 30859 30205 0 -1 4202560 137326 0 0 0 117997 90 0 0 25 0 5 0 499369895 1449848832 298885 33554432000 4194304 5787044 140734772489856 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30860/tid=30865] ppid=30859 vsize=1415868 CPUtime=1180.8 cores=1,3,5,7
/proc/30860/task/30865/stat : 30865 (priss) R 30859 30859 30205 0 -1 4202560 215008 0 0 0 118004 76 0 0 25 0 5 0 499369906 1449848832 298885 33554432000 4194304 5787044 140734772489856 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4719.49
Current children cumulated vsize (KiB) 1424568



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.5 s]
/proc/loadavg: 8.19 8.15 8.09 9/188 30930
/proc/meminfo: memFree=25176540/32951124 swapFree=67111524/67111528
[pid=30859] ppid=30857 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30859/stat : 30859 (prissAuto.sh) S 30857 30859 30205 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 499369819 8908800 252 33554432000 4194304 4922060 140736557204512 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30859/statm: 2175 252 211 178 0 68 0
[pid=30860] ppid=30859 vsize=1417584 CPUtime=4800.19 cores=1,3,5,7
/proc/30860/stat : 30860 (priss) S 30859 30859 30205 0 -1 4202496 684488 0 0 0 479690 329 0 0 18 0 5 0 499369819 1451606016 299789 33554432000 4194304 5787044 140734772489856 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/30860/statm: 354396 299789 419 389 0 350146 0
[pid=30860/tid=30862] ppid=30859 vsize=1417584 CPUtime=1201.93 cores=1,3,5,7
/proc/30860/task/30862/stat : 30862 (priss) R 30859 30859 30205 0 -1 4202560 128657 0 0 0 120115 78 0 0 25 0 5 0 499369874 1451606016 299789 33554432000 4194304 5787044 140734772489856 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30860/tid=30863] ppid=30859 vsize=1417584 CPUtime=1195.3 cores=1,3,5,7
/proc/30860/task/30863/stat : 30863 (priss) R 30859 30859 30205 0 -1 4202560 124600 0 0 0 119456 74 0 0 25 0 5 0 499369884 1451606016 299789 33554432000 4194304 5787044 140734772489856 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30860/tid=30864] ppid=30859 vsize=1417584 CPUtime=1201.07 cores=1,3,5,7
/proc/30860/task/30864/stat : 30864 (priss) R 30859 30859 30205 0 -1 4202560 137550 0 0 0 120017 90 0 0 25 0 5 0 499369895 1451606016 299789 33554432000 4194304 5787044 140734772489856 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30860/tid=30865] ppid=30859 vsize=1417584 CPUtime=1201.01 cores=1,3,5,7
/proc/30860/task/30865/stat : 30865 (priss) R 30859 30859 30205 0 -1 4202560 215175 0 0 0 120025 76 0 0 25 0 5 0 499369906 1451606016 299789 33554432000 4194304 5787044 140734772489856 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 1426284

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

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

[startup+1202.5 s]
/proc/loadavg: 8.19 8.15 8.09 9/188 30930
/proc/meminfo: memFree=25176540/32951124 swapFree=67111524/67111528
[pid=30859] ppid=30857 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30859/stat : 30859 (prissAuto.sh) S 30857 30859 30205 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 499369819 8908800 252 33554432000 4194304 4922060 140736557204512 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30859/statm: 2175 252 211 178 0 68 0
[pid=30860] ppid=30859 vsize=1417584 CPUtime=4800.19 cores=1,3,5,7
/proc/30860/stat : 30860 (priss) S 30859 30859 30205 0 -1 4202496 684488 0 0 0 479690 329 0 0 18 0 5 0 499369819 1451606016 299789 33554432000 4194304 5787044 140734772489856 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/30860/statm: 354396 299789 419 389 0 350146 0
[pid=30860/tid=30862] ppid=30859 vsize=1417584 CPUtime=1201.93 cores=1,3,5,7
/proc/30860/task/30862/stat : 30862 (priss) R 30859 30859 30205 0 -1 4202560 128657 0 0 0 120115 78 0 0 25 0 5 0 499369874 1451606016 299789 33554432000 4194304 5787044 140734772489856 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30860/tid=30863] ppid=30859 vsize=1417584 CPUtime=1195.3 cores=1,3,5,7
/proc/30860/task/30863/stat : 30863 (priss) R 30859 30859 30205 0 -1 4202560 124600 0 0 0 119456 74 0 0 25 0 5 0 499369884 1451606016 299789 33554432000 4194304 5787044 140734772489856 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30860/tid=30864] ppid=30859 vsize=1417584 CPUtime=1201.07 cores=1,3,5,7
/proc/30860/task/30864/stat : 30864 (priss) R 30859 30859 30205 0 -1 4202560 137550 0 0 0 120017 90 0 0 25 0 5 0 499369895 1451606016 299789 33554432000 4194304 5787044 140734772489856 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30860/tid=30865] ppid=30859 vsize=1417584 CPUtime=1201.01 cores=1,3,5,7
/proc/30860/task/30865/stat : 30865 (priss) R 30859 30859 30205 0 -1 4202560 215175 0 0 0 120025 76 0 0 25 0 5 0 499369906 1451606016 299789 33554432000 4194304 5787044 140734772489856 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 1426284

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30859 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 4800.19
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1202.52
CPU time (s): 4800.19
CPU user time (s): 4796.9
CPU system time (s): 3.29
CPU usage (%): 399.178
Max. virtual memory (cumulated for all children) (KiB): 1445620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 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= 5
involuntary context switches= 2

runsolver used 1.46578 second user time and 5.10522 second system time

The end

Launcher Data

Begin job on node142 at 2011-04-29 11:32:24
IDJOB=3265507
IDBENCH=85764
IDSOLVER=1602
FILE ID=node142/3265507-1304069542
RUNJOBID= node142-1304064275-30224
PBS_JOBID= 13170458
Free space on /tmp= 71288 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT05/crafted/roussel05/visbmc-PHNF/phnf-size10-exclusive-philo.used-as.sat04-988.shuffled-as.sat05-4195.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3265507-1304069542/watcher-3265507-1304069542 -o /tmp/evaluation-result-3265507-1304069542/solver-3265507-1304069542 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3265507-1304069542.cnf 654642519 4800 15500 4

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

MD5SUM BENCH= 32f22e9ac89bf164b7f5db6bef950d03
RANDOM SEED=654642519

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.82
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.846
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:      26109516 kB
Buffers:       1657400 kB
Cached:        4131536 kB
SwapCached:          4 kB
Active:        1202920 kB
Inactive:      5098360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26109516 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           25660 kB
Writeback:           0 kB
AnonPages:      511924 kB
Mapped:          15604 kB
Slab:           475952 kB
PageTables:       5324 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   695820 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= 71288 MiB
End job on node142 at 2011-04-29 11:52:28