Trace number 3249753

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.13 1202.12

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-21x39.cnf
MD5SUMe7679ca49bb432c9b90305d907365c4e
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 variables3276
Number of clauses628173
Sum of the clauses size2502864
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 24914
Number of clauses of size 30
Number of clauses of size 4623259
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: 13223
0.00/0.00	c setup for 4cores
0.00/0.18	c parsetime: 181188us
0.00/0.18	c parsed 628173 clauses with 3276 variables
0.00/0.22	c NW started thread 0 successfully (1102018880)
0.00/0.27	c NW started thread 1 successfully (1088534848)
0.00/0.31	c NW started thread 2 successfully (1112508736)
0.00/0.36	c NW started thread 3 successfully (1122998592)
596.75/149.67	c preprocessor returned 10010 variables
596.75/149.67	c preprocessing returned UNKNOWN
596.75/149.67	c PP set 0 variables
596.75/149.67	c pp time: 149399946us (149s)
607.14/152.30	c preprocessor returned 10010 variables
607.14/152.30	c preprocessing returned UNKNOWN
607.14/152.30	c PP set 0 variables
607.14/152.30	c pp time: 152078258us (152s)
612.36/153.56	c preprocessor returned 10010 variables
612.36/153.56	c preprocessing returned UNKNOWN
612.36/153.56	c PP set 0 variables
612.36/153.56	c pp time: 153242585us (153s)
635.49/159.37	c preprocessor returned 30006 variables
635.49/159.37	c preprocessing returned UNKNOWN
635.49/159.37	c PP set 0 variables
635.49/159.37	c pp time: 159010356us (159s)
4353.27/1090.27	c HTE
4384.43/1098.00	c subsumption
4557.78/1141.40	c simplified formula contains 0 unit clauses

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3249753-1304057057/watcher-3249753-1304057057 -o /tmp/evaluation-result-3249753-1304057057/solver-3249753-1304057057 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3249753-1304057057.cnf 900242354 4800 15500 4 

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

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


[startup+0 s]
/proc/loadavg: 7.54 7.98 7.99 5/182 13222
/proc/meminfo: memFree=26178408/32950928 swapFree=67111364/67111528
[pid=13222] ppid=13220 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13222/stat : 13222 (prissAuto.sh) S 13220 13222 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517305372 8908800 252 33554432000 4194304 4922060 140734027110288 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13222/statm: 2175 252 211 178 0 68 0

[startup+0.0954811 s]
/proc/loadavg: 7.54 7.98 7.99 5/182 13222
/proc/meminfo: memFree=26178408/32950928 swapFree=67111364/67111528
[pid=13222] ppid=13220 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13222/stat : 13222 (prissAuto.sh) S 13220 13222 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517305372 8908800 252 33554432000 4194304 4922060 140734027110288 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13222/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100475 s]
/proc/loadavg: 7.54 7.98 7.99 5/182 13222
/proc/meminfo: memFree=26178408/32950928 swapFree=67111364/67111528
[pid=13222] ppid=13220 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13222/stat : 13222 (prissAuto.sh) S 13220 13222 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517305372 8908800 252 33554432000 4194304 4922060 140734027110288 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13222/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300444 s]
/proc/loadavg: 7.54 7.98 7.99 5/182 13222
/proc/meminfo: memFree=26178408/32950928 swapFree=67111364/67111528
[pid=13222] ppid=13220 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13222/stat : 13222 (prissAuto.sh) S 13220 13222 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517305372 8908800 252 33554432000 4194304 4922060 140734027110288 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13222/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.01036 s]
/proc/loadavg: 7.54 7.98 7.99 5/182 13222
/proc/meminfo: memFree=26178408/32950928 swapFree=67111364/67111528
[pid=13222] ppid=13220 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13222/stat : 13222 (prissAuto.sh) S 13220 13222 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517305372 8908800 252 33554432000 4194304 4922060 140734027110288 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13222/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50021 s]
/proc/loadavg: 7.54 7.98 7.99 5/182 13222
/proc/meminfo: memFree=26178408/32950928 swapFree=67111364/67111528
[pid=13222] ppid=13220 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13222/stat : 13222 (prissAuto.sh) S 13220 13222 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517305372 8908800 252 33554432000 4194304 4922060 140734027110288 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13222/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10091 s]
/proc/loadavg: 7.54 7.98 7.99 9/188 13228
/proc/meminfo: memFree=25998852/32950928 swapFree=67111364/67111528
[pid=13222] ppid=13220 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13222/stat : 13222 (prissAuto.sh) S 13220 13222 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517305372 8908800 252 33554432000 4194304 4922060 140734027110288 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13222/statm: 2175 252 211 178 0 68 0
[pid=13223] ppid=13222 vsize=407604 CPUtime=11.55 cores=1,3,5,7
/proc/13223/stat : 13223 (priss) S 13222 13222 12570 0 -1 4202496 49410 0 0 0 1147 8 0 0 25 0 5 0 517305372 417386496 45031 33554432000 4194304 5787044 140736286492400 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/13223/statm: 101901 45031 349 389 0 97651 0
[pid=13223/tid=13225] ppid=13222 vsize=407604 CPUtime=2.87 cores=1,3,5,7
/proc/13223/task/13225/stat : 13225 (priss) R 13222 13222 12570 0 -1 4202560 5153 0 0 0 286 1 0 0 23 0 5 0 517305395 417386496 45031 33554432000 4194304 5787044 140736286492400 18446744073709551615 4336133 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=13223/tid=13226] ppid=13222 vsize=407604 CPUtime=2.82 cores=1,3,5,7
/proc/13223/task/13226/stat : 13226 (priss) R 13222 13222 12570 0 -1 4202560 4976 0 0 0 282 0 0 0 25 0 5 0 517305399 417386496 45031 33554432000 4194304 5787044 140736286492400 18446744073709551615 18446744073699065863 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=13223/tid=13227] ppid=13222 vsize=407604 CPUtime=2.76 cores=1,3,5,7
/proc/13223/task/13227/stat : 13227 (priss) R 13222 13222 12570 0 -1 4202560 5296 0 0 0 275 1 0 0 23 0 5 0 517305404 417386496 45031 33554432000 4194304 5787044 140736286492400 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=13223/tid=13228] ppid=13222 vsize=407604 CPUtime=2.73 cores=1,3,5,7
/proc/13223/task/13228/stat : 13228 (priss) R 13222 13222 12570 0 -1 4202560 4873 0 0 0 272 1 0 0 25 0 5 0 517305409 417386496 45031 33554432000 4194304 5787044 140736286492400 18446744073709551615 4336759 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 11.55
Current children cumulated vsize (KiB) 416304

