Trace number 3286399

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 1.0? (TO) 4800.01 1201.82

General information on the benchmark

Nameapplication/jarvisalo/
AAAI2010-SATPlanning/aaai10-planning-ipc5-rovers-18-step11.cnf
MD5SUMac372f51471a04bbb3fb9a678284c6a4
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.57246
Satisfiable
(Un)Satisfiability was proved
Number of variables29317
Number of clauses277090
Sum of the clauses size598882
Maximum clause length179
Minimum clause length1
Number of clauses of size 1144
Number of clauses of size 2264085
Number of clauses of size 38078
Number of clauses of size 41144
Number of clauses of size 5453
Number of clauses of size over 53186

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: 24155
0.00/0.07	c parsetime: 69812us
0.00/0.07	c parsed 277090 clauses with 29317 variables
0.00/0.09	c NW started thread 0 successfully (1099098432)
0.00/0.11	c NW started thread 1 successfully (1087093056)
0.00/0.13	c NW started thread 2 successfully (1109588288)
0.00/0.16	c NW started thread 3 successfully (1120078144)
15.13/3.98	c preprocessor returned 31317 variables
15.13/3.98	c preprocessing returned UNKNOWN
15.13/3.98	c PP set 749 variables
15.13/3.98	c pp time: 3806642us (3s)
16.34/4.21	c HTE
17.14/4.42	c subsumption
17.93/4.65	c simplified formula contains 0 unit clauses
19.93/5.16	c preprocessor returned 29617 variables
19.93/5.16	c preprocessing returned UNKNOWN
19.93/5.16	c PP set 749 variables
19.93/5.16	c pp time: 5067575us (5s)
19.93/5.17	c preprocessor returned 29617 variables
19.93/5.17	c preprocessing returned UNKNOWN
19.93/5.17	c PP set 749 variables
19.93/5.17	c pp time: 5033404us (5s)
20.32/5.23	c preprocessor returned 29617 variables
20.32/5.23	c preprocessing returned UNKNOWN
20.32/5.23	c PP set 749 variables
20.32/5.23	c pp time: 5111185us (5s)
3083.63/772.15	c HTE
3435.08/860.12	c subsumption

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-3286399-1304050823/watcher-3286399-1304050823 -o /tmp/evaluation-result-3286399-1304050823/solver-3286399-1304050823 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3286399-1304050823.cnf 673189477 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: 7.76 7.83 7.90 6/182 24154
/proc/meminfo: memFree=14204736/32951124 swapFree=67111528/67111528
[pid=24154] ppid=24152 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24154/stat : 24154 (priss.sh) S 24152 24154 22103 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497498210 8908800 251 33554432000 4194304 4922060 140737388761200 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24154/statm: 2175 251 211 178 0 68 0

[startup+0.06208 s]
/proc/loadavg: 7.76 7.83 7.90 6/182 24154
/proc/meminfo: memFree=14204736/32951124 swapFree=67111528/67111528
[pid=24154] ppid=24152 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24154/stat : 24154 (priss.sh) S 24152 24154 22103 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497498210 8908800 251 33554432000 4194304 4922060 140737388761200 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24154/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101074 s]
/proc/loadavg: 7.76 7.83 7.90 6/182 24154
/proc/meminfo: memFree=14204736/32951124 swapFree=67111528/67111528
[pid=24154] ppid=24152 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24154/stat : 24154 (priss.sh) S 24152 24154 22103 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497498210 8908800 251 33554432000 4194304 4922060 140737388761200 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24154/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.801952 s]
/proc/loadavg: 7.76 7.83 7.90 6/182 24154
/proc/meminfo: memFree=14204736/32951124 swapFree=67111528/67111528
[pid=24154] ppid=24152 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24154/stat : 24154 (priss.sh) S 24152 24154 22103 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497498210 8908800 251 33554432000 4194304 4922060 140737388761200 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24154/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.900865 s]
/proc/loadavg: 7.76 7.83 7.90 6/182 24154
/proc/meminfo: memFree=14204736/32951124 swapFree=67111528/67111528
[pid=24154] ppid=24152 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24154/stat : 24154 (priss.sh) S 24152 24154 22103 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497498210 8908800 251 33554432000 4194304 4922060 140737388761200 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24154/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50076 s]
/proc/loadavg: 7.70 7.81 7.90 9/188 24160
/proc/meminfo: memFree=14077340/32951124 swapFree=67111528/67111528
[pid=24154] ppid=24152 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24154/stat : 24154 (priss.sh) S 24152 24154 22103 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497498210 8908800 251 33554432000 4194304 4922060 140737388761200 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24154/statm: 2175 251 211 178 0 68 0
[pid=24155] ppid=24154 vsize=353596 CPUtime=5.57 cores=0,2,4,6
/proc/24155/stat : 24155 (priss) S 24154 24154 22103 0 -1 4202496 61210 0 0 0 541 16 0 0 19 0 5 0 497498210 362082304 31979 33554432000 4194304 5787044 140734981251536 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/24155/statm: 88399 31979 352 389 0 84149 0
[pid=24155/tid=24157] ppid=24154 vsize=353596 CPUtime=1.38 cores=0,2,4,6
/proc/24155/task/24157/stat : 24157 (priss) R 24154 24154 22103 0 -1 4202560 12060 0 0 0 134 4 0 0 19 0 5 0 497498219 362082304 31979 33554432000 4194304 5787044 140734981251536 18446744073709551615 4278467 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=24155/tid=24158] ppid=24154 vsize=353596 CPUtime=1.35 cores=0,2,4,6
/proc/24155/task/24158/stat : 24158 (priss) R 24154 24154 22103 0 -1 4202560 12042 0 0 0 132 3 0 0 19 0 5 0 497498221 362082304 31979 33554432000 4194304 5787044 140734981251536 18446744073709551615 4278498 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24155/tid=24159] ppid=24154 vsize=353596 CPUtime=1.34 cores=0,2,4,6
/proc/24155/task/24159/stat : 24159 (priss) R 24154 24154 22103 0 -1 4202560 11878 0 0 0 130 4 0 0 19 0 5 0 497498224 362082304 31979 33554432000 4194304 5787044 140734981251536 18446744073709551615 4278498 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24155/tid=24160] ppid=24154 vsize=353596 CPUtime=1.32 cores=0,2,4,6
/proc/24155/task/24160/stat : 24160 (priss) R 24154 24154 22103 0 -1 4202560 11595 0 0 0 130 2 0 0 19 0 5 0 497498227 362082304 31979 33554432000 4194304 5787044 140734981251536 18446744073709551615 4278467 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.57
Current children cumulated vsize (KiB) 362296

