Trace number 3257631

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

General information on the benchmark

NameCRAFTED/modcircuits/
mod3block_2vars_11gates_u2_autoenc.cnf
MD5SUM36c3169a5cad0483dd15befcefc4323e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark689.141
Satisfiable
(Un)Satisfiability was proved
Number of variables526
Number of clauses146535
Sum of the clauses size858954
Maximum clause length14
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 22476
Number of clauses of size 34
Number of clauses of size 41387
Number of clauses of size 57328
Number of clauses of size over 5135276

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: 29301
0.00/0.00	c setup for 4cores
0.00/0.07	c parsetime: 66506us
0.00/0.07	c parsed 146535 clauses with 526 variables
0.00/0.09	c NW started thread 0 successfully (1110759744)
0.00/0.12	c NW started thread 1 successfully (1121249600)
0.00/0.16	c NW started thread 2 successfully (1099675968)
0.00/0.96	c NW started thread 3 successfully (1131739456)
18.39/4.71	c preprocessor returned 10003 variables
18.39/4.71	c preprocessing returned UNKNOWN
18.39/4.71	c PP set 74 variables
18.39/4.71	c pp time: 4623298us (4s)
18.39/4.74	c preprocessor returned 10003 variables
18.39/4.74	c preprocessing returned UNKNOWN
18.39/4.74	c PP set 74 variables
18.39/4.74	c pp time: 4621214us (4s)
18.39/4.75	c preprocessor returned 10003 variables
18.39/4.75	c preprocessing returned UNKNOWN
18.39/4.75	c PP set 74 variables
18.39/4.75	c pp time: 4591978us (4s)
85.88/21.63	c preprocessor returned 30071 variables
85.88/21.63	c preprocessing returned UNKNOWN
85.88/21.63	c PP set 74 variables
85.88/21.63	c pp time: 21442664us (21s)
487.03/122.13	c HTE
538.55/135.10	c subsumption
560.92/140.63	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-3257631-1304043383/watcher-3257631-1304043383 -o /tmp/evaluation-result-3257631-1304043383/solver-3257631-1304043383 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3257631-1304043383.cnf 2030809746 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.80 8.74 8.39 5/186 29300
/proc/meminfo: memFree=27817820/32951124 swapFree=67111356/67111528
[pid=29300] ppid=29298 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29300/stat : 29300 (prissAuto.sh) S 29298 29300 26197 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 515936040 8908800 252 33554432000 4194304 4922060 140735916795376 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29300/statm: 2175 252 211 178 0 68 0

[startup+0.0970261 s]
/proc/loadavg: 7.80 8.74 8.39 5/186 29300
/proc/meminfo: memFree=27817820/32951124 swapFree=67111356/67111528
[pid=29300] ppid=29298 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29300/stat : 29300 (prissAuto.sh) S 29298 29300 26197 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 515936040 8908800 252 33554432000 4194304 4922060 140735916795376 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29300/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101024 s]
/proc/loadavg: 7.80 8.74 8.39 5/186 29300
/proc/meminfo: memFree=27817820/32951124 swapFree=67111356/67111528
[pid=29300] ppid=29298 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29300/stat : 29300 (prissAuto.sh) S 29298 29300 26197 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 515936040 8908800 252 33554432000 4194304 4922060 140735916795376 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29300/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.409567 s]
/proc/loadavg: 7.80 8.74 8.39 5/186 29300
/proc/meminfo: memFree=27817820/32951124 swapFree=67111356/67111528
[pid=29300] ppid=29298 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29300/stat : 29300 (prissAuto.sh) S 29298 29300 26197 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 515936040 8908800 252 33554432000 4194304 4922060 140735916795376 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29300/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700914 s]
/proc/loadavg: 7.80 8.74 8.39 5/186 29300
/proc/meminfo: memFree=27817820/32951124 swapFree=67111356/67111528
[pid=29300] ppid=29298 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29300/stat : 29300 (prissAuto.sh) S 29298 29300 26197 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 515936040 8908800 252 33554432000 4194304 4922060 140735916795376 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29300/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50077 s]
/proc/loadavg: 7.80 8.74 8.39 10/193 29309
/proc/meminfo: memFree=27726508/32951124 swapFree=67111356/67111528
[pid=29300] ppid=29298 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29300/stat : 29300 (prissAuto.sh) S 29298 29300 26197 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 515936040 8908800 252 33554432000 4194304 4922060 140735916795376 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29300/statm: 2175 252 211 178 0 68 0
[pid=29301] ppid=29300 vsize=238396 CPUtime=5.61 cores=1,3,5,7
/proc/29301/stat : 29301 (priss) S 29300 29300 26197 0 -1 4202496 18224 0 0 0 558 3 0 0 19 0 5 0 515936040 244117504 17773 33554432000 4194304 5787044 140735012536992 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/29301/statm: 59599 17773 350 389 0 55349 0
[pid=29301/tid=29304] ppid=29300 vsize=238396 CPUtime=1.39 cores=1,3,5,7
/proc/29301/task/29304/stat : 29304 (priss) R 29300 29300 26197 0 -1 4202560 1402 0 0 0 139 0 0 0 20 0 5 0 515936049 244117504 17773 33554432000 4194304 5787044 140735012536992 18446744073709551615 4336163 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29301/tid=29307] ppid=29300 vsize=238396 CPUtime=1.37 cores=1,3,5,7
/proc/29301/task/29307/stat : 29307 (priss) R 29300 29300 26197 0 -1 4202560 1389 0 0 0 137 0 0 0 20 0 5 0 515936052 244117504 17773 33554432000 4194304 5787044 140735012536992 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29301/tid=29308] ppid=29300 vsize=238396 CPUtime=1.33 cores=1,3,5,7
/proc/29301/task/29308/stat : 29308 (priss) R 29300 29300 26197 0 -1 4202560 1559 0 0 0 133 0 0 0 20 0 5 0 515936055 244117504 17773 33554432000 4194304 5787044 140735012536992 18446744073709551615 4336801 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29301/tid=29309] ppid=29300 vsize=238396 CPUtime=1.3 cores=1,3,5,7
/proc/29301/task/29309/stat : 29309 (priss) R 29300 29300 26197 0 -1 4202560 1261 0 0 0 130 0 0 0 25 0 5 0 515936059 244117504 17773 33554432000 4194304 5787044 140735012536992 18446744073709551615 4336759 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.61
Current children cumulated vsize (KiB) 247096