[startup+6.3003 s]
/proc/loadavg: 7.58 7.98 7.99 9/188 13228
/proc/meminfo: memFree=25997860/32950928 swapFree=67111364/67111528
[pid=13222] ppid=13220 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13222/stat : 13222 (prissAuto.sh) S 13220 13222 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517305372 8908800 252 33554432000 4194304 4922060 140734027110288 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13222/statm: 2175 252 211 178 0 68 0
[pid=13223] ppid=13222 vsize=407604 CPUtime=24.33 cores=1,3,5,7
/proc/13223/stat : 13223 (priss) S 13222 13222 12570 0 -1 4202496 49410 0 0 0 2425 8 0 0 25 0 5 0 517305372 417386496 45031 33554432000 4194304 5787044 140736286492400 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/13223/statm: 101901 45031 349 389 0 97651 0
[pid=13223/tid=13225] ppid=13222 vsize=407604 CPUtime=6.07 cores=1,3,5,7
/proc/13223/task/13225/stat : 13225 (priss) R 13222 13222 12570 0 -1 4202560 5153 0 0 0 606 1 0 0 25 0 5 0 517305395 417386496 45031 33554432000 4194304 5787044 140736286492400 18446744073709551615 4336744 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=13223/tid=13226] ppid=13222 vsize=407604 CPUtime=6.02 cores=1,3,5,7
/proc/13223/task/13226/stat : 13226 (priss) R 13222 13222 12570 0 -1 4202560 4976 0 0 0 602 0 0 0 25 0 5 0 517305399 417386496 45031 33554432000 4194304 5787044 140736286492400 18446744073709551615 18446744073699065939 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=13223/tid=13227] ppid=13222 vsize=407604 CPUtime=5.94 cores=1,3,5,7
/proc/13223/task/13227/stat : 13227 (priss) R 13222 13222 12570 0 -1 4202560 5296 0 0 0 593 1 0 0 25 0 5 0 517305404 417386496 45031 33554432000 4194304 5787044 140736286492400 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=13223/tid=13228] ppid=13222 vsize=407604 CPUtime=5.93 cores=1,3,5,7
/proc/13223/task/13228/stat : 13228 (priss) R 13222 13222 12570 0 -1 4202560 4873 0 0 0 592 1 0 0 25 0 5 0 517305409 417386496 45031 33554432000 4194304 5787044 140736286492400 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.33
Current children cumulated vsize (KiB) 416304