[startup+3.10047 s]
/proc/loadavg: 7.70 7.81 7.90 9/188 24160
/proc/meminfo: memFree=14048012/32951124 swapFree=67111528/67111528
[pid=24154] ppid=24152 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24154/stat : 24154 (priss.sh) S 24152 24154 22103 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497498210 8908800 251 33554432000 4194304 4922060 140737388761200 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24154/statm: 2175 251 211 178 0 68 0
[pid=24155] ppid=24154 vsize=368748 CPUtime=11.95 cores=0,2,4,6
/proc/24155/stat : 24155 (priss) S 24154 24154 22103 0 -1 4202496 71828 0 0 0 1177 18 0 0 19 0 5 0 497498210 377597952 41909 33554432000 4194304 5787044 140734981251536 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/24155/statm: 92187 41909 355 389 0 87937 0
[pid=24155/tid=24157] ppid=24154 vsize=368748 CPUtime=2.97 cores=0,2,4,6
/proc/24155/task/24157/stat : 24157 (priss) R 24154 24154 22103 0 -1 4202560 15213 0 0 0 293 4 0 0 23 0 5 0 497498219 377597952 41909 33554432000 4194304 5787044 140734981251536 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=24155/tid=24158] ppid=24154 vsize=368748 CPUtime=2.94 cores=0,2,4,6
/proc/24155/task/24158/stat : 24158 (priss) R 24154 24154 22103 0 -1 4202560 14541 0 0 0 291 3 0 0 23 0 5 0 497498221 377597952 41909 33554432000 4194304 5787044 140734981251536 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24155/tid=24159] ppid=24154 vsize=368748 CPUtime=2.94 cores=0,2,4,6
/proc/24155/task/24159/stat : 24159 (priss) R 24154 24154 22103 0 -1 4202560 14881 0 0 0 289 5 0 0 23 0 5 0 497498224 377597952 41909 33554432000 4194304 5787044 140734981251536 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24155/tid=24160] ppid=24154 vsize=368748 CPUtime=2.91 cores=0,2,4,6
/proc/24155/task/24160/stat : 24160 (priss) R 24154 24154 22103 0 -1 4202560 13558 0 0 0 289 2 0 0 23 0 5 0 497498227 377597952 41909 33554432000 4194304 5787044 140734981251536 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.95
Current children cumulated vsize (KiB) 377448

