Trace number 3249489

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.39 1202.02

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-17x30.cnf
MD5SUM3a506c7557d86d0d326e3b3cdee85b69
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2040
Number of clauses240210
Sum of the clauses size954720
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23060
Number of clauses of size 30
Number of clauses of size 4237150
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c *****************************************************
0.00/0.00	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.00	c *   This program may be redistributed or modified   *
0.00/0.00	c * under the terms of the GNU General Public License *
0.00/0.00	c *****************************************************
0.00/0.00	c process id: 29637
0.00/0.00	c setup for 4cores
0.00/0.07	c parsetime: 65007us
0.00/0.07	c parsed 240210 clauses with 2040 variables
0.00/0.08	c NW started thread 0 successfully (1115797824)
0.00/0.10	c NW started thread 1 successfully (1104562496)
0.00/0.13	c NW started thread 2 successfully (1084684608)
0.00/0.24	c NW started thread 3 successfully (1126287680)
121.87/30.69	c preprocessor returned 10009 variables
121.87/30.69	c preprocessing returned UNKNOWN
121.87/30.69	c PP set 0 variables
121.87/30.69	c pp time: 30602972us (30s)
122.27/30.74	c preprocessor returned 10009 variables
122.27/30.74	c preprocessing returned UNKNOWN
122.27/30.74	c PP set 0 variables
122.27/30.74	c pp time: 30628947us (30s)
123.47/31.03	c preprocessor returned 10009 variables
123.47/31.03	c preprocessing returned UNKNOWN
123.47/31.03	c PP set 0 variables
123.47/31.03	c pp time: 30887350us (30s)
153.02/38.41	c preprocessor returned 30008 variables
153.02/38.41	c preprocessing returned UNKNOWN
153.02/38.41	c PP set 0 variables
153.02/38.41	c pp time: 38242566us (38s)

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 8.08 8.08 8.08 6/182 29636
/proc/meminfo: memFree=24176216/32951124 swapFree=67111524/67111528
[pid=29636] ppid=29634 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29636/stat : 29636 (prissAuto.sh) S 29634 29636 28051 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517262121 8908800 252 33554432000 4194304 4922060 140734614806512 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29636/statm: 2175 252 211 178 0 68 0

[startup+0.104923 s]
/proc/loadavg: 8.08 8.08 8.08 6/182 29636
/proc/meminfo: memFree=24176216/32951124 swapFree=67111524/67111528
[pid=29636] ppid=29634 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29636/stat : 29636 (prissAuto.sh) S 29634 29636 28051 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517262121 8908800 252 33554432000 4194304 4922060 140734614806512 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29636/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.247247 s]
/proc/loadavg: 8.08 8.08 8.08 6/182 29636
/proc/meminfo: memFree=24176216/32951124 swapFree=67111524/67111528
[pid=29636] ppid=29634 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29636/stat : 29636 (prissAuto.sh) S 29634 29636 28051 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517262121 8908800 252 33554432000 4194304 4922060 140734614806512 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29636/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.350806 s]
/proc/loadavg: 8.08 8.08 8.08 6/182 29636
/proc/meminfo: memFree=24176216/32951124 swapFree=67111524/67111528
[pid=29636] ppid=29634 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29636/stat : 29636 (prissAuto.sh) S 29634 29636 28051 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517262121 8908800 252 33554432000 4194304 4922060 140734614806512 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29636/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700748 s]
/proc/loadavg: 8.08 8.08 8.08 6/182 29636
/proc/meminfo: memFree=24176216/32951124 swapFree=67111524/67111528
[pid=29636] ppid=29634 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29636/stat : 29636 (prissAuto.sh) S 29634 29636 28051 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517262121 8908800 252 33554432000 4194304 4922060 140734614806512 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29636/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5006 s]
/proc/loadavg: 8.08 8.08 8.08 9/188 29642
/proc/meminfo: memFree=24106232/32951124 swapFree=67111524/67111528
[pid=29636] ppid=29634 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29636/stat : 29636 (prissAuto.sh) S 29634 29636 28051 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517262121 8908800 252 33554432000 4194304 4922060 140734614806512 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29636/statm: 2175 252 211 178 0 68 0
[pid=29637] ppid=29636 vsize=317592 CPUtime=5.64 cores=0,2,4,6
/proc/29637/stat : 29637 (priss) S 29636 29636 28051 0 -1 4202496 18884 0 0 0 562 2 0 0 19 0 5 0 517262121 325214208 17590 33554432000 4194304 5787044 140735429680080 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29637/statm: 79398 17590 349 389 0 75148 0
[pid=29637/tid=29639] ppid=29636 vsize=317592 CPUtime=1.4 cores=0,2,4,6
/proc/29637/task/29639/stat : 29639 (priss) R 29636 29636 28051 0 -1 4202560 1752 0 0 0 140 0 0 0 19 0 5 0 517262129 325214208 17590 33554432000 4194304 5787044 140735429680080 18446744073709551615 4336181 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29637/tid=29640] ppid=29636 vsize=317592 CPUtime=1.38 cores=0,2,4,6
/proc/29637/task/29640/stat : 29640 (priss) R 29636 29636 28051 0 -1 4202560 1713 0 0 0 138 0 0 0 23 0 5 0 517262132 325214208 17590 33554432000 4194304 5787044 140735429680080 18446744073709551615 4336234 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29637/tid=29641] ppid=29636 vsize=317592 CPUtime=1.35 cores=0,2,4,6
/proc/29637/task/29641/stat : 29641 (priss) R 29636 29636 28051 0 -1 4202560 1678 0 0 0 135 0 0 0 23 0 5 0 517262135 325214208 17590 33554432000 4194304 5787044 140735429680080 18446744073709551615 4336171 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29637/tid=29642] ppid=29636 vsize=317592 CPUtime=1.32 cores=0,2,4,6
/proc/29637/task/29642/stat : 29642 (priss) R 29636 29636 28051 0 -1 4202560 1627 0 0 0 132 0 0 0 25 0 5 0 517262138 325214208 17590 33554432000 4194304 5787044 140735429680080 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.64
Current children cumulated vsize (KiB) 326292