[startup+12.7071 s]
/proc/loadavg: 7.61 7.98 7.99 9/188 13228
/proc/meminfo: memFree=25997712/32950928 swapFree=67111364/67111528
[pid=13222] ppid=13220 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13222/stat : 13222 (prissAuto.sh) S 13220 13222 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517305372 8908800 252 33554432000 4194304 4922060 140734027110288 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13222/statm: 2175 252 211 178 0 68 0
[pid=13223] ppid=13222 vsize=407604 CPUtime=49.92 cores=1,3,5,7
/proc/13223/stat : 13223 (priss) S 13222 13222 12570 0 -1 4202496 49410 0 0 0 4984 8 0 0 25 0 5 0 517305372 417386496 45031 33554432000 4194304 5787044 140736286492400 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/13223/statm: 101901 45031 349 389 0 97651 0
[pid=13223/tid=13225] ppid=13222 vsize=407604 CPUtime=12.48 cores=1,3,5,7
/proc/13223/task/13225/stat : 13225 (priss) R 13222 13222 12570 0 -1 4202560 5153 0 0 0 1247 1 0 0 25 0 5 0 517305395 417386496 45031 33554432000 4194304 5787044 140736286492400 18446744073709551615 4336120 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=13223/tid=13226] ppid=13222 vsize=407604 CPUtime=12.42 cores=1,3,5,7
/proc/13223/task/13226/stat : 13226 (priss) R 13222 13222 12570 0 -1 4202560 4976 0 0 0 1242 0 0 0 25 0 5 0 517305399 417386496 45031 33554432000 4194304 5787044 140736286492400 18446744073709551615 4336781 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=13223/tid=13227] ppid=13222 vsize=407604 CPUtime=12.31 cores=1,3,5,7
/proc/13223/task/13227/stat : 13227 (priss) R 13222 13222 12570 0 -1 4202560 5296 0 0 0 1230 1 0 0 25 0 5 0 517305404 417386496 45031 33554432000 4194304 5787044 140736286492400 18446744073709551615 4336781 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=13223/tid=13228] ppid=13222 vsize=407604 CPUtime=12.34 cores=1,3,5,7
/proc/13223/task/13228/stat : 13228 (priss) R 13222 13222 12570 0 -1 4202560 4873 0 0 0 1233 1 0 0 25 0 5 0 517305409 417386496 45031 33554432000 4194304 5787044 140736286492400 18446744073709551615 4336759 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 49.92
Current children cumulated vsize (KiB) 416304

[startup+25.5006 s]
/proc/loadavg: 7.70 7.98 7.99 9/188 13228
/proc/meminfo: memFree=25739436/32950928 swapFree=67111364/67111528
[pid=13222] ppid=13220 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13222/stat : 13222 (prissAuto.sh) S 13220 13222 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517305372 8908800 252 33554432000 4194304 4922060 140734027110288 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13222/statm: 2175 252 211 178 0 68 0
[pid=13223] ppid=13222 vsize=514308 CPUtime=101.03 cores=1,3,5,7
/proc/13223/stat : 13223 (priss) S 13222 13222 12570 0 -1 4202496 99756 0 0 0 10076 27 0 0 25 0 5 0 517305372 526651392 92921 33554432000 4194304 5787044 140736286492400 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/13223/statm: 128577 92921 350 389 0 124327 0
[pid=13223/tid=13225] ppid=13222 vsize=514308 CPUtime=25.27 cores=1,3,5,7
/proc/13223/task/13225/stat : 13225 (priss) R 13222 13222 12570 0 -1 4202560 21618 0 0 0 2522 5 0 0 25 0 5 0 517305395 526651392 92921 33554432000 4194304 5787044 140736286492400 18446744073709551615 4336768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=13223/tid=13226] ppid=13222 vsize=514308 CPUtime=25.22 cores=1,3,5,7
/proc/13223/task/13226/stat : 13226 (priss) R 13222 13222 12570 0 -1 4202560 16365 0 0 0 2516 6 0 0 25 0 5 0 517305399 526651392 92921 33554432000 4194304 5787044 140736286492400 18446744073709551615 4318959 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=13223/tid=13227] ppid=13222 vsize=514308 CPUtime=25.03 cores=1,3,5,7
/proc/13223/task/13227/stat : 13227 (priss) R 13222 13222 12570 0 -1 4202560 15298 0 0 0 2500 3 0 0 25 0 5 0 517305404 526651392 92921 33554432000 4194304 5787044 140736286492400 18446744073709551615 4336756 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=13223/tid=13228] ppid=13222 vsize=514308 CPUtime=25.13 cores=1,3,5,7
/proc/13223/task/13228/stat : 13228 (priss) R 13222 13222 12570 0 -1 4202560 17363 0 0 0 2506 7 0 0 25 0 5 0 517305409 526651392 92921 33554432000 4194304 5787044 140736286492400 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.03
Current children cumulated vsize (KiB) 523008