[startup+6.3009 s]
/proc/loadavg: 7.72 7.82 7.90 9/188 24160
/proc/meminfo: memFree=13986500/32951124 swapFree=67111528/67111528
[pid=24154] ppid=24152 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24154/stat : 24154 (priss.sh) S 24152 24154 22103 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497498210 8908800 251 33554432000 4194304 4922060 140737388761200 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24154/statm: 2175 251 211 178 0 68 0
[pid=24155] ppid=24154 vsize=379308 CPUtime=24.72 cores=0,2,4,6
/proc/24155/stat : 24155 (priss) S 24154 24154 22103 0 -1 4202496 95925 0 0 0 2451 21 0 0 19 0 5 0 497498210 388411392 54410 33554432000 4194304 5787044 140734981251536 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/24155/statm: 94827 54410 419 389 0 90577 0
[pid=24155/tid=24157] ppid=24154 vsize=379308 CPUtime=6.17 cores=0,2,4,6
/proc/24155/task/24157/stat : 24157 (priss) R 24154 24154 22103 0 -1 4202560 19429 0 0 0 612 5 0 0 19 0 5 0 497498219 388411392 54410 33554432000 4194304 5787044 140734981251536 18446744073709551615 5592118 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=24155/tid=24158] ppid=24154 vsize=379308 CPUtime=6.12 cores=0,2,4,6
/proc/24155/task/24158/stat : 24158 (priss) R 24154 24154 22103 0 -1 4202560 17940 0 0 0 608 4 0 0 19 0 5 0 497498221 388411392 54410 33554432000 4194304 5787044 140734981251536 18446744073709551615 4254546 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24155/tid=24159] ppid=24154 vsize=379308 CPUtime=6.14 cores=0,2,4,6
/proc/24155/task/24159/stat : 24159 (priss) R 24154 24154 22103 0 -1 4202560 20048 0 0 0 608 6 0 0 25 0 5 0 497498224 388411392 54410 33554432000 4194304 5787044 140734981251536 18446744073709551615 5601949 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24155/tid=24160] ppid=24154 vsize=379308 CPUtime=6.12 cores=0,2,4,6
/proc/24155/task/24160/stat : 24160 (priss) R 24154 24154 22103 0 -1 4202560 24873 0 0 0 608 4 0 0 25 0 5 0 497498227 388411392 54410 33554432000 4194304 5787044 140734981251536 18446744073709551615 4220327 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.72
Current children cumulated vsize (KiB) 388008

[startup+12.7008 s]
/proc/loadavg: 7.74 7.82 7.90 9/188 24160
/proc/meminfo: memFree=13982076/32951124 swapFree=67111528/67111528
[pid=24154] ppid=24152 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24154/stat : 24154 (priss.sh) S 24152 24154 22103 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497498210 8908800 251 33554432000 4194304 4922060 140737388761200 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24154/statm: 2175 251 211 178 0 68 0
[pid=24155] ppid=24154 vsize=379308 CPUtime=50.28 cores=0,2,4,6
/proc/24155/stat : 24155 (priss) S 24154 24154 22103 0 -1 4202496 97334 0 0 0 5006 22 0 0 19 0 5 0 497498210 388411392 55436 33554432000 4194304 5787044 140734981251536 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/24155/statm: 94827 55436 419 389 0 90577 0
[pid=24155/tid=24157] ppid=24154 vsize=379308 CPUtime=12.57 cores=0,2,4,6
/proc/24155/task/24157/stat : 24157 (priss) R 24154 24154 22103 0 -1 4202560 19429 0 0 0 1252 5 0 0 25 0 5 0 497498219 388411392 55436 33554432000 4194304 5787044 140734981251536 18446744073709551615 5586783 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=24155/tid=24158] ppid=24154 vsize=379308 CPUtime=12.48 cores=0,2,4,6
/proc/24155/task/24158/stat : 24158 (priss) R 24154 24154 22103 0 -1 4202560 17942 0 0 0 1244 4 0 0 25 0 5 0 497498221 388411392 55436 33554432000 4194304 5787044 140734981251536 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24155/tid=24159] ppid=24154 vsize=379308 CPUtime=12.54 cores=0,2,4,6
/proc/24155/task/24159/stat : 24159 (priss) R 24154 24154 22103 0 -1 4202560 21454 0 0 0 1247 7 0 0 25 0 5 0 497498224 388411392 55436 33554432000 4194304 5787044 140734981251536 18446744073709551615 5590431 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24155/tid=24160] ppid=24154 vsize=379308 CPUtime=12.52 cores=0,2,4,6
/proc/24155/task/24160/stat : 24160 (priss) R 24154 24154 22103 0 -1 4202560 24874 0 0 0 1248 4 0 0 25 0 5 0 497498227 388411392 55436 33554432000 4194304 5787044 140734981251536 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.28
Current children cumulated vsize (KiB) 388008