[startup+3.10048 s]
/proc/loadavg: 7.80 8.74 8.39 10/193 29309
/proc/meminfo: memFree=27723356/32951124 swapFree=67111356/67111528
[pid=29300] ppid=29298 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29300/stat : 29300 (prissAuto.sh) S 29298 29300 26197 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 515936040 8908800 252 33554432000 4194304 4922060 140735916795376 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29300/statm: 2175 252 211 178 0 68 0
[pid=29301] ppid=29300 vsize=306220 CPUtime=12 cores=1,3,5,7
/proc/29301/stat : 29301 (priss) S 29300 29300 26197 0 -1 4202496 19112 0 0 0 1197 3 0 0 19 0 5 0 515936040 313569280 18085 33554432000 4194304 5787044 140735012536992 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/29301/statm: 76555 18085 352 389 0 72305 0
[pid=29301/tid=29304] ppid=29300 vsize=306220 CPUtime=2.98 cores=1,3,5,7
/proc/29301/task/29304/stat : 29304 (priss) R 29300 29300 26197 0 -1 4202560 1553 0 0 0 298 0 0 0 24 0 5 0 515936049 313569280 18085 33554432000 4194304 5787044 140735012536992 18446744073709551615 4336784 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29301/tid=29307] ppid=29300 vsize=306220 CPUtime=2.97 cores=1,3,5,7
/proc/29301/task/29307/stat : 29307 (priss) R 29300 29300 26197 0 -1 4202560 1602 0 0 0 297 0 0 0 24 0 5 0 515936052 313569280 18085 33554432000 4194304 5787044 140735012536992 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29301/tid=29308] ppid=29300 vsize=306220 CPUtime=2.93 cores=1,3,5,7
/proc/29301/task/29308/stat : 29308 (priss) R 29300 29300 26197 0 -1 4202560 1783 0 0 0 293 0 0 0 25 0 5 0 515936055 313569280 18085 33554432000 4194304 5787044 140735012536992 18446744073709551615 4336688 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29301/tid=29309] ppid=29300 vsize=306220 CPUtime=2.9 cores=1,3,5,7
/proc/29301/task/29309/stat : 29309 (priss) R 29300 29300 26197 0 -1 4202560 1561 0 0 0 290 0 0 0 25 0 5 0 515936059 313569280 18085 33554432000 4194304 5787044 140735012536992 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12
Current children cumulated vsize (KiB) 314920

