Trace number 3263527

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.14 1201.72

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_15_90_1-dir.shuffled-as.sat03-136.cnf
MD5SUM5bd7c76aed56f767985526812cdb8e0e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark935.889
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of clauses31962
Sum of the clauses size64344
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 231947
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 515

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: 13968
0.00/0.00	c setup for 4cores
0.00/0.01	c parsetime: 7144us
0.00/0.01	c parsed 31962 clauses with 450 variables
0.00/0.01	c NW started thread 0 successfully (1094900032)
0.00/0.01	c NW started thread 1 successfully (1105389888)
0.00/0.01	c NW started thread 2 successfully (1115879744)
0.00/0.02	c NW started thread 3 successfully (1126369600)
0.00/1.64	c preprocessor returned 10008 variables
0.00/1.64	c preprocessing returned UNKNOWN
0.00/1.64	c PP set 0 variables
0.00/1.64	c pp time: 1609576us (1s)
0.00/1.64	c preprocessor returned 10008 variables
0.00/1.64	c preprocessing returned UNKNOWN
0.00/1.64	c PP set 0 variables
0.00/1.64	c pp time: 1617663us (1s)
0.00/1.64	c preprocessor returned 10008 variables
0.00/1.64	c preprocessing returned UNKNOWN
0.00/1.64	c PP set 0 variables
0.00/1.64	c pp time: 1622130us (1s)
53.45/13.42	c preprocessor returned 30090 variables
53.45/13.42	c preprocessing returned UNKNOWN
53.45/13.42	c PP set 0 variables
53.45/13.42	c pp time: 13402896us (13s)

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

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

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


[startup+0 s]
/proc/loadavg: 8.12 8.14 8.05 6/182 13967
/proc/meminfo: memFree=26089496/32950928 swapFree=67111364/67111528
[pid=13967] ppid=13965 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13967/stat : 13967 (prissAuto.sh) S 13965 13967 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 518046658 8908800 252 33554432000 4194304 4922060 140735900009648 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13967/statm: 2175 252 211 178 0 68 0

[startup+0.162209 s]
/proc/loadavg: 8.12 8.14 8.05 6/182 13967
/proc/meminfo: memFree=26089496/32950928 swapFree=67111364/67111528
[pid=13967] ppid=13965 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13967/stat : 13967 (prissAuto.sh) S 13965 13967 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 518046658 8908800 252 33554432000 4194304 4922060 140735900009648 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13967/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.930468 s]
/proc/loadavg: 8.12 8.14 8.05 6/182 13967
/proc/meminfo: memFree=26089496/32950928 swapFree=67111364/67111528
[pid=13967] ppid=13965 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13967/stat : 13967 (prissAuto.sh) S 13965 13967 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 518046658 8908800 252 33554432000 4194304 4922060 140735900009648 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13967/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.03045 s]
/proc/loadavg: 8.12 8.14 8.05 6/182 13967
/proc/meminfo: memFree=26089496/32950928 swapFree=67111364/67111528
[pid=13967] ppid=13965 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13967/stat : 13967 (prissAuto.sh) S 13965 13967 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 518046658 8908800 252 33554432000 4194304 4922060 140735900009648 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13967/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.13043 s]
/proc/loadavg: 8.12 8.14 8.05 6/182 13967
/proc/meminfo: memFree=26089496/32950928 swapFree=67111364/67111528
[pid=13967] ppid=13965 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13967/stat : 13967 (prissAuto.sh) S 13965 13967 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 518046658 8908800 252 33554432000 4194304 4922060 140735900009648 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13967/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50036 s]
/proc/loadavg: 8.12 8.14 8.05 6/182 13967
/proc/meminfo: memFree=26089496/32950928 swapFree=67111364/67111528
[pid=13967] ppid=13965 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13967/stat : 13967 (prissAuto.sh) S 13965 13967 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 518046658 8908800 252 33554432000 4194304 4922060 140735900009648 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13967/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10106 s]
/proc/loadavg: 8.27 8.17 8.06 9/188 13973
/proc/meminfo: memFree=26048664/32950928 swapFree=67111364/67111528
[pid=13967] ppid=13965 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13967/stat : 13967 (prissAuto.sh) S 13965 13967 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 518046658 8908800 252 33554432000 4194304 4922060 140735900009648 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13967/statm: 2175 252 211 178 0 68 0
[pid=13968] ppid=13967 vsize=277708 CPUtime=12.32 cores=0,2,4,6
/proc/13968/stat : 13968 (priss) S 13967 13967 12570 0 -1 4202496 16566 0 0 0 1229 3 0 0 25 0 5 0 518046658 284372992 10109 33554432000 4194304 5787044 140736833830176 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/13968/statm: 69427 10109 404 389 0 65177 0
[pid=13968/tid=13970] ppid=13967 vsize=277708 CPUtime=3.07 cores=0,2,4,6
/proc/13968/task/13970/stat : 13970 (priss) R 13967 13967 12570 0 -1 4202560 3799 0 0 0 307 0 0 0 20 0 5 0 518046659 284372992 10109 33554432000 4194304 5787044 140736833830176 18446744073709551615 5588157 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=13968/tid=13971] ppid=13967 vsize=277708 CPUtime=3.08 cores=0,2,4,6
/proc/13968/task/13971/stat : 13971 (priss) R 13967 13967 12570 0 -1 4202560 3521 0 0 0 307 1 0 0 20 0 5 0 518046660 284372992 10109 33554432000 4194304 5787044 140736833830176 18446744073709551615 5585350 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=13968/tid=13972] ppid=13967 vsize=277708 CPUtime=3.06 cores=0,2,4,6
/proc/13968/task/13972/stat : 13972 (priss) R 13967 13967 12570 0 -1 4202560 3526 0 0 0 305 1 0 0 20 0 5 0 518046660 284372992 10109 33554432000 4194304 5787044 140736833830176 18446744073709551615 5590632 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=13968/tid=13973] ppid=13967 vsize=277708 CPUtime=3.07 cores=0,2,4,6
/proc/13968/task/13973/stat : 13973 (priss) R 13967 13967 12570 0 -1 4202560 3044 0 0 0 307 0 0 0 25 0 5 0 518046661 284372992 10109 33554432000 4194304 5787044 140736833830176 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 286408