[startup+51.1008 s]
/proc/loadavg: 7.87 8.00 8.00 9/188 13229
/proc/meminfo: memFree=25610428/32950928 swapFree=67111364/67111528
[pid=13222] ppid=13220 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13222/stat : 13222 (prissAuto.sh) S 13220 13222 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517305372 8908800 252 33554432000 4194304 4922060 140734027110288 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13222/statm: 2175 252 211 178 0 68 0
[pid=13223] ppid=13222 vsize=528316 CPUtime=203.3 cores=1,3,5,7
/proc/13223/stat : 13223 (priss) S 13222 13222 12570 0 -1 4202496 107570 0 0 0 20301 29 0 0 25 0 5 0 517305372 540995584 100735 33554432000 4194304 5787044 140736286492400 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/13223/statm: 132079 100735 350 389 0 127829 0
[pid=13223/tid=13225] ppid=13222 vsize=528316 CPUtime=50.87 cores=1,3,5,7
/proc/13223/task/13225/stat : 13225 (priss) R 13222 13222 12570 0 -1 4202560 25101 0 0 0 5081 6 0 0 25 0 5 0 517305395 540995584 100735 33554432000 4194304 5787044 140736286492400 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=13223/tid=13226] ppid=13222 vsize=528316 CPUtime=50.82 cores=1,3,5,7
/proc/13223/task/13226/stat : 13226 (priss) R 13222 13222 12570 0 -1 4202560 17755 0 0 0 5076 6 0 0 25 0 5 0 517305399 540995584 100735 33554432000 4194304 5787044 140736286492400 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=13223/tid=13227] ppid=13222 vsize=528316 CPUtime=50.5 cores=1,3,5,7
/proc/13223/task/13227/stat : 13227 (priss) R 13222 13222 12570 0 -1 4202560 16836 0 0 0 5046 4 0 0 25 0 5 0 517305404 540995584 100735 33554432000 4194304 5787044 140736286492400 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=13223/tid=13228] ppid=13222 vsize=528316 CPUtime=50.73 cores=1,3,5,7
/proc/13223/task/13228/stat : 13228 (priss) R 13222 13222 12570 0 -1 4202560 18766 0 0 0 5066 7 0 0 25 0 5 0 517305409 540995584 100735 33554432000 4194304 5787044 140736286492400 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.3
Current children cumulated vsize (KiB) 537016

[startup+102.301 s]
/proc/loadavg: 8.02 8.01 8.00 9/188 13230
/proc/meminfo: memFree=25495596/32950928 swapFree=67111364/67111528
[pid=13222] ppid=13220 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13222/stat : 13222 (prissAuto.sh) S 13220 13222 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517305372 8908800 252 33554432000 4194304 4922060 140734027110288 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13222/statm: 2175 252 211 178 0 68 0
[pid=13223] ppid=13222 vsize=528448 CPUtime=407.81 cores=1,3,5,7
/proc/13223/stat : 13223 (priss) S 13222 13222 12570 0 -1 4202496 107660 0 0 0 40752 29 0 0 25 0 5 0 517305372 541130752 100825 33554432000 4194304 5787044 140736286492400 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/13223/statm: 132112 100825 352 389 0 127862 0
[pid=13223/tid=13225] ppid=13222 vsize=528448 CPUtime=102.07 cores=1,3,5,7
/proc/13223/task/13225/stat : 13225 (priss) R 13222 13222 12570 0 -1 4202560 25123 0 0 0 10201 6 0 0 25 0 5 0 517305395 541130752 100825 33554432000 4194304 5787044 140736286492400 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=13223/tid=13226] ppid=13222 vsize=528448 CPUtime=102.02 cores=1,3,5,7
/proc/13223/task/13226/stat : 13226 (priss) R 13222 13222 12570 0 -1 4202560 17779 0 0 0 10196 6 0 0 25 0 5 0 517305399 541130752 100825 33554432000 4194304 5787044 140736286492400 18446744073709551615 4336777 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=13223/tid=13227] ppid=13222 vsize=528448 CPUtime=101.41 cores=1,3,5,7
/proc/13223/task/13227/stat : 13227 (priss) R 13222 13222 12570 0 -1 4202560 16858 0 0 0 10137 4 0 0 25 0 5 0 517305404 541130752 100825 33554432000 4194304 5787044 140736286492400 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=13223/tid=13228] ppid=13222 vsize=528448 CPUtime=101.92 cores=1,3,5,7
/proc/13223/task/13228/stat : 13228 (priss) R 13222 13222 12570 0 -1 4202560 18788 0 0 0 10185 7 0 0 25 0 5 0 517305409 541130752 100825 33554432000 4194304 5787044 140736286492400 18446744073709551615 4336786 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 407.81
Current children cumulated vsize (KiB) 537148

[startup+162.307 s]
/proc/loadavg: 8.13 8.04 8.01 9/188 13232
/proc/meminfo: memFree=25218316/32950928 swapFree=67111364/67111528
[pid=13222] ppid=13220 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13222/stat : 13222 (prissAuto.sh) S 13220 13222 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517305372 8908800 252 33554432000 4194304 4922060 140734027110288 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13222/statm: 2175 252 211 178 0 68 0
[pid=13223] ppid=13222 vsize=712128 CPUtime=647.49 cores=1,3,5,7

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