[startup+6.30091 s]
/proc/loadavg: 7.89 8.74 8.40 10/193 29309
/proc/meminfo: memFree=27698216/32951124 swapFree=67111356/67111528
[pid=29300] ppid=29298 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29300/stat : 29300 (prissAuto.sh) S 29298 29300 26197 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 515936040 8908800 252 33554432000 4194304 4922060 140735916795376 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29300/statm: 2175 252 211 178 0 68 0
[pid=29301] ppid=29300 vsize=323332 CPUtime=24.79 cores=1,3,5,7
/proc/29301/stat : 29301 (priss) S 29300 29300 26197 0 -1 4202496 26375 0 0 0 2473 6 0 0 19 0 5 0 515936040 331091968 23829 33554432000 4194304 5787044 140735012536992 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/29301/statm: 80833 23829 405 389 0 76583 0
[pid=29301/tid=29304] ppid=29300 vsize=323332 CPUtime=6.17 cores=1,3,5,7
/proc/29301/task/29304/stat : 29304 (priss) R 29300 29300 26197 0 -1 4202560 3780 0 0 0 616 1 0 0 22 0 5 0 515936049 331091968 23829 33554432000 4194304 5787044 140735012536992 18446744073709551615 4217604 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29301/tid=29307] ppid=29300 vsize=323332 CPUtime=6.17 cores=1,3,5,7
/proc/29301/task/29307/stat : 29307 (priss) S 29300 29300 26197 0 -1 4202560 2817 0 0 0 616 1 0 0 25 0 5 0 515936052 331091968 23829 33554432000 4194304 5787044 140735012536992 18446744073709551615 218917556596 0 0 4096 0 18446604471126845504 0 0 -1 1 0 0 0
[pid=29301/tid=29308] ppid=29300 vsize=323332 CPUtime=6.13 cores=1,3,5,7
/proc/29301/task/29308/stat : 29308 (priss) S 29300 29300 26197 0 -1 4202560 3470 0 0 0 613 0 0 0 25 0 5 0 515936055 331091968 23829 33554432000 4194304 5787044 140735012536992 18446744073709551615 218917556596 0 0 4096 0 18446604471126845504 0 0 -1 5 0 0 0
[pid=29301/tid=29309] ppid=29300 vsize=323332 CPUtime=6.09 cores=1,3,5,7
/proc/29301/task/29309/stat : 29309 (priss) R 29300 29300 26197 0 -1 4202560 3695 0 0 0 609 0 0 0 25 0 5 0 515936059 331091968 23829 33554432000 4194304 5787044 140735012536992 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.79
Current children cumulated vsize (KiB) 332032

[startup+12.7007 s]
/proc/loadavg: 7.98 8.74 8.40 10/193 29309
/proc/meminfo: memFree=27684700/32951124 swapFree=67111356/67111528
[pid=29300] ppid=29298 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29300/stat : 29300 (prissAuto.sh) S 29298 29300 26197 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 515936040 8908800 252 33554432000 4194304 4922060 140735916795376 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29300/statm: 2175 252 211 178 0 68 0
[pid=29301] ppid=29300 vsize=324016 CPUtime=50.34 cores=1,3,5,7
/proc/29301/stat : 29301 (priss) S 29300 29300 26197 0 -1 4202496 27805 0 0 0 5025 9 0 0 19 0 5 0 515936040 331792384 25259 33554432000 4194304 5787044 140735012536992 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/29301/statm: 81004 25259 405 389 0 76754 0
[pid=29301/tid=29304] ppid=29300 vsize=324016 CPUtime=12.53 cores=1,3,5,7
/proc/29301/task/29304/stat : 29304 (priss) R 29300 29300 26197 0 -1 4202560 4037 0 0 0 1252 1 0 0 25 0 5 0 515936049 331792384 25259 33554432000 4194304 5787044 140735012536992 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29301/tid=29307] ppid=29300 vsize=324016 CPUtime=12.57 cores=1,3,5,7
/proc/29301/task/29307/stat : 29307 (priss) R 29300 29300 26197 0 -1 4202560 3150 0 0 0 1255 2 0 0 25 0 5 0 515936052 331792384 25259 33554432000 4194304 5787044 140735012536992 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29301/tid=29308] ppid=29300 vsize=324016 CPUtime=12.53 cores=1,3,5,7
/proc/29301/task/29308/stat : 29308 (priss) R 29300 29300 26197 0 -1 4202560 4294 0 0 0 1251 2 0 0 25 0 5 0 515936055 331792384 25259 33554432000 4194304 5787044 140735012536992 18446744073709551615 5586772 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29301/tid=29309] ppid=29300 vsize=324016 CPUtime=12.49 cores=1,3,5,7
/proc/29301/task/29309/stat : 29309 (priss) R 29300 29300 26197 0 -1 4202560 3711 0 0 0 1249 0 0 0 25 0 5 0 515936059 331792384 25259 33554432000 4194304 5787044 140735012536992 18446744073709551615 218905424867 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.34
Current children cumulated vsize (KiB) 332716