[startup+6.30645 s]
/proc/loadavg: 8.25 8.17 8.06 9/188 13973
/proc/meminfo: memFree=26037836/32950928 swapFree=67111364/67111528
[pid=13967] ppid=13965 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13967/stat : 13967 (prissAuto.sh) S 13965 13967 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 518046658 8908800 252 33554432000 4194304 4922060 140735900009648 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13967/statm: 2175 252 211 178 0 68 0
[pid=13968] ppid=13967 vsize=277708 CPUtime=25.12 cores=0,2,4,6
/proc/13968/stat : 13968 (priss) S 13967 13967 12570 0 -1 4202496 18301 0 0 0 2508 4 0 0 25 0 5 0 518046658 284372992 11844 33554432000 4194304 5787044 140736833830176 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/13968/statm: 69427 11844 404 389 0 65177 0
[pid=13968/tid=13970] ppid=13967 vsize=277708 CPUtime=6.27 cores=0,2,4,6
/proc/13968/task/13970/stat : 13970 (priss) R 13967 13967 12570 0 -1 4202560 4395 0 0 0 627 0 0 0 25 0 5 0 518046659 284372992 11844 33554432000 4194304 5787044 140736833830176 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=13968/tid=13971] ppid=13967 vsize=277708 CPUtime=6.28 cores=0,2,4,6
/proc/13968/task/13971/stat : 13971 (priss) R 13967 13967 12570 0 -1 4202560 4086 0 0 0 627 1 0 0 25 0 5 0 518046660 284372992 11844 33554432000 4194304 5787044 140736833830176 18446744073709551615 5585240 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=13968/tid=13972] ppid=13967 vsize=277708 CPUtime=6.25 cores=0,2,4,6
/proc/13968/task/13972/stat : 13972 (priss) R 13967 13967 12570 0 -1 4202560 4100 0 0 0 624 1 0 0 25 0 5 0 518046660 284372992 11844 33554432000 4194304 5787044 140736833830176 18446744073709551615 5576446 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=13968/tid=13973] ppid=13967 vsize=277708 CPUtime=6.27 cores=0,2,4,6
/proc/13968/task/13973/stat : 13973 (priss) R 13967 13967 12570 0 -1 4202560 3044 0 0 0 627 0 0 0 25 0 5 0 518046661 284372992 11844 33554432000 4194304 5787044 140736833830176 18446744073709551615 208079926233 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 286408