/proc/13223/task/13226/stat : 13226 (priss) R 13222 13222 12570 0 -1 4202560 106965 0 0 0 87894 131 0 0 25 0 5 0 517305399 1936850944 418601 33554432000 4194304 5787044 140736286492400 18446744073709551615 5592012 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=13223/tid=13227] ppid=13222 vsize=1891456 CPUtime=879.89 cores=1,3,5,7
/proc/13223/task/13227/stat : 13227 (priss) R 13222 13222 12570 0 -1 4202560 100465 0 0 0 87914 75 0 0 25 0 5 0 517305404 1936850944 418601 33554432000 4194304 5787044 140736286492400 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=13223/tid=13228] ppid=13222 vsize=1891456 CPUtime=881.15 cores=1,3,5,7
/proc/13223/task/13228/stat : 13228 (priss) R 13222 13222 12570 0 -1 4202560 92814 0 0 0 88005 110 0 0 25 0 5 0 517305409 1936850944 418601 33554432000 4194304 5787044 140736286492400 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3522.88
Current children cumulated vsize (KiB) 1900156

[startup+942.301 s]
/proc/loadavg: 8.12 8.09 8.02 9/188 13253
/proc/meminfo: memFree=23188404/32950928 swapFree=67111364/67111528
[pid=13222] ppid=13220 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13222/stat : 13222 (prissAuto.sh) S 13220 13222 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517305372 8908800 252 33554432000 4194304 4922060 140734027110288 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13222/statm: 2175 252 211 178 0 68 0
[pid=13223] ppid=13222 vsize=1891456 CPUtime=3762.55 cores=1,3,5,7
/proc/13223/stat : 13223 (priss) S 13222 13222 12570 0 -1 4202496 441833 0 0 0 375788 467 0 0 25 0 5 0 517305372 1936850944 419175 33554432000 4194304 5787044 140736286492400 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/13223/statm: 472864 419175 417 389 0 468614 0
[pid=13223/tid=13225] ppid=13222 vsize=1891456 CPUtime=941.21 cores=1,3,5,7
/proc/13223/task/13225/stat : 13225 (priss) R 13222 13222 12570 0 -1 4202560 112054 0 0 0 93979 142 0 0 25 0 5 0 517305395 1936850944 419175 33554432000 4194304 5787044 140736286492400 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=13223/tid=13226] ppid=13222 vsize=1891456 CPUtime=940.25 cores=1,3,5,7
/proc/13223/task/13226/stat : 13226 (priss) R 13222 13222 12570 0 -1 4202560 107002 0 0 0 93893 132 0 0 25 0 5 0 517305399 1936850944 419175 33554432000 4194304 5787044 140736286492400 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=13223/tid=13227] ppid=13222 vsize=1891456 CPUtime=939.9 cores=1,3,5,7
/proc/13223/task/13227/stat : 13227 (priss) R 13222 13222 12570 0 -1 4202560 100465 0 0 0 93914 76 0 0 25 0 5 0 517305404 1936850944 419175 33554432000 4194304 5787044 140736286492400 18446744073709551615 4238753 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=13223/tid=13228] ppid=13222 vsize=1891456 CPUtime=940.82 cores=1,3,5,7
/proc/13223/task/13228/stat : 13228 (priss) R 13222 13222 12570 0 -1 4202560 93200 0 0 0 93971 111 0 0 25 0 5 0 517305409 1936850944 419175 33554432000 4194304 5787044 140736286492400 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3762.55
Current children cumulated vsize (KiB) 1900156

[startup+1002.3 s]
/proc/loadavg: 8.09 8.08 8.01 9/188 13254
/proc/meminfo: memFree=23128004/32950928 swapFree=67111364/67111528
[pid=13222] ppid=13220 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13222/stat : 13222 (prissAuto.sh) S 13220 13222 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517305372 8908800 252 33554432000 4194304 4922060 140734027110288 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13222/statm: 2175 252 211 178 0 68 0
[pid=13223] ppid=13222 vsize=1899652 CPUtime=4002.22 cores=1,3,5,7
/proc/13223/stat : 13223 (priss) S 13222 13222 12570 0 -1 4202496 450851 0 0 0 399737 485 0 0 25 0 5 0 517305372 1945243648 428193 33554432000 4194304 5787044 140736286492400 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/13223/statm: 474913 428193 417 389 0 470663 0
[pid=13223/tid=13225] ppid=13222 vsize=1899652 CPUtime=1001.2 cores=1,3,5,7
/proc/13223/task/13225/stat : 13225 (priss) R 13222 13222 12570 0 -1 4202560 112437 0 0 0 99978 142 0 0 25 0 5 0 517305395 1945243648 428193 33554432000 4194304 5787044 140736286492400 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=13223/tid=13226] ppid=13222 vsize=1899652 CPUtime=1000.26 cores=1,3,5,7
/proc/13223/task/13226/stat : 13226 (priss) R 13222 13222 12570 0 -1 4202560 107387 0 0 0 99892 134 0 0 25 0 5 0 517305399 1945243648 428193 33554432000 4194304 5787044 140736286492400 18446744073709551615 5591640 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=13223/tid=13227] ppid=13222 vsize=1899652 CPUtime=999.89 cores=1,3,5,7
/proc/13223/task/13227/stat : 13227 (priss) R 13222 13222 12570 0 -1 4202560 100642 0 0 0 99912 77 0 0 25 0 5 0 517305404 1945243648 428193 33554432000 4194304 5787044 140736286492400 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=13223/tid=13228] ppid=13222 vsize=1899652 CPUtime=1000.49 cores=1,3,5,7
/proc/13223/task/13228/stat : 13228 (priss) R 13222 13222 12570 0 -1 4202560 101273 0 0 0 99923 126 0 0 25 0 5 0 517305409 1945243648 428193 33554432000 4194304 5787044 140736286492400 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4002.22
Current children cumulated vsize (KiB) 1908352