[startup+3.10031 s]
/proc/loadavg: 8.08 8.08 8.08 9/188 29642
/proc/meminfo: memFree=24105736/32951124 swapFree=67111524/67111528
[pid=29636] ppid=29634 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29636/stat : 29636 (prissAuto.sh) S 29634 29636 28051 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517262121 8908800 252 33554432000 4194304 4922060 140734614806512 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29636/statm: 2175 252 211 178 0 68 0
[pid=29637] ppid=29636 vsize=321880 CPUtime=12.03 cores=0,2,4,6
/proc/29637/stat : 29637 (priss) S 29636 29636 28051 0 -1 4202496 20746 0 0 0 1200 3 0 0 19 0 5 0 517262121 329605120 18512 33554432000 4194304 5787044 140735429680080 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29637/statm: 80470 18512 350 389 0 76220 0
[pid=29637/tid=29639] ppid=29636 vsize=321880 CPUtime=3.01 cores=0,2,4,6
/proc/29637/task/29639/stat : 29639 (priss) R 29636 29636 28051 0 -1 4202560 2238 0 0 0 300 1 0 0 25 0 5 0 517262129 329605120 18512 33554432000 4194304 5787044 140735429680080 18446744073709551615 4336664 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29637/tid=29640] ppid=29636 vsize=321880 CPUtime=2.98 cores=0,2,4,6
/proc/29637/task/29640/stat : 29640 (priss) R 29636 29636 28051 0 -1 4202560 2240 0 0 0 298 0 0 0 25 0 5 0 517262132 329605120 18512 33554432000 4194304 5787044 140735429680080 18446744073709551615 4336560 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29637/tid=29641] ppid=29636 vsize=321880 CPUtime=2.94 cores=0,2,4,6
/proc/29637/task/29641/stat : 29641 (priss) R 29636 29636 28051 0 -1 4202560 2061 0 0 0 294 0 0 0 25 0 5 0 517262135 329605120 18512 33554432000 4194304 5787044 140735429680080 18446744073709551615 4318959 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29637/tid=29642] ppid=29636 vsize=321880 CPUtime=2.92 cores=0,2,4,6
/proc/29637/task/29642/stat : 29642 (priss) R 29636 29636 28051 0 -1 4202560 2093 0 0 0 292 0 0 0 25 0 5 0 517262138 329605120 18512 33554432000 4194304 5787044 140735429680080 18446744073709551615 4336181 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.03
Current children cumulated vsize (KiB) 330580

[startup+6.30073 s]
/proc/loadavg: 8.07 8.08 8.08 9/188 29642
/proc/meminfo: memFree=24039792/32951124 swapFree=67111524/67111528
[pid=29636] ppid=29634 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29636/stat : 29636 (prissAuto.sh) S 29634 29636 28051 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517262121 8908800 252 33554432000 4194304 4922060 140734614806512 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29636/statm: 2175 252 211 178 0 68 0
[pid=29637] ppid=29636 vsize=361404 CPUtime=24.8 cores=0,2,4,6
/proc/29637/stat : 29637 (priss) S 29636 29636 28051 0 -1 4202496 39609 0 0 0 2471 9 0 0 19 0 5 0 517262121 370077696 37375 33554432000 4194304 5787044 140735429680080 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29637/statm: 90351 37375 350 389 0 86101 0
[pid=29637/tid=29639] ppid=29636 vsize=361404 CPUtime=6.2 cores=0,2,4,6
/proc/29637/task/29639/stat : 29639 (priss) R 29636 29636 28051 0 -1 4202560 7192 0 0 0 618 2 0 0 25 0 5 0 517262129 370077696 37375 33554432000 4194304 5787044 140735429680080 18446744073709551615 4336763 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29637/tid=29640] ppid=29636 vsize=361404 CPUtime=6.18 cores=0,2,4,6
/proc/29637/task/29640/stat : 29640 (priss) R 29636 29636 28051 0 -1 4202560 6180 0 0 0 616 2 0 0 25 0 5 0 517262132 370077696 37375 33554432000 4194304 5787044 140735429680080 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29637/tid=29641] ppid=29636 vsize=361404 CPUtime=6.12 cores=0,2,4,6
/proc/29637/task/29641/stat : 29641 (priss) R 29636 29636 28051 0 -1 4202560 8045 0 0 0 611 1 0 0 22 0 5 0 517262135 370077696 37375 33554432000 4194304 5787044 140735429680080 18446744073709551615 4336801 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29637/tid=29642] ppid=29636 vsize=361404 CPUtime=6.11 cores=0,2,4,6
/proc/29637/task/29642/stat : 29642 (priss) R 29636 29636 28051 0 -1 4202560 6078 0 0 0 609 2 0 0 25 0 5 0 517262138 370077696 37375 33554432000 4194304 5787044 140735429680080 18446744073709551615 4336770 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 24.8
Current children cumulated vsize (KiB) 370104