[startup+12.7012 s]
/proc/loadavg: 8.23 8.17 8.06 9/188 13974
/proc/meminfo: memFree=26018124/32950928 swapFree=67111364/67111528
[pid=13967] ppid=13965 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13967/stat : 13967 (prissAuto.sh) S 13965 13967 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 518046658 8908800 252 33554432000 4194304 4922060 140735900009648 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13967/statm: 2175 252 211 178 0 68 0
[pid=13968] ppid=13967 vsize=281808 CPUtime=50.67 cores=0,2,4,6
/proc/13968/stat : 13968 (priss) S 13967 13967 12570 0 -1 4202496 21738 0 0 0 5061 6 0 0 25 0 5 0 518046658 288571392 15281 33554432000 4194304 5787044 140736833830176 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/13968/statm: 70452 15281 404 389 0 66202 0
[pid=13968/tid=13970] ppid=13967 vsize=281808 CPUtime=12.67 cores=0,2,4,6
/proc/13968/task/13970/stat : 13970 (priss) R 13967 13967 12570 0 -1 4202560 5191 0 0 0 1266 1 0 0 25 0 5 0 518046659 288571392 15281 33554432000 4194304 5787044 140736833830176 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=13968/tid=13971] ppid=13967 vsize=281808 CPUtime=12.68 cores=0,2,4,6
/proc/13968/task/13971/stat : 13971 (priss) R 13967 13967 12570 0 -1 4202560 5834 0 0 0 1266 2 0 0 25 0 5 0 518046660 288571392 15281 33554432000 4194304 5787044 140736833830176 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=13968/tid=13972] ppid=13967 vsize=281808 CPUtime=12.6 cores=0,2,4,6
/proc/13968/task/13972/stat : 13972 (priss) R 13967 13967 12570 0 -1 4202560 4993 0 0 0 1259 1 0 0 25 0 5 0 518046660 288571392 15281 33554432000 4194304 5787044 140736833830176 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=13968/tid=13973] ppid=13967 vsize=281808 CPUtime=12.67 cores=0,2,4,6
/proc/13968/task/13973/stat : 13973 (priss) R 13967 13967 12570 0 -1 4202560 3044 0 0 0 1267 0 0 0 25 0 5 0 518046661 288571392 15281 33554432000 4194304 5787044 140736833830176 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 290508

[startup+25.5008 s]
/proc/loadavg: 8.19 8.16 8.06 9/188 13974
/proc/meminfo: memFree=25969732/32950928 swapFree=67111364/67111528
[pid=13967] ppid=13965 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13967/stat : 13967 (prissAuto.sh) S 13965 13967 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 518046658 8908800 252 33554432000 4194304 4922060 140735900009648 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13967/statm: 2175 252 211 178 0 68 0
[pid=13968] ppid=13967 vsize=295812 CPUtime=101.79 cores=0,2,4,6
/proc/13968/stat : 13968 (priss) S 13967 13967 12570 0 -1 4202496 30558 0 0 0 10167 12 0 0 25 0 5 0 518046658 302911488 23389 33554432000 4194304 5787044 140736833830176 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/13968/statm: 73953 23389 417 389 0 69703 0
[pid=13968/tid=13970] ppid=13967 vsize=295812 CPUtime=25.46 cores=0,2,4,6
/proc/13968/task/13970/stat : 13970 (priss) R 13967 13967 12570 0 -1 4202560 6615 0 0 0 2544 2 0 0 25 0 5 0 518046659 302911488 23389 33554432000 4194304 5787044 140736833830176 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=13968/tid=13971] ppid=13967 vsize=295812 CPUtime=25.47 cores=0,2,4,6
/proc/13968/task/13971/stat : 13971 (priss) R 13967 13967 12570 0 -1 4202560 7353 0 0 0 2544 3 0 0 25 0 5 0 518046660 302911488 23389 33554432000 4194304 5787044 140736833830176 18446744073709551615 5591075 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=13968/tid=13972] ppid=13967 vsize=295812 CPUtime=25.34 cores=0,2,4,6
/proc/13968/task/13972/stat : 13972 (priss) R 13967 13967 12570 0 -1 4202560 6691 0 0 0 2531 3 0 0 25 0 5 0 518046660 302911488 23389 33554432000 4194304 5787044 140736833830176 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=13968/tid=13973] ppid=13967 vsize=295812 CPUtime=25.46 cores=0,2,4,6
/proc/13968/task/13973/stat : 13973 (priss) R 13967 13967 12570 0 -1 4202560 7223 0 0 0 2545 1 0 0 25 0 5 0 518046661 302911488 23389 33554432000 4194304 5787044 140736833830176 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 304512