[startup+25.5074 s]
/proc/loadavg: 8.28 8.77 8.41 10/193 29311
/proc/meminfo: memFree=27636100/32951124 swapFree=67111356/67111528
[pid=29300] ppid=29298 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29300/stat : 29300 (prissAuto.sh) S 29298 29300 26197 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 515936040 8908800 252 33554432000 4194304 4922060 140735916795376 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29300/statm: 2175 252 211 178 0 68 0
[pid=29301] ppid=29300 vsize=330972 CPUtime=101.48 cores=1,3,5,7
/proc/29301/stat : 29301 (priss) S 29300 29300 26197 0 -1 4202496 34976 0 0 0 10132 16 0 0 19 0 5 0 515936040 338915328 31148 33554432000 4194304 5787044 140735012536992 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/29301/statm: 82743 31148 419 389 0 78493 0
[pid=29301/tid=29304] ppid=29300 vsize=330972 CPUtime=25.26 cores=1,3,5,7
/proc/29301/task/29304/stat : 29304 (priss) R 29300 29300 26197 0 -1 4202560 5312 0 0 0 2522 4 0 0 25 0 5 0 515936049 338915328 31148 33554432000 4194304 5787044 140735012536992 18446744073709551615 5591751 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29301/tid=29307] ppid=29300 vsize=330972 CPUtime=25.37 cores=1,3,5,7
/proc/29301/task/29307/stat : 29307 (priss) R 29300 29300 26197 0 -1 4202560 5071 0 0 0 2533 4 0 0 25 0 5 0 515936052 338915328 31148 33554432000 4194304 5787044 140735012536992 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29301/tid=29308] ppid=29300 vsize=330972 CPUtime=25.34 cores=1,3,5,7
/proc/29301/task/29308/stat : 29308 (priss) R 29300 29300 26197 0 -1 4202560 6021 0 0 0 2529 5 0 0 25 0 5 0 515936055 338915328 31148 33554432000 4194304 5787044 140735012536992 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29301/tid=29309] ppid=29300 vsize=330972 CPUtime=25.31 cores=1,3,5,7
/proc/29301/task/29309/stat : 29309 (priss) R 29300 29300 26197 0 -1 4202560 5959 0 0 0 2530 1 0 0 25 0 5 0 515936059 338915328 31148 33554432000 4194304 5787044 140735012536992 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.48
Current children cumulated vsize (KiB) 339672

[startup+51.1008 s]
/proc/loadavg: 8.24 8.72 8.41 9/188 29367
/proc/meminfo: memFree=27582604/32951124 swapFree=67111356/67111528
[pid=29300] ppid=29298 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29300/stat : 29300 (prissAuto.sh) S 29298 29300 26197 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 515936040 8908800 252 33554432000 4194304 4922060 140735916795376 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29300/statm: 2175 252 211 178 0 68 0
[pid=29301] ppid=29300 vsize=346632 CPUtime=203.46 cores=1,3,5,7
/proc/29301/stat : 29301 (priss) S 29300 29300 26197 0 -1 4202496 44114 0 0 0 20314 32 0 0 19 0 5 0 515936040 354951168 40154 33554432000 4194304 5787044 140735012536992 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/29301/statm: 86658 40154 419 389 0 82408 0
[pid=29301/tid=29304] ppid=29300 vsize=346632 CPUtime=50.76 cores=1,3,5,7
/proc/29301/task/29304/stat : 29304 (priss) R 29300 29300 26197 0 -1 4202560 7975 0 0 0 5069 7 0 0 25 0 5 0 515936049 354951168 40154 33554432000 4194304 5787044 140735012536992 18446744073709551615 5586868 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29301/tid=29307] ppid=29300 vsize=346632 CPUtime=50.76 cores=1,3,5,7
/proc/29301/task/29307/stat : 29307 (priss) R 29300 29300 26197 0 -1 4202560 7045 0 0 0 5068 8 0 0 25 0 5 0 515936052 354951168 40154 33554432000 4194304 5787044 140735012536992 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29301/tid=29308] ppid=29300 vsize=346632 CPUtime=50.83 cores=1,3,5,7
/proc/29301/task/29308/stat : 29308 (priss) R 29300 29300 26197 0 -1 4202560 9101 0 0 0 5075 8 0 0 25 0 5 0 515936055 354951168 40154 33554432000 4194304 5787044 140735012536992 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29301/tid=29309] ppid=29300 vsize=346632 CPUtime=50.89 cores=1,3,5,7
/proc/29301/task/29309/stat : 29309 (priss) R 29300 29300 26197 0 -1 4202560 7380 0 0 0 5084 5 0 0 25 0 5 0 515936059 354951168 40154 33554432000 4194304 5787044 140735012536992 18446744073709551615 4220141 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.46
Current children cumulated vsize (KiB) 355332

[startup+102.301 s]
/proc/loadavg: 8.16 8.63 8.39 9/188 29368
/proc/meminfo: memFree=27477712/32951124 swapFree=67111356/67111528
[pid=29300] ppid=29298 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29300/stat : 29300 (prissAuto.sh) S 29298 29300 26197 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 515936040 8908800 252 33554432000 4194304 4922060 140735916795376 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29300/statm: 2175 252 211 178 0 68 0
[pid=29301] ppid=29300 vsize=376516 CPUtime=407.93 cores=1,3,5,7
/proc/29301/stat : 29301 (priss) S 29300 29300 26197 0 -1 4202496 61986 0 0 0 40740 53 0 0 19 0 5 0 515936040 385552384 57799 33554432000 4194304 5787044 140735012536992 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/29301/statm: 94129 57799 419 389 0 89879 0
[pid=29301/tid=29304] ppid=29300 vsize=376516 CPUtime=101.95 cores=1,3,5,7
/proc/29301/task/29304/stat : 29304 (priss) R 29300 29300 26197 0 -1 4202560 12367 0 0 0 10183 12 0 0 25 0 5 0 515936049 385552384 57799 33554432000 4194304 5787044 140735012536992 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29301/tid=29307] ppid=29300 vsize=376516 CPUtime=101.93 cores=1,3,5,7
/proc/29301/task/29307/stat : 29307 (priss) R 29300 29300 26197 0 -1 4202560 11354 0 0 0 10180 13 0 0 25 0 5 0 515936052 385552384 57799 33554432000 4194304 5787044 140735012536992 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29301/tid=29308] ppid=29300 vsize=376516 CPUtime=101.75 cores=1,3,5,7
/proc/29301/task/29308/stat : 29308 (priss) R 29300 29300 26197 0 -1 4202560 13723 0 0 0 10163 12 0 0 25 0 5 0 515936055 385552384 57799 33554432000 4194304 5787044 140735012536992 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29301/tid=29309] ppid=29300 vsize=376516 CPUtime=102.07 cores=1,3,5,7

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