[startup+25.5005 s]
/proc/loadavg: 7.78 7.83 7.90 9/188 24160
/proc/meminfo: memFree=13924896/32951124 swapFree=67111528/67111528
[pid=24154] ppid=24152 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24154/stat : 24154 (priss.sh) S 24152 24154 22103 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497498210 8908800 251 33554432000 4194304 4922060 140737388761200 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24154/statm: 2175 251 211 178 0 68 0
[pid=24155] ppid=24154 vsize=389824 CPUtime=101.4 cores=0,2,4,6
/proc/24155/stat : 24155 (priss) S 24154 24154 22103 0 -1 4202496 104517 0 0 0 10114 26 0 0 19 0 5 0 497498210 399179776 62619 33554432000 4194304 5787044 140734981251536 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/24155/statm: 97456 62619 419 389 0 93206 0
[pid=24155/tid=24157] ppid=24154 vsize=389824 CPUtime=25.36 cores=0,2,4,6
/proc/24155/task/24157/stat : 24157 (priss) R 24154 24154 22103 0 -1 4202560 21584 0 0 0 2531 5 0 0 25 0 5 0 497498219 399179776 62619 33554432000 4194304 5787044 140734981251536 18446744073709551615 5576469 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=24155/tid=24158] ppid=24154 vsize=389824 CPUtime=25.22 cores=0,2,4,6
/proc/24155/task/24158/stat : 24158 (priss) R 24154 24154 22103 0 -1 4202560 19630 0 0 0 2517 5 0 0 18 0 5 0 497498221 399179776 62619 33554432000 4194304 5787044 140734981251536 18446744073709551615 233509957082 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24155/tid=24159] ppid=24154 vsize=389824 CPUtime=25.33 cores=0,2,4,6
/proc/24155/task/24159/stat : 24159 (priss) R 24154 24154 22103 0 -1 4202560 23210 0 0 0 2525 8 0 0 25 0 5 0 497498224 399179776 62619 33554432000 4194304 5787044 140734981251536 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24155/tid=24160] ppid=24154 vsize=389824 CPUtime=25.31 cores=0,2,4,6
/proc/24155/task/24160/stat : 24160 (priss) R 24154 24154 22103 0 -1 4202560 26458 0 0 0 2526 5 0 0 25 0 5 0 497498227 399179776 62619 33554432000 4194304 5787044 140734981251536 18446744073709551615 5527568 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.4
Current children cumulated vsize (KiB) 398524

[startup+51.1069 s]
/proc/loadavg: 8.00 7.87 7.91 9/188 24161
/proc/meminfo: memFree=13845340/32951124 swapFree=67111528/67111528
[pid=24154] ppid=24152 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24154/stat : 24154 (priss.sh) S 24152 24154 22103 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497498210 8908800 251 33554432000 4194304 4922060 140737388761200 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24154/statm: 2175 251 211 178 0 68 0
[pid=24155] ppid=24154 vsize=402688 CPUtime=203.68 cores=0,2,4,6
/proc/24155/stat : 24155 (priss) S 24154 24154 22103 0 -1 4202496 117063 0 0 0 20332 36 0 0 19 0 5 0 497498210 412352512 75165 33554432000 4194304 5787044 140734981251536 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/24155/statm: 100672 75165 419 389 0 96422 0
[pid=24155/tid=24157] ppid=24154 vsize=402688 CPUtime=50.97 cores=0,2,4,6
/proc/24155/task/24157/stat : 24157 (priss) R 24154 24154 22103 0 -1 4202560 24639 0 0 0 5090 7 0 0 25 0 5 0 497498219 412352512 75165 33554432000 4194304 5787044 140734981251536 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=24155/tid=24158] ppid=24154 vsize=402688 CPUtime=50.67 cores=0,2,4,6
/proc/24155/task/24158/stat : 24158 (priss) R 24154 24154 22103 0 -1 4202560 21777 0 0 0 5061 6 0 0 25 0 5 0 497498221 412352512 75165 33554432000 4194304 5787044 140734981251536 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24155/tid=24159] ppid=24154 vsize=402688 CPUtime=50.93 cores=0,2,4,6
/proc/24155/task/24159/stat : 24159 (priss) R 24154 24154 22103 0 -1 4202560 26495 0 0 0 5083 10 0 0 25 0 5 0 497498224 412352512 75165 33554432000 4194304 5787044 140734981251536 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24155/tid=24160] ppid=24154 vsize=402688 CPUtime=50.92 cores=0,2,4,6
/proc/24155/task/24160/stat : 24160 (priss) R 24154 24154 22103 0 -1 4202560 30517 0 0 0 5083 9 0 0 25 0 5 0 497498227 412352512 75165 33554432000 4194304 5787044 140734981251536 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.68
Current children cumulated vsize (KiB) 411388

[startup+102.301 s]
/proc/loadavg: 8.06 7.91 7.92 9/188 24162
/proc/meminfo: memFree=13753780/32951124 swapFree=67111528/67111528
[pid=24154] ppid=24152 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24154/stat : 24154 (priss.sh) S 24152 24154 22103 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497498210 8908800 251 33554432000 4194304 4922060 140737388761200 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24154/statm: 2175 251 211 178 0 68 0
[pid=24155] ppid=24154 vsize=618624 CPUtime=408.17 cores=0,2,4,6
/proc/24155/stat : 24155 (priss) S 24154 24154 22103 0 -1 4202496 132030 0 0 0 40770 47 0 0 19 0 5 0 497498210 633470976 90131 33554432000 4194304 5787044 140734981251536 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/24155/statm: 154656 90131 419 389 0 150406 0
[pid=24155/tid=24157] ppid=24154 vsize=618624 CPUtime=102.15 cores=0,2,4,6
/proc/24155/task/24157/stat : 24157 (priss) R 24154 24154 22103 0 -1 4202560 28986 0 0 0 10205 10 0 0 25 0 5 0 497498219 633470976 90131 33554432000 4194304 5787044 140734981251536 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=24155/tid=24158] ppid=24154 vsize=618624 CPUtime=101.59 cores=0,2,4,6
/proc/24155/task/24158/stat : 24158 (priss) R 24154 24154 22103 0 -1 4202560 25571 0 0 0 10151 8 0 0 25 0 5 0 497498221 633470976 90131 33554432000 4194304 5787044 140734981251536 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24155/tid=24159] ppid=24154 vsize=618624 CPUtime=102.13 cores=0,2,4,6
/proc/24155/task/24159/stat : 24159 (priss) R 24154 24154 22103 0 -1 4202560 30507 0 0 0 10199 14 0 0 25 0 5 0 497498224 633470976 90131 33554432000 4194304 5787044 140734981251536 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24155/tid=24160] ppid=24154 vsize=618624 CPUtime=102.11 cores=0,2,4,6

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