[startup+12.7006 s]
/proc/loadavg: 8.07 8.08 8.07 9/188 29642
/proc/meminfo: memFree=24024448/32951124 swapFree=67111524/67111528
[pid=29636] ppid=29634 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29636/stat : 29636 (prissAuto.sh) S 29634 29636 28051 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517262121 8908800 252 33554432000 4194304 4922060 140734614806512 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29636/statm: 2175 252 211 178 0 68 0
[pid=29637] ppid=29636 vsize=362064 CPUtime=50.36 cores=0,2,4,6
/proc/29637/stat : 29637 (priss) S 29636 29636 28051 0 -1 4202496 40113 0 0 0 5027 9 0 0 19 0 5 0 517262121 370753536 37879 33554432000 4194304 5787044 140735429680080 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29637/statm: 90516 37879 350 389 0 86266 0
[pid=29637/tid=29639] ppid=29636 vsize=362064 CPUtime=12.6 cores=0,2,4,6
/proc/29637/task/29639/stat : 29639 (priss) R 29636 29636 28051 0 -1 4202560 7297 0 0 0 1258 2 0 0 25 0 5 0 517262129 370753536 37879 33554432000 4194304 5787044 140735429680080 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29637/tid=29640] ppid=29636 vsize=362064 CPUtime=12.58 cores=0,2,4,6
/proc/29637/task/29640/stat : 29640 (priss) R 29636 29636 28051 0 -1 4202560 6298 0 0 0 1256 2 0 0 25 0 5 0 517262132 370753536 37879 33554432000 4194304 5787044 140735429680080 18446744073709551615 4336786 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29637/tid=29641] ppid=29636 vsize=362064 CPUtime=12.48 cores=0,2,4,6
/proc/29637/task/29641/stat : 29641 (priss) R 29636 29636 28051 0 -1 4202560 8192 0 0 0 1247 1 0 0 25 0 5 0 517262135 370753536 37879 33554432000 4194304 5787044 140735429680080 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29637/tid=29642] ppid=29636 vsize=362064 CPUtime=12.51 cores=0,2,4,6
/proc/29637/task/29642/stat : 29642 (priss) R 29636 29636 28051 0 -1 4202560 6212 0 0 0 1249 2 0 0 25 0 5 0 517262138 370753536 37879 33554432000 4194304 5787044 140735429680080 18446744073709551615 4336744 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.36
Current children cumulated vsize (KiB) 370764

[startup+25.5012 s]
/proc/loadavg: 8.05 8.07 8.07 9/188 29642
/proc/meminfo: memFree=24023828/32951124 swapFree=67111524/67111528
[pid=29636] ppid=29634 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29636/stat : 29636 (prissAuto.sh) S 29634 29636 28051 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517262121 8908800 252 33554432000 4194304 4922060 140734614806512 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29636/statm: 2175 252 211 178 0 68 0
[pid=29637] ppid=29636 vsize=362064 CPUtime=101.49 cores=0,2,4,6
/proc/29637/stat : 29637 (priss) S 29636 29636 28051 0 -1 4202496 40171 0 0 0 10140 9 0 0 19 0 5 0 517262121 370753536 37937 33554432000 4194304 5787044 140735429680080 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29637/statm: 90516 37937 352 389 0 86266 0
[pid=29637/tid=29639] ppid=29636 vsize=362064 CPUtime=25.4 cores=0,2,4,6
/proc/29637/task/29639/stat : 29639 (priss) R 29636 29636 28051 0 -1 4202560 7313 0 0 0 2538 2 0 0 25 0 5 0 517262129 370753536 37937 33554432000 4194304 5787044 140735429680080 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29637/tid=29640] ppid=29636 vsize=362064 CPUtime=25.38 cores=0,2,4,6
/proc/29637/task/29640/stat : 29640 (priss) R 29636 29636 28051 0 -1 4202560 6312 0 0 0 2536 2 0 0 25 0 5 0 517262132 370753536 37937 33554432000 4194304 5787044 140735429680080 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29637/tid=29641] ppid=29636 vsize=362064 CPUtime=25.21 cores=0,2,4,6
/proc/29637/task/29641/stat : 29641 (priss) R 29636 29636 28051 0 -1 4202560 8206 0 0 0 2520 1 0 0 25 0 5 0 517262135 370753536 37937 33554432000 4194304 5787044 140735429680080 18446744073709551615 4336688 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29637/tid=29642] ppid=29636 vsize=362064 CPUtime=25.31 cores=0,2,4,6
/proc/29637/task/29642/stat : 29642 (priss) R 29636 29636 28051 0 -1 4202560 6226 0 0 0 2529 2 0 0 25 0 5 0 517262138 370753536 37937 33554432000 4194304 5787044 140735429680080 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.49
Current children cumulated vsize (KiB) 370764