[startup+1062.3 s]
/proc/loadavg: 8.03 8.07 8.01 9/188 13256
/proc/meminfo: memFree=23049976/32950928 swapFree=67111364/67111528
[pid=13222] ppid=13220 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13222/stat : 13222 (prissAuto.sh) S 13220 13222 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517305372 8908800 252 33554432000 4194304 4922060 140734027110288 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13222/statm: 2175 252 211 178 0 68 0
[pid=13223] ppid=13222 vsize=1971520 CPUtime=4241.86 cores=1,3,5,7
/proc/13223/stat : 13223 (priss) S 13222 13222 12570 0 -1 4202496 464647 0 0 0 423682 504 0 0 25 0 5 0 517305372 2018836480 441989 33554432000 4194304 5787044 140736286492400 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/13223/statm: 492880 441989 417 389 0 488630 0
[pid=13223/tid=13225] ppid=13222 vsize=1971520 CPUtime=1061.2 cores=1,3,5,7
/proc/13223/task/13225/stat : 13225 (priss) R 13222 13222 12570 0 -1 4202560 116156 0 0 0 105975 145 0 0 25 0 5 0 517305395 2018836480 441989 33554432000 4194304 5787044 140736286492400 18446744073709551615 5591716 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=13223/tid=13226] ppid=13222 vsize=1971520 CPUtime=1060.25 cores=1,3,5,7
/proc/13223/task/13226/stat : 13226 (priss) R 13222 13222 12570 0 -1 4202560 108857 0 0 0 105890 135 0 0 25 0 5 0 517305399 2018836480 441989 33554432000 4194304 5787044 140736286492400 18446744073709551615 208079929019 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=13223/tid=13227] ppid=13222 vsize=1971520 CPUtime=1059.88 cores=1,3,5,7
/proc/13223/task/13227/stat : 13227 (priss) R 13222 13222 12570 0 -1 4202560 102219 0 0 0 105910 78 0 0 25 0 5 0 517305404 2018836480 441989 33554432000 4194304 5787044 140736286492400 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=13223/tid=13228] ppid=13222 vsize=1971520 CPUtime=1060.15 cores=1,3,5,7
/proc/13223/task/13228/stat : 13228 (priss) R 13222 13222 12570 0 -1 4202560 108303 0 0 0 105876 139 0 0 25 0 5 0 517305409 2018836480 441989 33554432000 4194304 5787044 140736286492400 18446744073709551615 5527037 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4241.86
Current children cumulated vsize (KiB) 1980220

[startup+1122.3 s]
/proc/loadavg: 8.01 8.05 8.00 9/188 13257
/proc/meminfo: memFree=22914428/32950928 swapFree=67111364/67111528
[pid=13222] ppid=13220 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13222/stat : 13222 (prissAuto.sh) S 13220 13222 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517305372 8908800 252 33554432000 4194304 4922060 140734027110288 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13222/statm: 2175 252 211 178 0 68 0
[pid=13223] ppid=13222 vsize=2135248 CPUtime=4481.5 cores=1,3,5,7
/proc/13223/stat : 13223 (priss) S 13222 13222 12570 0 -1 4202496 493411 0 0 0 447613 537 0 0 25 0 5 0 517305372 2186493952 468320 33554432000 4194304 5787044 140736286492400 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/13223/statm: 533812 468320 417 389 0 529562 0
[pid=13223/tid=13225] ppid=13222 vsize=2135248 CPUtime=1121.19 cores=1,3,5,7
/proc/13223/task/13225/stat : 13225 (priss) R 13222 13222 12570 0 -1 4202560 125783 0 0 0 111960 159 0 0 25 0 5 0 517305395 2186493952 468320 33554432000 4194304 5787044 140736286492400 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=13223/tid=13226] ppid=13222 vsize=2135248 CPUtime=1120.24 cores=1,3,5,7
/proc/13223/task/13226/stat : 13226 (priss) R 13222 13222 12570 0 -1 4202560 114885 0 0 0 111879 145 0 0 25 0 5 0 517305399 2186493952 468320 33554432000 4194304 5787044 140736286492400 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=13223/tid=13227] ppid=13222 vsize=2135248 CPUtime=1119.88 cores=1,3,5,7
/proc/13223/task/13227/stat : 13227 (priss) R 13222 13222 12570 0 -1 4202560 103209 0 0 0 111907 81 0 0 25 0 5 0 517305404 2186493952 468320 33554432000 4194304 5787044 140736286492400 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=13223/tid=13228] ppid=13222 vsize=2135248 CPUtime=1119.82 cores=1,3,5,7
/proc/13223/task/13228/stat : 13228 (priss) R 13222 13222 12570 0 -1 4202560 120422 0 0 0 111836 146 0 0 25 0 5 0 517305409 2186493952 468320 33554432000 4194304 5787044 140736286492400 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4481.5
Current children cumulated vsize (KiB) 2143948