/proc/24155/task/24158/stat : 24158 (priss) R 24154 24154 22103 0 -1 4202560 58856 0 0 0 87722 48 0 0 25 0 5 0 497498221 1205657600 245566 33554432000 4194304 5787044 140734981251536 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=24155/tid=24159] ppid=24154 vsize=1177400 CPUtime=882.14 cores=0,2,4,6
/proc/24155/task/24159/stat : 24159 (priss) R 24154 24154 22103 0 -1 4202560 62336 0 0 0 88168 46 0 0 25 0 5 0 497498224 1205657600 245566 33554432000 4194304 5787044 140734981251536 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24155/tid=24160] ppid=24154 vsize=1177400 CPUtime=881.66 cores=0,2,4,6
/proc/24155/task/24160/stat : 24160 (priss) R 24154 24154 22103 0 -1 4202560 101508 0 0 0 88115 51 0 0 25 0 5 0 497498227 1205657600 245566 33554432000 4194304 5787044 140734981251536 18446744073709551615 4336786 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3523.76
Current children cumulated vsize (KiB) 1186100

[startup+942.3 s]
/proc/loadavg: 8.19 8.10 7.99 9/188 24252
/proc/meminfo: memFree=13126908/32951124 swapFree=67111528/67111528
[pid=24154] ppid=24152 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24154/stat : 24154 (priss.sh) S 24152 24154 22103 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497498210 8908800 251 33554432000 4194304 4922060 140737388761200 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24154/statm: 2175 251 211 178 0 68 0
[pid=24155] ppid=24154 vsize=1242936 CPUtime=3763.42 cores=0,2,4,6
/proc/24155/stat : 24155 (priss) S 24154 24154 22103 0 -1 4202496 297196 0 0 0 376145 197 0 0 19 0 5 0 497498210 1272766464 251338 33554432000 4194304 5787044 140734981251536 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/24155/statm: 310734 251338 419 389 0 306484 0
[pid=24155/tid=24157] ppid=24154 vsize=1242936 CPUtime=942.06 cores=0,2,4,6
/proc/24155/task/24157/stat : 24157 (priss) R 24154 24154 22103 0 -1 4202560 57101 0 0 0 94163 43 0 0 25 0 5 0 497498219 1272766464 251338 33554432000 4194304 5787044 140734981251536 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=24155/tid=24158] ppid=24154 vsize=1242936 CPUtime=937.71 cores=0,2,4,6
/proc/24155/task/24158/stat : 24158 (priss) R 24154 24154 22103 0 -1 4202560 62185 0 0 0 93717 54 0 0 25 0 5 0 497498221 1272766464 251338 33554432000 4194304 5787044 140734981251536 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=24155/tid=24159] ppid=24154 vsize=1242936 CPUtime=942.13 cores=0,2,4,6
/proc/24155/task/24159/stat : 24159 (priss) R 24154 24154 22103 0 -1 4202560 62580 0 0 0 94167 46 0 0 25 0 5 0 497498224 1272766464 251338 33554432000 4194304 5787044 140734981251536 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24155/tid=24160] ppid=24154 vsize=1242936 CPUtime=941.33 cores=0,2,4,6
/proc/24155/task/24160/stat : 24160 (priss) R 24154 24154 22103 0 -1 4202560 101695 0 0 0 94082 51 0 0 25 0 5 0 497498227 1272766464 251338 33554432000 4194304 5787044 140734981251536 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3763.42
Current children cumulated vsize (KiB) 1251636