[startup+51.1006 s]
/proc/loadavg: 8.03 8.07 8.07 9/188 29643
/proc/meminfo: memFree=23901652/32951124 swapFree=67111524/67111528
[pid=29636] ppid=29634 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29636/stat : 29636 (prissAuto.sh) S 29634 29636 28051 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517262121 8908800 252 33554432000 4194304 4922060 140734614806512 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29636/statm: 2175 252 211 178 0 68 0
[pid=29637] ppid=29636 vsize=421144 CPUtime=203.73 cores=0,2,4,6
/proc/29637/stat : 29637 (priss) S 29636 29636 28051 0 -1 4202496 80427 0 0 0 20345 28 0 0 19 0 5 0 517262121 431251456 68968 33554432000 4194304 5787044 140735429680080 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29637/statm: 105286 68968 417 389 0 101036 0
[pid=29637/tid=29639] ppid=29636 vsize=421144 CPUtime=50.99 cores=0,2,4,6
/proc/29637/task/29639/stat : 29639 (priss) R 29636 29636 28051 0 -1 4202560 15509 0 0 0 5092 7 0 0 25 0 5 0 517262129 431251456 68968 33554432000 4194304 5787044 140735429680080 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29637/tid=29640] ppid=29636 vsize=421144 CPUtime=50.97 cores=0,2,4,6
/proc/29637/task/29640/stat : 29640 (priss) R 29636 29636 28051 0 -1 4202560 17970 0 0 0 5090 7 0 0 25 0 5 0 517262132 431251456 68968 33554432000 4194304 5787044 140735429680080 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29637/tid=29641] ppid=29636 vsize=421144 CPUtime=50.66 cores=0,2,4,6
/proc/29637/task/29641/stat : 29641 (priss) R 29636 29636 28051 0 -1 4202560 14515 0 0 0 5062 4 0 0 25 0 5 0 517262135 431251456 68968 33554432000 4194304 5787044 140735429680080 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29637/tid=29642] ppid=29636 vsize=421144 CPUtime=50.9 cores=0,2,4,6
/proc/29637/task/29642/stat : 29642 (priss) R 29636 29636 28051 0 -1 4202560 20319 0 0 0 5084 6 0 0 25 0 5 0 517262138 431251456 68968 33554432000 4194304 5787044 140735429680080 18446744073709551615 5524613 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.73
Current children cumulated vsize (KiB) 429844

[startup+102.301 s]
/proc/loadavg: 8.01 8.05 8.07 9/188 29644
/proc/meminfo: memFree=23754080/32951124 swapFree=67111524/67111528
[pid=29636] ppid=29634 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29636/stat : 29636 (prissAuto.sh) S 29634 29636 28051 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517262121 8908800 252 33554432000 4194304 4922060 140734614806512 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29636/statm: 2175 252 211 178 0 68 0
[pid=29637] ppid=29636 vsize=603824 CPUtime=408.19 cores=0,2,4,6
/proc/29637/stat : 29637 (priss) S 29636 29636 28051 0 -1 4202496 116193 0 0 0 40760 59 0 0 19 0 5 0 517262121 618315776 104312 33554432000 4194304 5787044 140735429680080 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29637/statm: 150956 104312 417 389 0 146706 0
[pid=29637/tid=29639] ppid=29636 vsize=603824 CPUtime=102.19 cores=0,2,4,6
/proc/29637/task/29639/stat : 29639 (priss) R 29636 29636 28051 0 -1 4202560 26521 0 0 0 10201 18 0 0 25 0 5 0 517262129 618315776 104312 33554432000 4194304 5787044 140735429680080 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29637/tid=29640] ppid=29636 vsize=603824 CPUtime=102.17 cores=0,2,4,6
/proc/29637/task/29640/stat : 29640 (priss) R 29636 29636 28051 0 -1 4202560 27205 0 0 0 10201 16 0 0 25 0 5 0 517262132 618315776 104312 33554432000 4194304 5787044 140735429680080 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29637/tid=29641] ppid=29636 vsize=603824 CPUtime=101.55 cores=0,2,4,6
/proc/29637/task/29641/stat : 29641 (priss) R 29636 29636 28051 0 -1 4202560 22999 0 0 0 10146 9 0 0 22 0 5 0 517262135 618315776 104312 33554432000 4194304 5787044 140735429680080 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29637/tid=29642] ppid=29636 vsize=603824 CPUtime=102.08 cores=0,2,4,6

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