/proc/29301/task/29307/stat : 29307 (priss) R 29300 29300 26197 0 -1 4202560 36100 0 0 0 88140 47 0 0 25 0 5 0 515936052 822423552 164986 33554432000 4194304 5787044 140735012536992 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29301/tid=29308] ppid=29300 vsize=803148 CPUtime=881 cores=1,3,5,7
/proc/29301/task/29308/stat : 29308 (priss) R 29300 29300 26197 0 -1 4202560 36152 0 0 0 88048 52 0 0 25 0 5 0 515936055 822423552 164986 33554432000 4194304 5787044 140735012536992 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29301/tid=29309] ppid=29300 vsize=803148 CPUtime=881.54 cores=1,3,5,7
/proc/29301/task/29309/stat : 29309 (priss) R 29300 29300 26197 0 -1 4202560 52952 0 0 0 88094 60 0 0 25 0 5 0 515936059 822423552 164986 33554432000 4194304 5787044 140735012536992 18446744073709551615 5527438 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3523.48
Current children cumulated vsize (KiB) 811848

[startup+942.3 s]
/proc/loadavg: 8.01 8.09 8.18 9/188 29390
/proc/meminfo: memFree=26821268/32951124 swapFree=67111356/67111528
[pid=29300] ppid=29298 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29300/stat : 29300 (prissAuto.sh) S 29298 29300 26197 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 515936040 8908800 252 33554432000 4194304 4922060 140735916795376 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29300/statm: 2175 252 211 178 0 68 0
[pid=29301] ppid=29300 vsize=941992 CPUtime=3763.13 cores=1,3,5,7
/proc/29301/stat : 29301 (priss) S 29300 29300 26197 0 -1 4202496 181662 0 0 0 376078 235 0 0 19 0 5 0 515936040 964599808 175135 33554432000 4194304 5787044 140735012536992 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/29301/statm: 235498 175135 419 389 0 231248 0
[pid=29301/tid=29304] ppid=29300 vsize=941992 CPUtime=938.84 cores=1,3,5,7
/proc/29301/task/29304/stat : 29304 (priss) R 29300 29300 26197 0 -1 4202560 36157 0 0 0 93827 57 0 0 25 0 5 0 515936049 964599808 175135 33554432000 4194304 5787044 140735012536992 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29301/tid=29307] ppid=29300 vsize=941992 CPUtime=941.86 cores=1,3,5,7
/proc/29301/task/29307/stat : 29307 (priss) R 29300 29300 26197 0 -1 4202560 36576 0 0 0 94139 47 0 0 25 0 5 0 515936052 964599808 175135 33554432000 4194304 5787044 140735012536992 18446744073709551615 4692090 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29301/tid=29308] ppid=29300 vsize=941992 CPUtime=940.99 cores=1,3,5,7
/proc/29301/task/29308/stat : 29308 (priss) R 29300 29300 26197 0 -1 4202560 39059 0 0 0 94041 58 0 0 25 0 5 0 515936055 964599808 175135 33554432000 4194304 5787044 140735012536992 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29301/tid=29309] ppid=29300 vsize=941992 CPUtime=941.2 cores=1,3,5,7
/proc/29301/task/29309/stat : 29309 (priss) R 29300 29300 26197 0 -1 4202560 57257 0 0 0 94051 69 0 0 25 0 5 0 515936059 964599808 175135 33554432000 4194304 5787044 140735012536992 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3763.13
Current children cumulated vsize (KiB) 950692