[startup+1002.3 s]
/proc/loadavg: 8.18 8.11 8.00 9/188 24253
/proc/meminfo: memFree=13061040/32951124 swapFree=67111528/67111528
[pid=24154] ppid=24152 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24154/stat : 24154 (priss.sh) S 24152 24154 22103 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497498210 8908800 251 33554432000 4194304 4922060 140737388761200 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24154/statm: 2175 251 211 178 0 68 0
[pid=24155] ppid=24154 vsize=1243640 CPUtime=4003.1 cores=0,2,4,6
/proc/24155/stat : 24155 (priss) S 24154 24154 22103 0 -1 4202496 302540 0 0 0 400106 204 0 0 19 0 5 0 497498210 1273487360 256682 33554432000 4194304 5787044 140734981251536 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/24155/statm: 310910 256682 419 389 0 306660 0
[pid=24155/tid=24157] ppid=24154 vsize=1243640 CPUtime=1002.06 cores=0,2,4,6
/proc/24155/task/24157/stat : 24157 (priss) R 24154 24154 22103 0 -1 4202560 57737 0 0 0 100162 44 0 0 25 0 5 0 497498219 1273487360 256682 33554432000 4194304 5787044 140734981251536 18446744073709551615 5591289 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=24155/tid=24158] ppid=24154 vsize=1243640 CPUtime=997.7 cores=0,2,4,6
/proc/24155/task/24158/stat : 24158 (priss) R 24154 24154 22103 0 -1 4202560 64747 0 0 0 99713 57 0 0 25 0 5 0 497498221 1273487360 256682 33554432000 4194304 5787044 140734981251536 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=24155/tid=24159] ppid=24154 vsize=1243640 CPUtime=1002.13 cores=0,2,4,6
/proc/24155/task/24159/stat : 24159 (priss) R 24154 24154 22103 0 -1 4202560 64546 0 0 0 100165 48 0 0 25 0 5 0 497498224 1273487360 256682 33554432000 4194304 5787044 140734981251536 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24155/tid=24160] ppid=24154 vsize=1243640 CPUtime=1001.01 cores=0,2,4,6
/proc/24155/task/24160/stat : 24160 (priss) R 24154 24154 22103 0 -1 4202560 101875 0 0 0 100050 51 0 0 25 0 5 0 497498227 1273487360 256682 33554432000 4194304 5787044 140734981251536 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4003.1
Current children cumulated vsize (KiB) 1252340

[startup+1062.3 s]
/proc/loadavg: 8.17 8.12 8.01 9/188 24255
/proc/meminfo: memFree=13019592/32951124 swapFree=67111528/67111528
[pid=24154] ppid=24152 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24154/stat : 24154 (priss.sh) S 24152 24154 22103 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497498210 8908800 251 33554432000 4194304 4922060 140737388761200 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24154/statm: 2175 251 211 178 0 68 0
[pid=24155] ppid=24154 vsize=1249444 CPUtime=4242.76 cores=0,2,4,6
/proc/24155/stat : 24155 (priss) S 24154 24154 22103 0 -1 4202496 309851 0 0 0 424064 212 0 0 19 0 5 0 497498210 1279430656 263993 33554432000 4194304 5787044 140734981251536 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/24155/statm: 312361 263993 419 389 0 308111 0
[pid=24155/tid=24157] ppid=24154 vsize=1249444 CPUtime=1062.05 cores=0,2,4,6
/proc/24155/task/24157/stat : 24157 (priss) R 24154 24154 22103 0 -1 4202560 60327 0 0 0 106159 46 0 0 25 0 5 0 497498219 1279430656 263993 33554432000 4194304 5787044 140734981251536 18446744073709551615 5591764 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=24155/tid=24158] ppid=24154 vsize=1249444 CPUtime=1057.7 cores=0,2,4,6
/proc/24155/task/24158/stat : 24158 (priss) R 24154 24154 22103 0 -1 4202560 66971 0 0 0 105709 61 0 0 25 0 5 0 497498221 1279430656 263993 33554432000 4194304 5787044 140734981251536 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=24155/tid=24159] ppid=24154 vsize=1249444 CPUtime=1062.14 cores=0,2,4,6
/proc/24155/task/24159/stat : 24159 (priss) R 24154 24154 22103 0 -1 4202560 66969 0 0 0 106163 51 0 0 25 0 5 0 497498224 1279430656 263993 33554432000 4194304 5787044 140734981251536 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24155/tid=24160] ppid=24154 vsize=1249444 CPUtime=1060.68 cores=0,2,4,6
/proc/24155/task/24160/stat : 24160 (priss) R 24154 24154 22103 0 -1 4202560 101949 0 0 0 106017 51 0 0 25 0 5 0 497498227 1279430656 263993 33554432000 4194304 5787044 140734981251536 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4242.76
Current children cumulated vsize (KiB) 1258144