[startup+51.1009 s]
/proc/loadavg: 8.13 8.15 8.06 9/188 13975
/proc/meminfo: memFree=25913872/32950928 swapFree=67111364/67111528
[pid=13967] ppid=13965 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13967/stat : 13967 (prissAuto.sh) S 13965 13967 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 518046658 8908800 252 33554432000 4194304 4922060 140735900009648 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13967/statm: 2175 252 211 178 0 68 0
[pid=13968] ppid=13967 vsize=314168 CPUtime=204.04 cores=0,2,4,6
/proc/13968/stat : 13968 (priss) S 13967 13967 12570 0 -1 4202496 42096 0 0 0 20382 22 0 0 25 0 5 0 518046658 321708032 34863 33554432000 4194304 5787044 140736833830176 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/13968/statm: 78542 34863 417 389 0 74292 0
[pid=13968/tid=13970] ppid=13967 vsize=314168 CPUtime=51.06 cores=0,2,4,6
/proc/13968/task/13970/stat : 13970 (priss) R 13967 13967 12570 0 -1 4202560 10248 0 0 0 5100 6 0 0 25 0 5 0 518046659 321708032 34863 33554432000 4194304 5787044 140736833830176 18446744073709551615 5591564 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=13968/tid=13971] ppid=13967 vsize=314168 CPUtime=51.07 cores=0,2,4,6
/proc/13968/task/13971/stat : 13971 (priss) R 13967 13967 12570 0 -1 4202560 9747 0 0 0 5101 6 0 0 25 0 5 0 518046660 321708032 34863 33554432000 4194304 5787044 140736833830176 18446744073709551615 5592797 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=13968/tid=13972] ppid=13967 vsize=314168 CPUtime=50.79 cores=0,2,4,6
/proc/13968/task/13972/stat : 13972 (priss) R 13967 13967 12570 0 -1 4202560 8650 0 0 0 5074 5 0 0 25 0 5 0 518046660 321708032 34863 33554432000 4194304 5787044 140736833830176 18446744073709551615 4220288 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=13968/tid=13973] ppid=13967 vsize=314168 CPUtime=51.06 cores=0,2,4,6
/proc/13968/task/13973/stat : 13973 (priss) R 13967 13967 12570 0 -1 4202560 10775 0 0 0 5103 3 0 0 25 0 5 0 518046661 321708032 34863 33554432000 4194304 5787044 140736833830176 18446744073709551615 208092044536 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204.04
Current children cumulated vsize (KiB) 322868

[startup+102.301 s]
/proc/loadavg: 8.05 8.12 8.06 9/188 13976
/proc/meminfo: memFree=25851364/32950928 swapFree=67111364/67111528
[pid=13967] ppid=13965 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13967/stat : 13967 (prissAuto.sh) S 13965 13967 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 518046658 8908800 252 33554432000 4194304 4922060 140735900009648 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13967/statm: 2175 252 211 178 0 68 0
[pid=13968] ppid=13967 vsize=335508 CPUtime=408.55 cores=0,2,4,6
/proc/13968/stat : 13968 (priss) S 13967 13967 12570 0 -1 4202496 55863 0 0 0 40818 37 0 0 25 0 5 0 518046658 343560192 48388 33554432000 4194304 5787044 140736833830176 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/13968/statm: 83877 48388 417 389 0 79627 0
[pid=13968/tid=13970] ppid=13967 vsize=335508 CPUtime=102.26 cores=0,2,4,6
/proc/13968/task/13970/stat : 13970 (priss) R 13967 13967 12570 0 -1 4202560 13517 0 0 0 10216 10 0 0 25 0 5 0 518046659 343560192 48388 33554432000 4194304 5787044 140736833830176 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=13968/tid=13971] ppid=13967 vsize=335508 CPUtime=102.26 cores=0,2,4,6
/proc/13968/task/13971/stat : 13971 (priss) R 13967 13967 12570 0 -1 4202560 12019 0 0 0 10218 8 0 0 25 0 5 0 518046660 343560192 48388 33554432000 4194304 5787044 140736833830176 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=13968/tid=13972] ppid=13967 vsize=335508 CPUtime=101.71 cores=0,2,4,6
/proc/13968/task/13972/stat : 13972 (priss) R 13967 13967 12570 0 -1 4202560 13746 0 0 0 10160 11 0 0 25 0 5 0 518046660 343560192 48388 33554432000 4194304 5787044 140736833830176 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=13968/tid=13973] ppid=13967 vsize=335508 CPUtime=102.27 cores=0,2,4,6
/proc/13968/task/13973/stat : 13973 (priss) R 13967 13967 12570 0 -1 4202560 13905 0 0 0 10221 6 0 0 25 0 5 0 518046661 343560192 48388 33554432000 4194304 5787044 140736833830176 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.55
Current children cumulated vsize (KiB) 344208

[startup+162.301 s]
/proc/loadavg: 8.02 8.10 8.05 9/188 13978
/proc/meminfo: memFree=25763424/32950928 swapFree=67111364/67111528
[pid=13967] ppid=13965 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13967/stat : 13967 (prissAuto.sh) S 13965 13967 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 518046658 8908800 252 33554432000 4194304 4922060 140735900009648 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13967/statm: 2175 252 211 178 0 68 0
[pid=13968] ppid=13967 vsize=354076 CPUtime=648.21 cores=0,2,4,6

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