[startup+1182.3 s]
/proc/loadavg: 8.00 8.04 8.00 9/188 13259
/proc/meminfo: memFree=22763632/32950928 swapFree=67111364/67111528
[pid=13222] ppid=13220 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13222/stat : 13222 (prissAuto.sh) S 13220 13222 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517305372 8908800 252 33554432000 4194304 4922060 140734027110288 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13222/statm: 2175 252 211 178 0 68 0
[pid=13223] ppid=13222 vsize=2168512 CPUtime=4721.13 cores=1,3,5,7
/proc/13223/stat : 13223 (priss) S 13222 13222 12570 0 -1 4202496 526764 0 0 0 471529 584 0 0 25 0 5 0 517305372 2220556288 501673 33554432000 4194304 5787044 140736286492400 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/13223/statm: 542128 501673 417 389 0 537878 0
[pid=13223/tid=13225] ppid=13222 vsize=2168512 CPUtime=1181.18 cores=1,3,5,7
/proc/13223/task/13225/stat : 13225 (priss) R 13222 13222 12570 0 -1 4202560 136881 0 0 0 117938 180 0 0 25 0 5 0 517305395 2220556288 501673 33554432000 4194304 5787044 140736286492400 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=13223/tid=13226] ppid=13222 vsize=2168512 CPUtime=1180.22 cores=1,3,5,7
/proc/13223/task/13226/stat : 13226 (priss) R 13222 13222 12570 0 -1 4202560 126958 0 0 0 117859 163 0 0 25 0 5 0 517305399 2220556288 501673 33554432000 4194304 5787044 140736286492400 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=13223/tid=13227] ppid=13222 vsize=2168512 CPUtime=1179.86 cores=1,3,5,7
/proc/13223/task/13227/stat : 13227 (priss) R 13222 13222 12570 0 -1 4202560 111375 0 0 0 117899 87 0 0 25 0 5 0 517305404 2220556288 501673 33554432000 4194304 5787044 140736286492400 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=13223/tid=13228] ppid=13222 vsize=2168512 CPUtime=1179.48 cores=1,3,5,7
/proc/13223/task/13228/stat : 13228 (priss) R 13222 13222 12570 0 -1 4202560 122438 0 0 0 117801 147 0 0 25 0 5 0 517305409 2220556288 501673 33554432000 4194304 5787044 140736286492400 18446744073709551615 5527508 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4721.13
Current children cumulated vsize (KiB) 2177212



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.1 s]
/proc/loadavg: 8.00 8.04 8.00 9/188 13325
/proc/meminfo: memFree=24227596/32950928 swapFree=67111364/67111528
[pid=13222] ppid=13220 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13222/stat : 13222 (prissAuto.sh) S 13220 13222 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517305372 8908800 252 33554432000 4194304 4922060 140734027110288 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13222/statm: 2175 252 211 178 0 68 0
[pid=13223] ppid=13222 vsize=2315500 CPUtime=4800.13 cores=1,3,5,7
/proc/13223/stat : 13223 (priss) S 13222 13222 12570 0 -1 4202496 539816 0 0 0 479410 603 0 0 25 0 5 0 517305372 2371072000 511650 33554432000 4194304 5787044 140736286492400 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/13223/statm: 578875 511650 417 389 0 574625 0
[pid=13223/tid=13225] ppid=13222 vsize=2315500 CPUtime=1200.92 cores=1,3,5,7
/proc/13223/task/13225/stat : 13225 (priss) R 13222 13222 12570 0 -1 4202560 144314 0 0 0 119905 187 0 0 25 0 5 0 517305395 2371072000 511650 33554432000 4194304 5787044 140736286492400 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=13223/tid=13226] ppid=13222 vsize=2315500 CPUtime=1200.02 cores=1,3,5,7
/proc/13223/task/13226/stat : 13226 (priss) R 13222 13222 12570 0 -1 4202560 129942 0 0 0 119831 171 0 0 25 0 5 0 517305399 2371072000 511650 33554432000 4194304 5787044 140736286492400 18446744073709551615 5591219 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=13223/tid=13227] ppid=13222 vsize=2315500 CPUtime=1199.66 cores=1,3,5,7
/proc/13223/task/13227/stat : 13227 (priss) R 13222 13222 12570 0 -1 4202560 113401 0 0 0 119876 90 0 0 25 0 5 0 517305404 2371072000 511650 33554432000 4194304 5787044 140736286492400 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=13223/tid=13228] ppid=13222 vsize=2315500 CPUtime=1199.15 cores=1,3,5,7
/proc/13223/task/13228/stat : 13228 (priss) R 13222 13222 12570 0 -1 4202560 123047 0 0 0 119766 149 0 0 25 0 5 0 517305409 2371072000 511650 33554432000 4194304 5787044 140736286492400 18446744073709551615 5527571 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.13
Current children cumulated vsize (KiB) 2324200

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

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