[startup+1002.31 s]
/proc/loadavg: 8.00 8.08 8.17 9/188 29392
/proc/meminfo: memFree=26813896/32951124 swapFree=67111356/67111528
[pid=29300] ppid=29298 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29300/stat : 29300 (prissAuto.sh) S 29298 29300 26197 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 515936040 8908800 252 33554432000 4194304 4922060 140735916795376 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29300/statm: 2175 252 211 178 0 68 0
[pid=29301] ppid=29300 vsize=941992 CPUtime=4002.72 cores=1,3,5,7
/proc/29301/stat : 29301 (priss) S 29300 29300 26197 0 -1 4202496 183327 0 0 0 400034 238 0 0 19 0 5 0 515936040 964599808 176474 33554432000 4194304 5787044 140735012536992 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/29301/statm: 235498 176474 419 389 0 231248 0
[pid=29301/tid=29304] ppid=29300 vsize=941992 CPUtime=998.82 cores=1,3,5,7
/proc/29301/task/29304/stat : 29304 (priss) R 29300 29300 26197 0 -1 4202560 36806 0 0 0 99824 58 0 0 25 0 5 0 515936049 964599808 176474 33554432000 4194304 5787044 140735012536992 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29301/tid=29307] ppid=29300 vsize=941992 CPUtime=1001.83 cores=1,3,5,7
/proc/29301/task/29307/stat : 29307 (priss) R 29300 29300 26197 0 -1 4202560 37048 0 0 0 100135 48 0 0 25 0 5 0 515936052 964599808 176474 33554432000 4194304 5787044 140735012536992 18446744073709551615 5591626 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29301/tid=29308] ppid=29300 vsize=941992 CPUtime=1000.96 cores=1,3,5,7
/proc/29301/task/29308/stat : 29308 (priss) R 29300 29300 26197 0 -1 4202560 39448 0 0 0 100037 59 0 0 25 0 5 0 515936055 964599808 176474 33554432000 4194304 5787044 140735012536992 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29301/tid=29309] ppid=29300 vsize=941992 CPUtime=1000.88 cores=1,3,5,7
/proc/29301/task/29309/stat : 29309 (priss) R 29300 29300 26197 0 -1 4202560 57412 0 0 0 100018 70 0 0 25 0 5 0 515936059 964599808 176474 33554432000 4194304 5787044 140735012536992 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4002.72
Current children cumulated vsize (KiB) 950692

[startup+1062.3 s]
/proc/loadavg: 8.00 8.06 8.16 9/188 29393
/proc/meminfo: memFree=26813088/32951124 swapFree=67111356/67111528
[pid=29300] ppid=29298 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29300/stat : 29300 (prissAuto.sh) S 29298 29300 26197 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 515936040 8908800 252 33554432000 4194304 4922060 140735916795376 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29300/statm: 2175 252 211 178 0 68 0
[pid=29301] ppid=29300 vsize=941992 CPUtime=4242.38 cores=1,3,5,7
/proc/29301/stat : 29301 (priss) S 29300 29300 26197 0 -1 4202496 183412 0 0 0 423999 239 0 0 19 0 5 0 515936040 964599808 176559 33554432000 4194304 5787044 140735012536992 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/29301/statm: 235498 176559 419 389 0 231248 0
[pid=29301/tid=29304] ppid=29300 vsize=941992 CPUtime=1058.82 cores=1,3,5,7
/proc/29301/task/29304/stat : 29304 (priss) R 29300 29300 26197 0 -1 4202560 36809 0 0 0 105824 58 0 0 25 0 5 0 515936049 964599808 176559 33554432000 4194304 5787044 140735012536992 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29301/tid=29307] ppid=29300 vsize=941992 CPUtime=1061.82 cores=1,3,5,7
/proc/29301/task/29307/stat : 29307 (priss) R 29300 29300 26197 0 -1 4202560 37048 0 0 0 106134 48 0 0 25 0 5 0 515936052 964599808 176559 33554432000 4194304 5787044 140735012536992 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29301/tid=29308] ppid=29300 vsize=941992 CPUtime=1060.95 cores=1,3,5,7
/proc/29301/task/29308/stat : 29308 (priss) R 29300 29300 26197 0 -1 4202560 39448 0 0 0 106036 59 0 0 25 0 5 0 515936055 964599808 176559 33554432000 4194304 5787044 140735012536992 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29301/tid=29309] ppid=29300 vsize=941992 CPUtime=1060.55 cores=1,3,5,7
/proc/29301/task/29309/stat : 29309 (priss) R 29300 29300 26197 0 -1 4202560 57494 0 0 0 105985 70 0 0 25 0 5 0 515936059 964599808 176559 33554432000 4194304 5787044 140735012536992 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4242.38
Current children cumulated vsize (KiB) 950692