[startup+1122.3 s]
/proc/loadavg: 8.15 8.12 8.01 9/188 24257
/proc/meminfo: memFree=13004816/32951124 swapFree=67111528/67111528
[pid=24154] ppid=24152 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24154/stat : 24154 (priss.sh) S 24152 24154 22103 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497498210 8908800 251 33554432000 4194304 4922060 140737388761200 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24154/statm: 2175 251 211 178 0 68 0
[pid=24155] ppid=24154 vsize=1249444 CPUtime=4482.43 cores=0,2,4,6
/proc/24155/stat : 24155 (priss) S 24154 24154 22103 0 -1 4202496 310358 0 0 0 448031 212 0 0 19 0 5 0 497498210 1279430656 264500 33554432000 4194304 5787044 140734981251536 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/24155/statm: 312361 264500 419 389 0 308111 0
[pid=24155/tid=24157] ppid=24154 vsize=1249444 CPUtime=1122.05 cores=0,2,4,6
/proc/24155/task/24157/stat : 24157 (priss) R 24154 24154 22103 0 -1 4202560 60493 0 0 0 112159 46 0 0 25 0 5 0 497498219 1279430656 264500 33554432000 4194304 5787044 140734981251536 18446744073709551615 5591312 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=24155/tid=24158] ppid=24154 vsize=1249444 CPUtime=1117.7 cores=0,2,4,6
/proc/24155/task/24158/stat : 24158 (priss) R 24154 24154 22103 0 -1 4202560 67291 0 0 0 111709 61 0 0 25 0 5 0 497498221 1279430656 264500 33554432000 4194304 5787044 140734981251536 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=24155/tid=24159] ppid=24154 vsize=1249444 CPUtime=1122.14 cores=0,2,4,6
/proc/24155/task/24159/stat : 24159 (priss) R 24154 24154 22103 0 -1 4202560 66970 0 0 0 112163 51 0 0 25 0 5 0 497498224 1279430656 264500 33554432000 4194304 5787044 140734981251536 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24155/tid=24160] ppid=24154 vsize=1249444 CPUtime=1120.36 cores=0,2,4,6
/proc/24155/task/24160/stat : 24160 (priss) R 24154 24154 22103 0 -1 4202560 101969 0 0 0 111985 51 0 0 25 0 5 0 497498227 1279430656 264500 33554432000 4194304 5787044 140734981251536 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4482.43
Current children cumulated vsize (KiB) 1258144

[startup+1182.3 s]
/proc/loadavg: 8.10 8.11 8.01 9/188 24258
/proc/meminfo: memFree=12975396/32951124 swapFree=67111528/67111528
[pid=24154] ppid=24152 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24154/stat : 24154 (priss.sh) S 24152 24154 22103 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497498210 8908800 251 33554432000 4194304 4922060 140737388761200 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24154/statm: 2175 251 211 178 0 68 0
[pid=24155] ppid=24154 vsize=1314980 CPUtime=4722.1 cores=0,2,4,6
/proc/24155/stat : 24155 (priss) S 24154 24154 22103 0 -1 4202496 313329 0 0 0 471994 216 0 0 19 0 5 0 497498210 1346539520 267471 33554432000 4194304 5787044 140734981251536 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/24155/statm: 328745 267471 419 389 0 324495 0
[pid=24155/tid=24157] ppid=24154 vsize=1314980 CPUtime=1182.05 cores=0,2,4,6
/proc/24155/task/24157/stat : 24157 (priss) R 24154 24154 22103 0 -1 4202560 62051 0 0 0 118157 48 0 0 25 0 5 0 497498219 1346539520 267471 33554432000 4194304 5787044 140734981251536 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=24155/tid=24158] ppid=24154 vsize=1314980 CPUtime=1177.7 cores=0,2,4,6
/proc/24155/task/24158/stat : 24158 (priss) R 24154 24154 22103 0 -1 4202560 68551 0 0 0 117707 63 0 0 25 0 5 0 497498221 1346539520 267471 33554432000 4194304 5787044 140734981251536 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=24155/tid=24159] ppid=24154 vsize=1314980 CPUtime=1182.14 cores=0,2,4,6
/proc/24155/task/24159/stat : 24159 (priss) R 24154 24154 22103 0 -1 4202560 66975 0 0 0 118163 51 0 0 25 0 5 0 497498224 1346539520 267471 33554432000 4194304 5787044 140734981251536 18446744073709551615 5591827 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24155/tid=24160] ppid=24154 vsize=1314980 CPUtime=1180.03 cores=0,2,4,6
/proc/24155/task/24160/stat : 24160 (priss) R 24154 24154 22103 0 -1 4202560 102117 0 0 0 117952 51 0 0 25 0 5 0 497498227 1346539520 267471 33554432000 4194304 5787044 140734981251536 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4722.1
Current children cumulated vsize (KiB) 1323680



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.07 8.11 8.01 9/188 24259
/proc/meminfo: memFree=12964848/32951124 swapFree=67111528/67111528
[pid=24154] ppid=24152 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24154/stat : 24154 (priss.sh) S 24152 24154 22103 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497498210 8908800 251 33554432000 4194304 4922060 140737388761200 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24154/statm: 2175 251 211 178 0 68 0
[pid=24155] ppid=24154 vsize=1314980 CPUtime=4800.01 cores=0,2,4,6
/proc/24155/stat : 24155 (priss) S 24154 24154 22103 0 -1 4202496 314839 0 0 0 479783 218 0 0 19 0 5 0 497498210 1346539520 268981 33554432000 4194304 5787044 140734981251536 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/24155/statm: 328745 268981 419 389 0 324495 0
[pid=24155/tid=24157] ppid=24154 vsize=1314980 CPUtime=1201.55 cores=0,2,4,6
/proc/24155/task/24157/stat : 24157 (priss) R 24154 24154 22103 0 -1 4202560 63443 0 0 0 120105 50 0 0 25 0 5 0 497498219 1346539520 268981 33554432000 4194304 5787044 140734981251536 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=24155/tid=24158] ppid=24154 vsize=1314980 CPUtime=1197.21 cores=0,2,4,6
/proc/24155/task/24158/stat : 24158 (priss) R 24154 24154 22103 0 -1 4202560 68659 0 0 0 119658 63 0 0 25 0 5 0 497498221 1346539520 268981 33554432000 4194304 5787044 140734981251536 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=24155/tid=24159] ppid=24154 vsize=1314980 CPUtime=1201.65 cores=0,2,4,6
/proc/24155/task/24159/stat : 24159 (priss) R 24154 24154 22103 0 -1 4202560 66985 0 0 0 120114 51 0 0 25 0 5 0 497498224 1346539520 268981 33554432000 4194304 5787044 140734981251536 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24155/tid=24160] ppid=24154 vsize=1314980 CPUtime=1199.42 cores=0,2,4,6
/proc/24155/task/24160/stat : 24160 (priss) R 24154 24154 22103 0 -1 4202560 102117 0 0 0 119891 51 0 0 25 0 5 0 497498227 1346539520 268981 33554432000 4194304 5787044 140734981251536 18446744073709551615 4336773 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.01
Current children cumulated vsize (KiB) 1323680

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

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