[startup+1202.1 s]
/proc/loadavg: 8.00 8.04 8.00 9/188 13325
/proc/meminfo: memFree=24227596/32950928 swapFree=67111364/67111528
[pid=13222] ppid=13220 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13222/stat : 13222 (prissAuto.sh) S 13220 13222 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517305372 8908800 252 33554432000 4194304 4922060 140734027110288 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13222/statm: 2175 252 211 178 0 68 0
[pid=13223] ppid=13222 vsize=2315500 CPUtime=4800.13 cores=1,3,5,7
/proc/13223/stat : 13223 (priss) S 13222 13222 12570 0 -1 4202496 539816 0 0 0 479410 603 0 0 25 0 5 0 517305372 2371072000 511650 33554432000 4194304 5787044 140736286492400 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/13223/statm: 578875 511650 417 389 0 574625 0
[pid=13223/tid=13225] ppid=13222 vsize=2315500 CPUtime=1200.92 cores=1,3,5,7
/proc/13223/task/13225/stat : 13225 (priss) R 13222 13222 12570 0 -1 4202560 144314 0 0 0 119905 187 0 0 25 0 5 0 517305395 2371072000 511650 33554432000 4194304 5787044 140736286492400 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=13223/tid=13226] ppid=13222 vsize=2315500 CPUtime=1200.02 cores=1,3,5,7
/proc/13223/task/13226/stat : 13226 (priss) R 13222 13222 12570 0 -1 4202560 129942 0 0 0 119831 171 0 0 25 0 5 0 517305399 2371072000 511650 33554432000 4194304 5787044 140736286492400 18446744073709551615 5591219 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=13223/tid=13227] ppid=13222 vsize=2315500 CPUtime=1199.66 cores=1,3,5,7
/proc/13223/task/13227/stat : 13227 (priss) R 13222 13222 12570 0 -1 4202560 113401 0 0 0 119876 90 0 0 25 0 5 0 517305404 2371072000 511650 33554432000 4194304 5787044 140736286492400 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=13223/tid=13228] ppid=13222 vsize=2315500 CPUtime=1199.15 cores=1,3,5,7
/proc/13223/task/13228/stat : 13228 (priss) R 13222 13222 12570 0 -1 4202560 123047 0 0 0 119766 149 0 0 25 0 5 0 517305409 2371072000 511650 33554432000 4194304 5787044 140736286492400 18446744073709551615 5527571 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.13
Current children cumulated vsize (KiB) 2324200

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1202.12
CPU time (s): 4800.13
CPU user time (s): 4794.1
CPU system time (s): 6.03
CPU usage (%): 399.306
Max. virtual memory (cumulated for all children) (KiB): 2324200

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

runsolver used 1.67774 second user time and 4.88526 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-29 08:04:17
IDJOB=3249753
IDBENCH=83184
IDSOLVER=1602
FILE ID=node127/3249753-1304057057
RUNJOBID= node127-1304052231-12589
PBS_JOBID= 13170417
Free space on /tmp= 71800 MiB

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

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

MD5SUM BENCH= e7679ca49bb432c9b90305d907365c4e
RANDOM SEED=900242354

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
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.823
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.60
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.823
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      26178680 kB
Buffers:       1385592 kB
Cached:        4713284 kB
SwapCached:          0 kB
Active:        1889244 kB
Inactive:      4407452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26178680 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           24776 kB
Writeback:           0 kB
AnonPages:      197724 kB
Mapped:          15400 kB
Slab:           411096 kB
PageTables:       4880 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   378028 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= 71800 MiB
End job on node127 at 2011-04-29 08:24:21