/proc/13968/task/13971/stat : 13971 (priss) R 13967 13967 12570 0 -1 4202560 34607 0 0 0 88192 35 0 0 25 0 5 0 518046660 670482432 128637 33554432000 4194304 5787044 140736833830176 18446744073709551615 4228112 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=13968/tid=13972] ppid=13967 vsize=654768 CPUtime=877.48 cores=0,2,4,6
/proc/13968/task/13972/stat : 13972 (priss) R 13967 13967 12570 0 -1 4202560 31179 0 0 0 87710 38 0 0 25 0 5 0 518046660 670482432 128637 33554432000 4194304 5787044 140736833830176 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=13968/tid=13973] ppid=13967 vsize=654768 CPUtime=882.27 cores=0,2,4,6
/proc/13968/task/13973/stat : 13973 (priss) R 13967 13967 12570 0 -1 4202560 29390 0 0 0 88207 20 0 0 25 0 5 0 518046661 670482432 128637 33554432000 4194304 5787044 140736833830176 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3524.26
Current children cumulated vsize (KiB) 663468

[startup+942.301 s]
/proc/loadavg: 8.17 8.09 8.05 9/188 13998
/proc/meminfo: memFree=25226596/32950928 swapFree=67111364/67111528
[pid=13967] ppid=13965 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13967/stat : 13967 (prissAuto.sh) S 13965 13967 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 518046658 8908800 252 33554432000 4194304 4922060 140735900009648 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13967/statm: 2175 252 211 178 0 68 0
[pid=13968] ppid=13967 vsize=662460 CPUtime=3763.96 cores=0,2,4,6
/proc/13968/stat : 13968 (priss) S 13967 13967 12570 0 -1 4202496 139796 0 0 0 376259 137 0 0 25 0 5 0 518046658 678359040 130678 33554432000 4194304 5787044 140736833830176 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/13968/statm: 165615 130678 417 389 0 161365 0
[pid=13968/tid=13970] ppid=13967 vsize=662460 CPUtime=942.19 cores=0,2,4,6
/proc/13968/task/13970/stat : 13970 (priss) R 13967 13967 12570 0 -1 4202560 39905 0 0 0 94178 41 0 0 25 0 5 0 518046659 678359040 130678 33554432000 4194304 5787044 140736833830176 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=13968/tid=13971] ppid=13967 vsize=662460 CPUtime=942.28 cores=0,2,4,6
/proc/13968/task/13971/stat : 13971 (priss) R 13967 13967 12570 0 -1 4202560 34608 0 0 0 94192 36 0 0 25 0 5 0 518046660 678359040 130678 33554432000 4194304 5787044 140736833830176 18446744073709551615 4220762 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=13968/tid=13972] ppid=13967 vsize=662460 CPUtime=937.16 cores=0,2,4,6
/proc/13968/task/13972/stat : 13972 (priss) R 13967 13967 12570 0 -1 4202560 31398 0 0 0 93678 38 0 0 25 0 5 0 518046660 678359040 130678 33554432000 4194304 5787044 140736833830176 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=13968/tid=13973] ppid=13967 vsize=662460 CPUtime=942.27 cores=0,2,4,6
/proc/13968/task/13973/stat : 13973 (priss) R 13967 13967 12570 0 -1 4202560 31209 0 0 0 94207 20 0 0 25 0 5 0 518046661 678359040 130678 33554432000 4194304 5787044 140736833830176 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3763.96
Current children cumulated vsize (KiB) 671160

[startup+1002.3 s]
/proc/loadavg: 8.17 8.10 8.05 9/188 14000
/proc/meminfo: memFree=25214536/32950928 swapFree=67111364/67111528
[pid=13967] ppid=13965 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13967/stat : 13967 (prissAuto.sh) S 13965 13967 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 518046658 8908800 252 33554432000 4194304 4922060 140735900009648 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13967/statm: 2175 252 211 178 0 68 0
[pid=13968] ppid=13967 vsize=671024 CPUtime=4003.61 cores=0,2,4,6
/proc/13968/stat : 13968 (priss) S 13967 13967 12570 0 -1 4202496 142846 0 0 0 400221 140 0 0 25 0 5 0 518046658 687128576 133728 33554432000 4194304 5787044 140736833830176 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/13968/statm: 167756 133728 417 389 0 163506 0
[pid=13968/tid=13970] ppid=13967 vsize=671024 CPUtime=1002.18 cores=0,2,4,6
/proc/13968/task/13970/stat : 13970 (priss) R 13967 13967 12570 0 -1 4202560 39905 0 0 0 100177 41 0 0 25 0 5 0 518046659 687128576 133728 33554432000 4194304 5787044 140736833830176 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=13968/tid=13971] ppid=13967 vsize=671024 CPUtime=1002.28 cores=0,2,4,6
/proc/13968/task/13971/stat : 13971 (priss) R 13967 13967 12570 0 -1 4202560 34612 0 0 0 100192 36 0 0 25 0 5 0 518046660 687128576 133728 33554432000 4194304 5787044 140736833830176 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=13968/tid=13972] ppid=13967 vsize=671024 CPUtime=996.83 cores=0,2,4,6
/proc/13968/task/13972/stat : 13972 (priss) R 13967 13967 12570 0 -1 4202560 33573 0 0 0 99643 40 0 0 25 0 5 0 518046660 687128576 133728 33554432000 4194304 5787044 140736833830176 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=13968/tid=13973] ppid=13967 vsize=671024 CPUtime=1002.27 cores=0,2,4,6
/proc/13968/task/13973/stat : 13973 (priss) R 13967 13967 12570 0 -1 4202560 32080 0 0 0 100206 21 0 0 25 0 5 0 518046661 687128576 133728 33554432000 4194304 5787044 140736833830176 18446744073709551615 5527582 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.61
Current children cumulated vsize (KiB) 679724