/proc/29637/task/29640/stat : 29640 (priss) R 29636 29636 28051 0 -1 4202560 96276 0 0 0 88105 95 0 0 25 0 5 0 517262132 1585602560 350616 33554432000 4194304 5787044 140735429680080 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29637/tid=29641] ppid=29636 vsize=1548440 CPUtime=879.85 cores=0,2,4,6
/proc/29637/task/29641/stat : 29641 (priss) R 29636 29636 28051 0 -1 4202560 88166 0 0 0 87934 51 0 0 25 0 5 0 517262135 1585602560 350616 33554432000 4194304 5787044 140735429680080 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29637/tid=29642] ppid=29636 vsize=1548440 CPUtime=879.32 cores=0,2,4,6
/proc/29637/task/29642/stat : 29642 (priss) R 29636 29636 28051 0 -1 4202560 73497 0 0 0 87858 74 0 0 25 0 5 0 517262138 1585602560 350616 33554432000 4194304 5787044 140735429680080 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3523.47
Current children cumulated vsize (KiB) 1557140

[startup+942.301 s]
/proc/loadavg: 8.08 8.11 8.09 9/188 29712
/proc/meminfo: memFree=21819488/32951124 swapFree=67111524/67111528
[pid=29636] ppid=29634 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29636/stat : 29636 (prissAuto.sh) S 29634 29636 28051 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517262121 8908800 252 33554432000 4194304 4922060 140734614806512 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29636/statm: 2175 252 211 178 0 68 0
[pid=29637] ppid=29636 vsize=1684556 CPUtime=3763.04 cores=0,2,4,6
/proc/29637/stat : 29637 (priss) S 29636 29636 28051 0 -1 4202496 377135 0 0 0 375969 335 0 0 19 0 5 0 517262121 1724985344 357810 33554432000 4194304 5787044 140735429680080 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29637/statm: 421139 357810 417 389 0 416889 0
[pid=29637/tid=29639] ppid=29636 vsize=1684556 CPUtime=942.07 cores=0,2,4,6
/proc/29637/task/29639/stat : 29639 (priss) R 29636 29636 28051 0 -1 4202560 102879 0 0 0 94100 107 0 0 25 0 5 0 517262129 1724985344 357810 33554432000 4194304 5787044 140735429680080 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29637/tid=29640] ppid=29636 vsize=1684556 CPUtime=941.97 cores=0,2,4,6
/proc/29637/task/29640/stat : 29640 (priss) R 29636 29636 28051 0 -1 4202560 99270 0 0 0 94099 98 0 0 25 0 5 0 517262132 1724985344 357810 33554432000 4194304 5787044 140735429680080 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29637/tid=29641] ppid=29636 vsize=1684556 CPUtime=939.83 cores=0,2,4,6
/proc/29637/task/29641/stat : 29641 (priss) R 29636 29636 28051 0 -1 4202560 89372 0 0 0 93930 53 0 0 25 0 5 0 517262135 1724985344 357810 33554432000 4194304 5787044 140735429680080 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29637/tid=29642] ppid=29636 vsize=1684556 CPUtime=938.98 cores=0,2,4,6
/proc/29637/task/29642/stat : 29642 (priss) R 29636 29636 28051 0 -1 4202560 73500 0 0 0 93824 74 0 0 25 0 5 0 517262138 1724985344 357810 33554432000 4194304 5787044 140735429680080 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3763.04
Current children cumulated vsize (KiB) 1693256