[startup+1122.3 s]
/proc/loadavg: 8.07 8.06 8.15 9/188 29395
/proc/meminfo: memFree=26805732/32951124 swapFree=67111356/67111528
[pid=29300] ppid=29298 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29300/stat : 29300 (prissAuto.sh) S 29298 29300 26197 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 515936040 8908800 252 33554432000 4194304 4922060 140735916795376 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29300/statm: 2175 252 211 178 0 68 0
[pid=29301] ppid=29300 vsize=941992 CPUtime=4482.05 cores=1,3,5,7
/proc/29301/stat : 29301 (priss) S 29300 29300 26197 0 -1 4202496 183653 0 0 0 447966 239 0 0 19 0 5 0 515936040 964599808 176800 33554432000 4194304 5787044 140735012536992 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/29301/statm: 235498 176800 419 389 0 231248 0
[pid=29301/tid=29304] ppid=29300 vsize=941992 CPUtime=1118.82 cores=1,3,5,7
/proc/29301/task/29304/stat : 29304 (priss) R 29300 29300 26197 0 -1 4202560 36811 0 0 0 111824 58 0 0 25 0 5 0 515936049 964599808 176800 33554432000 4194304 5787044 140735012536992 18446744073709551615 5591600 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29301/tid=29307] ppid=29300 vsize=941992 CPUtime=1121.82 cores=1,3,5,7
/proc/29301/task/29307/stat : 29307 (priss) R 29300 29300 26197 0 -1 4202560 37048 0 0 0 112134 48 0 0 25 0 5 0 515936052 964599808 176800 33554432000 4194304 5787044 140735012536992 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29301/tid=29308] ppid=29300 vsize=941992 CPUtime=1120.96 cores=1,3,5,7
/proc/29301/task/29308/stat : 29308 (priss) R 29300 29300 26197 0 -1 4202560 39448 0 0 0 112037 59 0 0 25 0 5 0 515936055 964599808 176800 33554432000 4194304 5787044 140735012536992 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29301/tid=29309] ppid=29300 vsize=941992 CPUtime=1120.22 cores=1,3,5,7
/proc/29301/task/29309/stat : 29309 (priss) R 29300 29300 26197 0 -1 4202560 57733 0 0 0 111952 70 0 0 25 0 5 0 515936059 964599808 176800 33554432000 4194304 5787044 140735012536992 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4482.05
Current children cumulated vsize (KiB) 950692

[startup+1182.3 s]
/proc/loadavg: 8.13 8.08 8.15 9/188 29397
/proc/meminfo: memFree=26794920/32951124 swapFree=67111356/67111528
[pid=29300] ppid=29298 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29300/stat : 29300 (prissAuto.sh) S 29298 29300 26197 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 515936040 8908800 252 33554432000 4194304 4922060 140735916795376 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29300/statm: 2175 252 211 178 0 68 0
[pid=29301] ppid=29300 vsize=941992 CPUtime=4721.72 cores=1,3,5,7
/proc/29301/stat : 29301 (priss) S 29300 29300 26197 0 -1 4202496 184106 0 0 0 471933 239 0 0 19 0 5 0 515936040 964599808 177253 33554432000 4194304 5787044 140735012536992 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/29301/statm: 235498 177253 419 389 0 231248 0
[pid=29301/tid=29304] ppid=29300 vsize=941992 CPUtime=1178.81 cores=1,3,5,7
/proc/29301/task/29304/stat : 29304 (priss) R 29300 29300 26197 0 -1 4202560 36834 0 0 0 117823 58 0 0 25 0 5 0 515936049 964599808 177253 33554432000 4194304 5787044 140735012536992 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29301/tid=29307] ppid=29300 vsize=941992 CPUtime=1181.82 cores=1,3,5,7
/proc/29301/task/29307/stat : 29307 (priss) R 29300 29300 26197 0 -1 4202560 37048 0 0 0 118134 48 0 0 25 0 5 0 515936052 964599808 177253 33554432000 4194304 5787044 140735012536992 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29301/tid=29308] ppid=29300 vsize=941992 CPUtime=1180.69 cores=1,3,5,7
/proc/29301/task/29308/stat : 29308 (priss) R 29300 29300 26197 0 -1 4202560 39448 0 0 0 118010 59 0 0 25 0 5 0 515936055 964599808 177253 33554432000 4194304 5787044 140735012536992 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29301/tid=29309] ppid=29300 vsize=941992 CPUtime=1180.16 cores=1,3,5,7
/proc/29301/task/29309/stat : 29309 (priss) R 29300 29300 26197 0 -1 4202560 58163 0 0 0 117946 70 0 0 25 0 5 0 515936059 964599808 177253 33554432000 4194304 5787044 140735012536992 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4721.72
Current children cumulated vsize (KiB) 950692



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 8.16 8.09 8.15 5/181 29398
/proc/meminfo: memFree=27132376/32951124 swapFree=67111356/67111528
[pid=29300] ppid=29298 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29300/stat : 29300 (prissAuto.sh) S 29298 29300 26197 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 515936040 8908800 252 33554432000 4194304 4922060 140735916795376 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29300/statm: 2175 252 211 178 0 68 0
[pid=29301] ppid=29300 vsize=941992 CPUtime=4800.04 cores=1,3,5,7
/proc/29301/stat : 29301 (priss) S 29300 29300 26197 0 -1 4202496 184274 0 0 0 479764 240 0 0 19 0 5 0 515936040 964599808 177421 33554432000 4194304 5787044 140735012536992 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/29301/statm: 235498 177421 419 389 0 231248 0
[pid=29301/tid=29304] ppid=29300 vsize=941992 CPUtime=1198.42 cores=1,3,5,7
/proc/29301/task/29304/stat : 29304 (priss) R 29300 29300 26197 0 -1 4202560 36836 0 0 0 119784 58 0 0 25 0 5 0 515936049 964599808 177421 33554432000 4194304 5787044 140735012536992 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29301/tid=29307] ppid=29300 vsize=941992 CPUtime=1201.43 cores=1,3,5,7
/proc/29301/task/29307/stat : 29307 (priss) R 29300 29300 26197 0 -1 4202560 37051 0 0 0 120095 48 0 0 25 0 5 0 515936052 964599808 177421 33554432000 4194304 5787044 140735012536992 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29301/tid=29308] ppid=29300 vsize=941992 CPUtime=1200.19 cores=1,3,5,7
/proc/29301/task/29308/stat : 29308 (priss) R 29300 29300 26197 0 -1 4202560 39448 0 0 0 119959 60 0 0 25 0 5 0 515936055 964599808 177421 33554432000 4194304 5787044 140735012536992 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29301/tid=29309] ppid=29300 vsize=941992 CPUtime=1199.77 cores=1,3,5,7
/proc/29301/task/29309/stat : 29309 (priss) R 29300 29300 26197 0 -1 4202560 58326 0 0 0 119907 70 0 0 25 0 5 0 515936059 964599808 177421 33554432000 4194304 5787044 140735012536992 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.04
Current children cumulated vsize (KiB) 950692

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

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