[startup+1062.31 s]
/proc/loadavg: 8.09 8.08 8.05 9/188 14035
/proc/meminfo: memFree=25635560/32950928 swapFree=67111364/67111528
[pid=13967] ppid=13965 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13967/stat : 13967 (prissAuto.sh) S 13965 13967 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 518046658 8908800 252 33554432000 4194304 4922060 140735900009648 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13967/statm: 2175 252 211 178 0 68 0
[pid=13968] ppid=13967 vsize=671024 CPUtime=4243.31 cores=0,2,4,6
/proc/13968/stat : 13968 (priss) S 13967 13967 12570 0 -1 4202496 145079 0 0 0 424185 146 0 0 25 0 5 0 518046658 687128576 135961 33554432000 4194304 5787044 140736833830176 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/13968/statm: 167756 135961 417 389 0 163506 0
[pid=13968/tid=13970] ppid=13967 vsize=671024 CPUtime=1062.19 cores=0,2,4,6
/proc/13968/task/13970/stat : 13970 (priss) R 13967 13967 12570 0 -1 4202560 39917 0 0 0 106177 42 0 0 25 0 5 0 518046659 687128576 135961 33554432000 4194304 5787044 140736833830176 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=13968/tid=13971] ppid=13967 vsize=671024 CPUtime=1062.28 cores=0,2,4,6
/proc/13968/task/13971/stat : 13971 (priss) R 13967 13967 12570 0 -1 4202560 34625 0 0 0 106192 36 0 0 25 0 5 0 518046660 687128576 135961 33554432000 4194304 5787044 140736833830176 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=13968/tid=13972] ppid=13967 vsize=671024 CPUtime=1056.51 cores=0,2,4,6
/proc/13968/task/13972/stat : 13972 (priss) R 13967 13967 12570 0 -1 4202560 35780 0 0 0 105606 45 0 0 25 0 5 0 518046660 687128576 135961 33554432000 4194304 5787044 140736833830176 18446744073709551615 5586761 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=13968/tid=13973] ppid=13967 vsize=671024 CPUtime=1062.28 cores=0,2,4,6
/proc/13968/task/13973/stat : 13973 (priss) R 13967 13967 12570 0 -1 4202560 32081 0 0 0 106207 21 0 0 25 0 5 0 518046661 687128576 135961 33554432000 4194304 5787044 140736833830176 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4243.31
Current children cumulated vsize (KiB) 679724

[startup+1122.3 s]
/proc/loadavg: 8.07 8.08 8.05 9/188 14036
/proc/meminfo: memFree=25570940/32950928 swapFree=67111364/67111528
[pid=13967] ppid=13965 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13967/stat : 13967 (prissAuto.sh) S 13965 13967 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 518046658 8908800 252 33554432000 4194304 4922060 140735900009648 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13967/statm: 2175 252 211 178 0 68 0
[pid=13968] ppid=13967 vsize=736560 CPUtime=4482.97 cores=0,2,4,6
/proc/13968/stat : 13968 (priss) S 13967 13967 12570 0 -1 4202496 147228 0 0 0 448148 149 0 0 25 0 5 0 518046658 754237440 138110 33554432000 4194304 5787044 140736833830176 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/13968/statm: 184140 138110 417 389 0 179890 0
[pid=13968/tid=13970] ppid=13967 vsize=736560 CPUtime=1122.18 cores=0,2,4,6
/proc/13968/task/13970/stat : 13970 (priss) R 13967 13967 12570 0 -1 4202560 39946 0 0 0 112176 42 0 0 25 0 5 0 518046659 754237440 138110 33554432000 4194304 5787044 140736833830176 18446744073709551615 5591217 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=13968/tid=13971] ppid=13967 vsize=736560 CPUtime=1122.27 cores=0,2,4,6
/proc/13968/task/13971/stat : 13971 (priss) R 13967 13967 12570 0 -1 4202560 34646 0 0 0 112191 36 0 0 25 0 5 0 518046660 754237440 138110 33554432000 4194304 5787044 140736833830176 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=13968/tid=13972] ppid=13967 vsize=736560 CPUtime=1116.18 cores=0,2,4,6
/proc/13968/task/13972/stat : 13972 (priss) R 13967 13967 12570 0 -1 4202560 37877 0 0 0 111570 48 0 0 25 0 5 0 518046660 754237440 138110 33554432000 4194304 5787044 140736833830176 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=13968/tid=13973] ppid=13967 vsize=736560 CPUtime=1122.28 cores=0,2,4,6
/proc/13968/task/13973/stat : 13973 (priss) R 13967 13967 12570 0 -1 4202560 32083 0 0 0 112207 21 0 0 25 0 5 0 518046661 754237440 138110 33554432000 4194304 5787044 140736833830176 18446744073709551615 5527057 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4482.97
Current children cumulated vsize (KiB) 745260