[startup+1002.3 s]
/proc/loadavg: 8.03 8.09 8.08 9/188 29713
/proc/meminfo: memFree=21803964/32951124 swapFree=67111524/67111528
[pid=29636] ppid=29634 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29636/stat : 29636 (prissAuto.sh) S 29634 29636 28051 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517262121 8908800 252 33554432000 4194304 4922060 140734614806512 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29636/statm: 2175 252 211 178 0 68 0
[pid=29637] ppid=29636 vsize=1684556 CPUtime=4002.72 cores=0,2,4,6
/proc/29637/stat : 29637 (priss) S 29636 29636 28051 0 -1 4202496 381014 0 0 0 399928 344 0 0 19 0 5 0 517262121 1724985344 361689 33554432000 4194304 5787044 140735429680080 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29637/statm: 421139 361689 417 389 0 416889 0
[pid=29637/tid=29639] ppid=29636 vsize=1684556 CPUtime=1002.07 cores=0,2,4,6
/proc/29637/task/29639/stat : 29639 (priss) R 29636 29636 28051 0 -1 4202560 102919 0 0 0 100100 107 0 0 25 0 5 0 517262129 1724985344 361689 33554432000 4194304 5787044 140735429680080 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29637/tid=29640] ppid=29636 vsize=1684556 CPUtime=1001.96 cores=0,2,4,6
/proc/29637/task/29640/stat : 29640 (priss) R 29636 29636 28051 0 -1 4202560 99469 0 0 0 100097 99 0 0 25 0 5 0 517262132 1724985344 361689 33554432000 4194304 5787044 140735429680080 18446744073709551615 5585240 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29637/tid=29641] ppid=29636 vsize=1684556 CPUtime=999.82 cores=0,2,4,6
/proc/29637/task/29641/stat : 29641 (priss) R 29636 29636 28051 0 -1 4202560 89375 0 0 0 99929 53 0 0 25 0 5 0 517262135 1724985344 361689 33554432000 4194304 5787044 140735429680080 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29637/tid=29642] ppid=29636 vsize=1684556 CPUtime=998.65 cores=0,2,4,6
/proc/29637/task/29642/stat : 29642 (priss) R 29636 29636 28051 0 -1 4202560 77137 0 0 0 99784 81 0 0 25 0 5 0 517262138 1724985344 361689 33554432000 4194304 5787044 140735429680080 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4002.72
Current children cumulated vsize (KiB) 1693256

[startup+1062.3 s]
/proc/loadavg: 8.06 8.09 8.08 9/188 29715
/proc/meminfo: memFree=21770832/32951124 swapFree=67111524/67111528
[pid=29636] ppid=29634 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29636/stat : 29636 (prissAuto.sh) S 29634 29636 28051 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517262121 8908800 252 33554432000 4194304 4922060 140734614806512 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29636/statm: 2175 252 211 178 0 68 0
[pid=29637] ppid=29636 vsize=1684556 CPUtime=4242.37 cores=0,2,4,6
/proc/29637/stat : 29637 (priss) S 29636 29636 28051 0 -1 4202496 387726 0 0 0 423881 356 0 0 19 0 5 0 517262121 1724985344 368401 33554432000 4194304 5787044 140735429680080 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29637/statm: 421139 368401 417 389 0 416889 0
[pid=29637/tid=29639] ppid=29636 vsize=1684556 CPUtime=1062.07 cores=0,2,4,6
/proc/29637/task/29639/stat : 29639 (priss) R 29636 29636 28051 0 -1 4202560 103192 0 0 0 106099 108 0 0 25 0 5 0 517262129 1724985344 368401 33554432000 4194304 5787044 140735429680080 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29637/tid=29640] ppid=29636 vsize=1684556 CPUtime=1061.94 cores=0,2,4,6
/proc/29637/task/29640/stat : 29640 (priss) R 29636 29636 28051 0 -1 4202560 99791 0 0 0 106095 99 0 0 25 0 5 0 517262132 1724985344 368401 33554432000 4194304 5787044 140735429680080 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29637/tid=29641] ppid=29636 vsize=1684556 CPUtime=1059.8 cores=0,2,4,6
/proc/29637/task/29641/stat : 29641 (priss) R 29636 29636 28051 0 -1 4202560 89500 0 0 0 105926 54 0 0 25 0 5 0 517262135 1724985344 368401 33554432000 4194304 5787044 140735429680080 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29637/tid=29642] ppid=29636 vsize=1684556 CPUtime=1058.35 cores=0,2,4,6
/proc/29637/task/29642/stat : 29642 (priss) R 29636 29636 28051 0 -1 4202560 83129 0 0 0 105745 90 0 0 25 0 5 0 517262138 1724985344 368401 33554432000 4194304 5787044 140735429680080 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4242.37
Current children cumulated vsize (KiB) 1693256

[startup+1122.3 s]
/proc/loadavg: 8.08 8.08 8.08 9/188 29717
/proc/meminfo: memFree=21704960/32951124 swapFree=67111524/67111528
[pid=29636] ppid=29634 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29636/stat : 29636 (prissAuto.sh) S 29634 29636 28051 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517262121 8908800 252 33554432000 4194304 4922060 140734614806512 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29636/statm: 2175 252 211 178 0 68 0
[pid=29637] ppid=29636 vsize=1750664 CPUtime=4482.04 cores=0,2,4,6
/proc/29637/stat : 29637 (priss) S 29636 29636 28051 0 -1 4202496 394455 0 0 0 447836 368 0 0 19 0 5 0 517262121 1792679936 375130 33554432000 4194304 5787044 140735429680080 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29637/statm: 437666 375130 417 389 0 433416 0
[pid=29637/tid=29639] ppid=29636 vsize=1750664 CPUtime=1122.07 cores=0,2,4,6
/proc/29637/task/29639/stat : 29639 (priss) R 29636 29636 28051 0 -1 4202560 103439 0 0 0 112098 109 0 0 25 0 5 0 517262129 1792679936 375130 33554432000 4194304 5787044 140735429680080 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29637/tid=29640] ppid=29636 vsize=1750664 CPUtime=1121.94 cores=0,2,4,6
/proc/29637/task/29640/stat : 29640 (priss) R 29636 29636 28051 0 -1 4202560 100347 0 0 0 112093 101 0 0 25 0 5 0 517262132 1792679936 375130 33554432000 4194304 5787044 140735429680080 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29637/tid=29641] ppid=29636 vsize=1750664 CPUtime=1119.47 cores=0,2,4,6
/proc/29637/task/29641/stat : 29641 (priss) R 29636 29636 28051 0 -1 4202560 89776 0 0 0 111892 55 0 0 25 0 5 0 517262135 1792679936 375130 33554432000 4194304 5787044 140735429680080 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29637/tid=29642] ppid=29636 vsize=1750664 CPUtime=1118.36 cores=0,2,4,6
/proc/29637/task/29642/stat : 29642 (priss) R 29636 29636 28051 0 -1 4202560 88779 0 0 0 111736 100 0 0 25 0 5 0 517262138 1792679936 375130 33554432000 4194304 5787044 140735429680080 18446744073709551615 5527482 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4482.04
Current children cumulated vsize (KiB) 1759364