[startup+1201.8 s]
/proc/loadavg: 8.07 8.11 8.01 9/188 24259
/proc/meminfo: memFree=12964848/32951124 swapFree=67111528/67111528
[pid=24154] ppid=24152 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24154/stat : 24154 (priss.sh) S 24152 24154 22103 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497498210 8908800 251 33554432000 4194304 4922060 140737388761200 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24154/statm: 2175 251 211 178 0 68 0
[pid=24155] ppid=24154 vsize=1314980 CPUtime=4800.01 cores=0,2,4,6
/proc/24155/stat : 24155 (priss) S 24154 24154 22103 0 -1 4202496 314839 0 0 0 479783 218 0 0 19 0 5 0 497498210 1346539520 268981 33554432000 4194304 5787044 140734981251536 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/24155/statm: 328745 268981 419 389 0 324495 0
[pid=24155/tid=24157] ppid=24154 vsize=1314980 CPUtime=1201.55 cores=0,2,4,6
/proc/24155/task/24157/stat : 24157 (priss) R 24154 24154 22103 0 -1 4202560 63443 0 0 0 120105 50 0 0 25 0 5 0 497498219 1346539520 268981 33554432000 4194304 5787044 140734981251536 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=24155/tid=24158] ppid=24154 vsize=1314980 CPUtime=1197.21 cores=0,2,4,6
/proc/24155/task/24158/stat : 24158 (priss) R 24154 24154 22103 0 -1 4202560 68659 0 0 0 119658 63 0 0 25 0 5 0 497498221 1346539520 268981 33554432000 4194304 5787044 140734981251536 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=24155/tid=24159] ppid=24154 vsize=1314980 CPUtime=1201.65 cores=0,2,4,6
/proc/24155/task/24159/stat : 24159 (priss) R 24154 24154 22103 0 -1 4202560 66985 0 0 0 120114 51 0 0 25 0 5 0 497498224 1346539520 268981 33554432000 4194304 5787044 140734981251536 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24155/tid=24160] ppid=24154 vsize=1314980 CPUtime=1199.42 cores=0,2,4,6
/proc/24155/task/24160/stat : 24160 (priss) R 24154 24154 22103 0 -1 4202560 102117 0 0 0 119891 51 0 0 25 0 5 0 497498227 1346539520 268981 33554432000 4194304 5787044 140734981251536 18446744073709551615 4336773 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.01
Current children cumulated vsize (KiB) 1323680

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1201.82
CPU time (s): 4800.01
CPU user time (s): 4797.83
CPU system time (s): 2.18
CPU usage (%): 399.396
Max. virtual memory (cumulated for all children) (KiB): 1323680

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= 330
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.83472 second user time and 4.73028 second system time

The end

Launcher Data

Begin job on node145 at 2011-04-29 06:20:24
IDJOB=3286399
IDBENCH=82424
IDSOLVER=1603
FILE ID=node145/3286399-1304050823
RUNJOBID= node145-1304036411-22121
PBS_JOBID= 13170354
Free space on /tmp= 72188 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-rovers-18-step11.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3286399-1304050823/watcher-3286399-1304050823 -o /tmp/evaluation-result-3286399-1304050823/solver-3286399-1304050823 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3286399-1304050823.cnf 673189477 4800 15500 4

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

MD5SUM BENCH= ac372f51471a04bbb3fb9a678284c6a4
RANDOM SEED=673189477

node145.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.786
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.57
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.786
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	: 5332.76
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.786
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.74
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.786
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.83
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.786
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.82
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.786
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14205016 kB
Buffers:       2099588 kB
Cached:       15236264 kB
SwapCached:          0 kB
Active:        5968216 kB
Inactive:     12204540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14205016 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5856 kB
Writeback:           0 kB
AnonPages:      836196 kB
Mapped:          15652 kB
Slab:           509024 kB
PageTables:       6436 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1066364 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= 72188 MiB
End job on node145 at 2011-04-29 06:40:27