[startup+1182.3 s]
/proc/loadavg: 8.09 8.08 8.05 9/188 14038
/proc/meminfo: memFree=25492932/32950928 swapFree=67111364/67111528
[pid=13967] ppid=13965 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13967/stat : 13967 (prissAuto.sh) S 13965 13967 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 518046658 8908800 252 33554432000 4194304 4922060 140735900009648 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13967/statm: 2175 252 211 178 0 68 0
[pid=13968] ppid=13967 vsize=740660 CPUtime=4722.64 cores=0,2,4,6
/proc/13968/stat : 13968 (priss) S 13967 13967 12570 0 -1 4202496 150458 0 0 0 472110 154 0 0 25 0 5 0 518046658 758435840 141340 33554432000 4194304 5787044 140736833830176 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/13968/statm: 185165 141340 417 389 0 180915 0
[pid=13968/tid=13970] ppid=13967 vsize=740660 CPUtime=1182.18 cores=0,2,4,6
/proc/13968/task/13970/stat : 13970 (priss) R 13967 13967 12570 0 -1 4202560 41052 0 0 0 118176 42 0 0 25 0 5 0 518046659 758435840 141340 33554432000 4194304 5787044 140736833830176 18446744073709551615 4238736 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=13968/tid=13971] ppid=13967 vsize=740660 CPUtime=1182.28 cores=0,2,4,6
/proc/13968/task/13971/stat : 13971 (priss) R 13967 13967 12570 0 -1 4202560 34730 0 0 0 118191 37 0 0 25 0 5 0 518046660 758435840 141340 33554432000 4194304 5787044 140736833830176 18446744073709551615 5591219 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=13968/tid=13972] ppid=13967 vsize=740660 CPUtime=1175.85 cores=0,2,4,6
/proc/13968/task/13972/stat : 13972 (priss) R 13967 13967 12570 0 -1 4202560 39910 0 0 0 117533 52 0 0 25 0 5 0 518046660 758435840 141340 33554432000 4194304 5787044 140736833830176 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=13968/tid=13973] ppid=13967 vsize=740660 CPUtime=1182.28 cores=0,2,4,6
/proc/13968/task/13973/stat : 13973 (priss) R 13967 13967 12570 0 -1 4202560 32090 0 0 0 118207 21 0 0 25 0 5 0 518046661 758435840 141340 33554432000 4194304 5787044 140736833830176 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722.64
Current children cumulated vsize (KiB) 749360



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.07 8.07 8.04 9/188 14038
/proc/meminfo: memFree=25483252/32950928 swapFree=67111364/67111528
[pid=13967] ppid=13965 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13967/stat : 13967 (prissAuto.sh) S 13965 13967 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 518046658 8908800 252 33554432000 4194304 4922060 140735900009648 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13967/statm: 2175 252 211 178 0 68 0
[pid=13968] ppid=13967 vsize=744760 CPUtime=4800.14 cores=0,2,4,6
/proc/13968/stat : 13968 (priss) S 13967 13967 12570 0 -1 4202496 152253 0 0 0 479859 155 0 0 25 0 5 0 518046658 762634240 143135 33554432000 4194304 5787044 140736833830176 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/13968/statm: 186190 143135 417 389 0 181940 0
[pid=13968/tid=13970] ppid=13967 vsize=744760 CPUtime=1201.58 cores=0,2,4,6
/proc/13968/task/13970/stat : 13970 (priss) R 13967 13967 12570 0 -1 4202560 42108 0 0 0 120116 42 0 0 25 0 5 0 518046659 762634240 143135 33554432000 4194304 5787044 140736833830176 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=13968/tid=13971] ppid=13967 vsize=744760 CPUtime=1201.69 cores=0,2,4,6
/proc/13968/task/13971/stat : 13971 (priss) R 13967 13967 12570 0 -1 4202560 34843 0 0 0 120132 37 0 0 25 0 5 0 518046660 762634240 143135 33554432000 4194304 5787044 140736833830176 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=13968/tid=13972] ppid=13967 vsize=744760 CPUtime=1195.14 cores=0,2,4,6
/proc/13968/task/13972/stat : 13972 (priss) R 13967 13967 12570 0 -1 4202560 40526 0 0 0 119461 53 0 0 25 0 5 0 518046660 762634240 143135 33554432000 4194304 5787044 140736833830176 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=13968/tid=13973] ppid=13967 vsize=744760 CPUtime=1201.68 cores=0,2,4,6
/proc/13968/task/13973/stat : 13973 (priss) R 13967 13967 12570 0 -1 4202560 32100 0 0 0 120147 21 0 0 25 0 5 0 518046661 762634240 143135 33554432000 4194304 5787044 140736833830176 18446744073709551615 5527147 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.14
Current children cumulated vsize (KiB) 753460

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

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