[startup+1182.3 s]
/proc/loadavg: 8.15 8.10 8.09 9/188 29718
/proc/meminfo: memFree=21552424/32951124 swapFree=67111524/67111528
[pid=29636] ppid=29634 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29636/stat : 29636 (prissAuto.sh) S 29634 29636 28051 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517262121 8908800 252 33554432000 4194304 4922060 140734614806512 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29636/statm: 2175 252 211 178 0 68 0
[pid=29637] ppid=29636 vsize=1764612 CPUtime=4721.69 cores=0,2,4,6
/proc/29637/stat : 29637 (priss) S 29636 29636 28051 0 -1 4202496 405308 0 0 0 471791 378 0 0 19 0 5 0 517262121 1806962688 385651 33554432000 4194304 5787044 140735429680080 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29637/statm: 441153 385651 417 389 0 436903 0
[pid=29637/tid=29639] ppid=29636 vsize=1764612 CPUtime=1182.07 cores=0,2,4,6
/proc/29637/task/29639/stat : 29639 (priss) R 29636 29636 28051 0 -1 4202560 103848 0 0 0 118097 110 0 0 25 0 5 0 517262129 1806962688 385651 33554432000 4194304 5787044 140735429680080 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29637/tid=29640] ppid=29636 vsize=1764612 CPUtime=1181.92 cores=0,2,4,6
/proc/29637/task/29640/stat : 29640 (priss) R 29636 29636 28051 0 -1 4202560 103184 0 0 0 118091 101 0 0 25 0 5 0 517262132 1806962688 385651 33554432000 4194304 5787044 140735429680080 18446744073709551615 5591640 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29637/tid=29641] ppid=29636 vsize=1764612 CPUtime=1179.14 cores=0,2,4,6
/proc/29637/task/29641/stat : 29641 (priss) R 29636 29636 28051 0 -1 4202560 93231 0 0 0 117856 58 0 0 25 0 5 0 517262135 1806962688 385651 33554432000 4194304 5787044 140735429680080 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29637/tid=29642] ppid=29636 vsize=1764612 CPUtime=1178.36 cores=0,2,4,6
/proc/29637/task/29642/stat : 29642 (priss) R 29636 29636 28051 0 -1 4202560 92931 0 0 0 117730 106 0 0 25 0 5 0 517262138 1806962688 385651 33554432000 4194304 5787044 140735429680080 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4721.69
Current children cumulated vsize (KiB) 1773312



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202 s]
/proc/loadavg: 8.11 8.09 8.08 9/188 29719
/proc/meminfo: memFree=21470684/32951124 swapFree=67111524/67111528
[pid=29636] ppid=29634 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29636/stat : 29636 (prissAuto.sh) S 29634 29636 28051 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517262121 8908800 252 33554432000 4194304 4922060 140734614806512 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29636/statm: 2175 252 211 178 0 68 0
[pid=29637] ppid=29636 vsize=1780140 CPUtime=4800.39 cores=0,2,4,6
/proc/29637/stat : 29637 (priss) S 29636 29636 28051 0 -1 4202496 412795 0 0 0 479654 385 0 0 19 0 5 0 517262121 1822863360 393138 33554432000 4194304 5787044 140735429680080 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29637/statm: 445035 393138 417 389 0 440785 0
[pid=29637/tid=29639] ppid=29636 vsize=1780140 CPUtime=1201.77 cores=0,2,4,6
/proc/29637/task/29639/stat : 29639 (priss) R 29636 29636 28051 0 -1 4202560 104237 0 0 0 120067 110 0 0 25 0 5 0 517262129 1822863360 393138 33554432000 4194304 5787044 140735429680080 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29637/tid=29640] ppid=29636 vsize=1780140 CPUtime=1201.63 cores=0,2,4,6
/proc/29637/task/29640/stat : 29640 (priss) R 29636 29636 28051 0 -1 4202560 106379 0 0 0 120057 106 0 0 25 0 5 0 517262132 1822863360 393138 33554432000 4194304 5787044 140735429680080 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29637/tid=29641] ppid=29636 vsize=1780140 CPUtime=1198.73 cores=0,2,4,6
/proc/29637/task/29641/stat : 29641 (priss) R 29636 29636 28051 0 -1 4202560 97134 0 0 0 119813 60 0 0 25 0 5 0 517262135 1822863360 393138 33554432000 4194304 5787044 140735429680080 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29637/tid=29642] ppid=29636 vsize=1780140 CPUtime=1198.06 cores=0,2,4,6
/proc/29637/task/29642/stat : 29642 (priss) R 29636 29636 28051 0 -1 4202560 92931 0 0 0 119700 106 0 0 25 0 5 0 517262138 1822863360 393138 33554432000 4194304 5787044 140735429680080 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.39
Current children cumulated vsize (KiB) 1788840

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

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