[startup+1201.9 s]
/proc/loadavg: 8.16 8.09 8.15 5/181 29398
/proc/meminfo: memFree=27132376/32951124 swapFree=67111356/67111528
[pid=29300] ppid=29298 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29300/stat : 29300 (prissAuto.sh) S 29298 29300 26197 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 515936040 8908800 252 33554432000 4194304 4922060 140735916795376 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29300/statm: 2175 252 211 178 0 68 0
[pid=29301] ppid=29300 vsize=941992 CPUtime=4800.04 cores=1,3,5,7
/proc/29301/stat : 29301 (priss) S 29300 29300 26197 0 -1 4202496 184274 0 0 0 479764 240 0 0 19 0 5 0 515936040 964599808 177421 33554432000 4194304 5787044 140735012536992 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/29301/statm: 235498 177421 419 389 0 231248 0
[pid=29301/tid=29304] ppid=29300 vsize=941992 CPUtime=1198.42 cores=1,3,5,7
/proc/29301/task/29304/stat : 29304 (priss) R 29300 29300 26197 0 -1 4202560 36836 0 0 0 119784 58 0 0 25 0 5 0 515936049 964599808 177421 33554432000 4194304 5787044 140735012536992 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29301/tid=29307] ppid=29300 vsize=941992 CPUtime=1201.43 cores=1,3,5,7
/proc/29301/task/29307/stat : 29307 (priss) R 29300 29300 26197 0 -1 4202560 37051 0 0 0 120095 48 0 0 25 0 5 0 515936052 964599808 177421 33554432000 4194304 5787044 140735012536992 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29301/tid=29308] ppid=29300 vsize=941992 CPUtime=1200.19 cores=1,3,5,7
/proc/29301/task/29308/stat : 29308 (priss) R 29300 29300 26197 0 -1 4202560 39448 0 0 0 119959 60 0 0 25 0 5 0 515936055 964599808 177421 33554432000 4194304 5787044 140735012536992 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29301/tid=29309] ppid=29300 vsize=941992 CPUtime=1199.77 cores=1,3,5,7
/proc/29301/task/29309/stat : 29309 (priss) R 29300 29300 26197 0 -1 4202560 58326 0 0 0 119907 70 0 0 25 0 5 0 515936059 964599808 177421 33554432000 4194304 5787044 140735012536992 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.04
Current children cumulated vsize (KiB) 950692

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1201.92
CPU time (s): 4800.04
CPU user time (s): 4797.64
CPU system time (s): 2.4
CPU usage (%): 399.365
Max. virtual memory (cumulated for all children) (KiB): 950692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0.000999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 333
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 2

runsolver used 1.59376 second user time and 4.97124 second system time

The end

Launcher Data

Begin job on node137 at 2011-04-29 04:16:23
IDJOB=3257631
IDBENCH=71153
IDSOLVER=1602
FILE ID=node137/3257631-1304043383
RUNJOBID= node137-1304043383-29277
PBS_JOBID= 13170366
Free space on /tmp= 71612 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT09/CRAFTED/modcircuits/mod3block_2vars_11gates_u2_autoenc.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3257631-1304043383/watcher-3257631-1304043383 -o /tmp/evaluation-result-3257631-1304043383/solver-3257631-1304043383 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3257631-1304043383.cnf 2030809746 4800 15500 4

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

MD5SUM BENCH= 36c3169a5cad0483dd15befcefc4323e
RANDOM SEED=2030809746

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
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.844
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.83
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.844
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:      27818348 kB
Buffers:        890336 kB
Cached:        3682916 kB
SwapCached:         56 kB
Active:         230980 kB
Inactive:      4435940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27818348 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           10036 kB
Writeback:           0 kB
AnonPages:       93288 kB
Mapped:          15860 kB
Slab:           401448 kB
PageTables:       4848 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   269888 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= 71612 MiB
End job on node137 at 2011-04-29 04:36:27