[startup+1201.7 s]
/proc/loadavg: 8.07 8.07 8.04 9/188 14038
/proc/meminfo: memFree=25483252/32950928 swapFree=67111364/67111528
[pid=13967] ppid=13965 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13967/stat : 13967 (prissAuto.sh) S 13965 13967 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 518046658 8908800 252 33554432000 4194304 4922060 140735900009648 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13967/statm: 2175 252 211 178 0 68 0
[pid=13968] ppid=13967 vsize=744760 CPUtime=4800.14 cores=0,2,4,6
/proc/13968/stat : 13968 (priss) S 13967 13967 12570 0 -1 4202496 152253 0 0 0 479859 155 0 0 25 0 5 0 518046658 762634240 143135 33554432000 4194304 5787044 140736833830176 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/13968/statm: 186190 143135 417 389 0 181940 0
[pid=13968/tid=13970] ppid=13967 vsize=744760 CPUtime=1201.58 cores=0,2,4,6
/proc/13968/task/13970/stat : 13970 (priss) R 13967 13967 12570 0 -1 4202560 42108 0 0 0 120116 42 0 0 25 0 5 0 518046659 762634240 143135 33554432000 4194304 5787044 140736833830176 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=13968/tid=13971] ppid=13967 vsize=744760 CPUtime=1201.69 cores=0,2,4,6
/proc/13968/task/13971/stat : 13971 (priss) R 13967 13967 12570 0 -1 4202560 34843 0 0 0 120132 37 0 0 25 0 5 0 518046660 762634240 143135 33554432000 4194304 5787044 140736833830176 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=13968/tid=13972] ppid=13967 vsize=744760 CPUtime=1195.14 cores=0,2,4,6
/proc/13968/task/13972/stat : 13972 (priss) R 13967 13967 12570 0 -1 4202560 40526 0 0 0 119461 53 0 0 25 0 5 0 518046660 762634240 143135 33554432000 4194304 5787044 140736833830176 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=13968/tid=13973] ppid=13967 vsize=744760 CPUtime=1201.68 cores=0,2,4,6
/proc/13968/task/13973/stat : 13973 (priss) R 13967 13967 12570 0 -1 4202560 32100 0 0 0 120147 21 0 0 25 0 5 0 518046661 762634240 143135 33554432000 4194304 5787044 140736833830176 18446744073709551615 5527147 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.14
Current children cumulated vsize (KiB) 753460

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1201.72
CPU time (s): 4800.14
CPU user time (s): 4798.59
CPU system time (s): 1.55
CPU usage (%): 399.44
Max. virtual memory (cumulated for all children) (KiB): 753460

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

runsolver used 1.85472 second user time and 4.70328 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-29 10:07:50
IDJOB=3263527
IDBENCH=83985
IDSOLVER=1602
FILE ID=node127/3263527-1304064470
RUNJOBID= node127-1304052231-12588
PBS_JOBID= 13170417
Free space on /tmp= 71816 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_15_90_1-dir.shuffled-as.sat03-136.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3263527-1304064470/watcher-3263527-1304064470 -o /tmp/evaluation-result-3263527-1304064470/solver-3263527-1304064470 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3263527-1304064470.cnf 669940374 4800 15500 4

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

MD5SUM BENCH= 5bd7c76aed56f767985526812cdb8e0e
RANDOM SEED=669940374

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:      26089784 kB
Buffers:       1387972 kB
Cached:        4701984 kB
SwapCached:          0 kB
Active:        1972484 kB
Inactive:      4414160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26089784 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            1984 kB
Writeback:           4 kB
AnonPages:      296416 kB
Mapped:          15640 kB
Slab:           409912 kB
PageTables:       5400 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   484576 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= 71816 MiB
End job on node127 at 2011-04-29 10:27:54