[startup+1202 s]
/proc/loadavg: 8.11 8.09 8.08 9/188 29719
/proc/meminfo: memFree=21470684/32951124 swapFree=67111524/67111528
[pid=29636] ppid=29634 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29636/stat : 29636 (prissAuto.sh) S 29634 29636 28051 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517262121 8908800 252 33554432000 4194304 4922060 140734614806512 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29636/statm: 2175 252 211 178 0 68 0
[pid=29637] ppid=29636 vsize=1780140 CPUtime=4800.39 cores=0,2,4,6
/proc/29637/stat : 29637 (priss) S 29636 29636 28051 0 -1 4202496 412795 0 0 0 479654 385 0 0 19 0 5 0 517262121 1822863360 393138 33554432000 4194304 5787044 140735429680080 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29637/statm: 445035 393138 417 389 0 440785 0
[pid=29637/tid=29639] ppid=29636 vsize=1780140 CPUtime=1201.77 cores=0,2,4,6
/proc/29637/task/29639/stat : 29639 (priss) R 29636 29636 28051 0 -1 4202560 104237 0 0 0 120067 110 0 0 25 0 5 0 517262129 1822863360 393138 33554432000 4194304 5787044 140735429680080 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29637/tid=29640] ppid=29636 vsize=1780140 CPUtime=1201.63 cores=0,2,4,6
/proc/29637/task/29640/stat : 29640 (priss) R 29636 29636 28051 0 -1 4202560 106379 0 0 0 120057 106 0 0 25 0 5 0 517262132 1822863360 393138 33554432000 4194304 5787044 140735429680080 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29637/tid=29641] ppid=29636 vsize=1780140 CPUtime=1198.73 cores=0,2,4,6
/proc/29637/task/29641/stat : 29641 (priss) R 29636 29636 28051 0 -1 4202560 97134 0 0 0 119813 60 0 0 25 0 5 0 517262135 1822863360 393138 33554432000 4194304 5787044 140735429680080 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29637/tid=29642] ppid=29636 vsize=1780140 CPUtime=1198.06 cores=0,2,4,6
/proc/29637/task/29642/stat : 29642 (priss) R 29636 29636 28051 0 -1 4202560 92931 0 0 0 119700 106 0 0 25 0 5 0 517262138 1822863360 393138 33554432000 4194304 5787044 140735429680080 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.39
Current children cumulated vsize (KiB) 1788840

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1202.02
CPU time (s): 4800.39
CPU user time (s): 4796.54
CPU system time (s): 3.85
CPU usage (%): 399.361
Max. virtual memory (cumulated for all children) (KiB): 1788840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
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= 332
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.81072 second user time and 4.75528 second system time

The end

Launcher Data

Begin job on node139 at 2011-04-29 07:57:24
IDJOB=3249489
IDBENCH=83172
IDSOLVER=1602
FILE ID=node139/3249489-1304056644
RUNJOBID= node139-1304045238-28069
PBS_JOBID= 13170397
Free space on /tmp= 72548 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-17x30.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3249489-1304056644/watcher-3249489-1304056644 -o /tmp/evaluation-result-3249489-1304056644/solver-3249489-1304056644 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3249489-1304056644.cnf 1085869414 4800 15500 4

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

MD5SUM BENCH= 3a506c7557d86d0d326e3b3cdee85b69
RANDOM SEED=1085869414

node139.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.852
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.70
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.852
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.75
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.852
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.852
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.75
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.852
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	: 5321.49
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.852
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.852
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.852
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24176364 kB
Buffers:       2031176 kB
Cached:        5901504 kB
SwapCached:          4 kB
Active:        1135616 kB
Inactive:      7121908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24176364 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            7008 kB
Writeback:          32 kB
AnonPages:      324452 kB
Mapped:          15192 kB
Slab:           452916 kB
PageTables:       5240 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   526984 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= 72540 MiB
End job on node139 at 2011-04-29 08:17:28