Trace number 3250149

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.16 1201.82

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-3-6_2072.cnf
MD5SUMd2ef996f95bbf68a3c980c797dfdc364
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2071
Number of clauses159039
Sum of the clauses size479052
Maximum clause length6
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3158394
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5645

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: 29877
0.00/0.00	c setup for 4cores
0.00/0.04	c parsetime: 39856us
0.00/0.04	c parsed 159039 clauses with 2071 variables
0.00/0.05	c NW started thread 0 successfully (1103264064)
0.00/0.06	c NW started thread 1 successfully (1091414336)
0.00/0.08	c NW started thread 2 successfully (1113753920)
0.00/0.13	c NW started thread 3 successfully (1124243776)
19.76/5.08	c preprocessor returned 10001 variables
19.76/5.08	c preprocessing returned UNKNOWN
19.76/5.08	c PP set 398 variables
19.76/5.08	c pp time: 4998667us (4s)
19.76/5.09	c preprocessor returned 10001 variables
19.76/5.09	c preprocessing returned UNKNOWN
19.76/5.09	c PP set 398 variables
19.76/5.09	c pp time: 5022588us (5s)
20.15/5.10	c preprocessor returned 10001 variables
20.15/5.10	c preprocessing returned UNKNOWN
20.15/5.10	c PP set 398 variables
20.15/5.10	c pp time: 5048077us (5s)
31.73/8.02	c preprocessor returned 30016 variables
31.73/8.02	c preprocessing returned UNKNOWN
31.73/8.02	c PP set 398 variables
31.73/8.02	c pp time: 7914182us (7s)
32.13/8.10	c HTE
32.13/8.13	c subsumption
33.34/8.49	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-3250149-1304059068/watcher-3250149-1304059068 -o /tmp/evaluation-result-3250149-1304059068/solver-3250149-1304059068 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3250149-1304059068.cnf 1866457829 4800 15500 4 

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

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


[startup+0 s]
/proc/loadavg: 7.77 8.03 8.06 5/182 29876
/proc/meminfo: memFree=24025612/32951124 swapFree=67111524/67111528
[pid=29876] ppid=29874 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29876/stat : 29876 (prissAuto.sh) S 29874 29876 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517504586 8908800 252 33554432000 4194304 4922060 140736259067520 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29876/statm: 2175 252 211 178 0 68 0

[startup+0.0503561 s]
/proc/loadavg: 7.77 8.03 8.06 5/182 29876
/proc/meminfo: memFree=24025612/32951124 swapFree=67111524/67111528
[pid=29876] ppid=29874 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29876/stat : 29876 (prissAuto.sh) S 29874 29876 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517504586 8908800 252 33554432000 4194304 4922060 140736259067520 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29876/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.160774 s]
/proc/loadavg: 7.77 8.03 8.06 5/182 29876
/proc/meminfo: memFree=24025612/32951124 swapFree=67111524/67111528
[pid=29876] ppid=29874 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29876/stat : 29876 (prissAuto.sh) S 29874 29876 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517504586 8908800 252 33554432000 4194304 4922060 140736259067520 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29876/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.837631 s]
/proc/loadavg: 7.77 8.03 8.06 5/182 29876
/proc/meminfo: memFree=24025612/32951124 swapFree=67111524/67111528
[pid=29876] ppid=29874 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29876/stat : 29876 (prissAuto.sh) S 29874 29876 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517504586 8908800 252 33554432000 4194304 4922060 140736259067520 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29876/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.955174 s]
/proc/loadavg: 7.77 8.03 8.06 5/182 29876
/proc/meminfo: memFree=24025612/32951124 swapFree=67111524/67111528
[pid=29876] ppid=29874 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29876/stat : 29876 (prissAuto.sh) S 29874 29876 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517504586 8908800 252 33554432000 4194304 4922060 140736259067520 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29876/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.88899 s]
/proc/loadavg: 7.77 8.03 8.06 5/182 29876
/proc/meminfo: memFree=24025612/32951124 swapFree=67111524/67111528
[pid=29876] ppid=29874 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29876/stat : 29876 (prissAuto.sh) S 29874 29876 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517504586 8908800 252 33554432000 4194304 4922060 140736259067520 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29876/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10077 s]
/proc/loadavg: 7.77 8.03 8.06 10/188 29882
/proc/meminfo: memFree=23955760/32951124 swapFree=67111524/67111528
[pid=29876] ppid=29874 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29876/stat : 29876 (prissAuto.sh) S 29874 29876 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517504586 8908800 252 33554432000 4194304 4922060 140736259067520 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29876/statm: 2175 252 211 178 0 68 0
[pid=29877] ppid=29876 vsize=310868 CPUtime=12.17 cores=0,2,4,6
/proc/29877/stat : 29877 (priss) S 29876 29876 28051 0 -1 4202496 20475 0 0 0 1211 6 0 0 20 0 5 0 517504586 318328832 19357 33554432000 4194304 5787044 140735936902272 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29877/statm: 77717 19357 352 389 0 73467 0
[pid=29877/tid=29879] ppid=29876 vsize=310868 CPUtime=3.03 cores=0,2,4,6
/proc/29877/task/29879/stat : 29879 (priss) R 29876 29876 28051 0 -1 4202560 3629 0 0 0 303 0 0 0 25 0 5 0 517504591 318328832 19357 33554432000 4194304 5787044 140735936902272 18446744073709551615 4336816 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29877/tid=29880] ppid=29876 vsize=310868 CPUtime=3.01 cores=0,2,4,6
/proc/29877/task/29880/stat : 29880 (priss) R 29876 29876 28051 0 -1 4202560 2760 0 0 0 300 1 0 0 21 0 5 0 517504592 318328832 19357 33554432000 4194304 5787044 140735936902272 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29877/tid=29881] ppid=29876 vsize=310868 CPUtime=3 cores=0,2,4,6
/proc/29877/task/29881/stat : 29881 (priss) R 29876 29876 28051 0 -1 4202560 2765 0 0 0 299 1 0 0 21 0 5 0 517504594 318328832 19357 33554432000 4194304 5787044 140735936902272 18446744073709551615 4336786 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29877/tid=29882] ppid=29876 vsize=310868 CPUtime=2.98 cores=0,2,4,6
/proc/29877/task/29882/stat : 29882 (priss) R 29876 29876 28051 0 -1 4202560 2666 0 0 0 298 0 0 0 21 0 5 0 517504596 318328832 19357 33554432000 4194304 5787044 140735936902272 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.17
Current children cumulated vsize (KiB) 319568

[startup+6.30119 s]
/proc/loadavg: 7.87 8.05 8.07 9/188 29882
/proc/meminfo: memFree=23921188/32951124 swapFree=67111524/67111528
[pid=29876] ppid=29874 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29876/stat : 29876 (prissAuto.sh) S 29874 29876 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517504586 8908800 252 33554432000 4194304 4922060 140736259067520 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29876/statm: 2175 252 211 178 0 68 0
[pid=29877] ppid=29876 vsize=328288 CPUtime=24.95 cores=0,2,4,6
/proc/29877/stat : 29877 (priss) S 29876 29876 28051 0 -1 4202496 28266 0 0 0 2487 8 0 0 20 0 5 0 517504586 336166912 26207 33554432000 4194304 5787044 140735936902272 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29877/statm: 82072 26207 404 389 0 77822 0
[pid=29877/tid=29879] ppid=29876 vsize=328288 CPUtime=6.23 cores=0,2,4,6
/proc/29877/task/29879/stat : 29879 (priss) R 29876 29876 28051 0 -1 4202560 4577 0 0 0 623 0 0 0 25 0 5 0 517504591 336166912 26207 33554432000 4194304 5787044 140735936902272 18446744073709551615 5591515 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29877/tid=29880] ppid=29876 vsize=328288 CPUtime=6.19 cores=0,2,4,6
/proc/29877/task/29880/stat : 29880 (priss) R 29876 29876 28051 0 -1 4202560 5584 0 0 0 617 2 0 0 25 0 5 0 517504592 336166912 26207 33554432000 4194304 5787044 140735936902272 18446744073709551615 5591083 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29877/tid=29881] ppid=29876 vsize=328288 CPUtime=6.2 cores=0,2,4,6
/proc/29877/task/29881/stat : 29881 (priss) R 29876 29876 28051 0 -1 4202560 5055 0 0 0 619 1 0 0 25 0 5 0 517504594 336166912 26207 33554432000 4194304 5787044 140735936902272 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29877/tid=29882] ppid=29876 vsize=328288 CPUtime=6.18 cores=0,2,4,6
/proc/29877/task/29882/stat : 29882 (priss) R 29876 29876 28051 0 -1 4202560 4395 0 0 0 618 0 0 0 25 0 5 0 517504596 336166912 26207 33554432000 4194304 5787044 140735936902272 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.95
Current children cumulated vsize (KiB) 336988

[startup+12.701 s]
/proc/loadavg: 7.88 8.04 8.07 9/188 29883
/proc/meminfo: memFree=23905560/32951124 swapFree=67111524/67111528
[pid=29876] ppid=29874 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29876/stat : 29876 (prissAuto.sh) S 29874 29876 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517504586 8908800 252 33554432000 4194304 4922060 140736259067520 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29876/statm: 2175 252 211 178 0 68 0
[pid=29877] ppid=29876 vsize=331352 CPUtime=50.51 cores=0,2,4,6
/proc/29877/stat : 29877 (priss) S 29876 29876 28051 0 -1 4202496 33623 0 0 0 5039 12 0 0 20 0 5 0 517504586 339304448 30074 33554432000 4194304 5787044 140735936902272 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29877/statm: 82838 30074 417 389 0 78588 0
[pid=29877/tid=29879] ppid=29876 vsize=331352 CPUtime=12.64 cores=0,2,4,6
/proc/29877/task/29879/stat : 29879 (priss) R 29876 29876 28051 0 -1 4202560 5027 0 0 0 1263 1 0 0 25 0 5 0 517504591 339304448 30074 33554432000 4194304 5787044 140735936902272 18446744073709551615 5591552 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29877/tid=29880] ppid=29876 vsize=331352 CPUtime=12.56 cores=0,2,4,6
/proc/29877/task/29880/stat : 29880 (priss) R 29876 29876 28051 0 -1 4202560 6365 0 0 0 1253 3 0 0 25 0 5 0 517504592 339304448 30074 33554432000 4194304 5787044 140735936902272 18446744073709551615 4229321 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29877/tid=29881] ppid=29876 vsize=331352 CPUtime=12.6 cores=0,2,4,6
/proc/29877/task/29881/stat : 29881 (priss) R 29876 29876 28051 0 -1 4202560 5394 0 0 0 1257 3 0 0 25 0 5 0 517504594 339304448 30074 33554432000 4194304 5787044 140735936902272 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29877/tid=29882] ppid=29876 vsize=331352 CPUtime=12.58 cores=0,2,4,6
/proc/29877/task/29882/stat : 29882 (priss) R 29876 29876 28051 0 -1 4202560 8182 0 0 0 1256 2 0 0 25 0 5 0 517504596 339304448 30074 33554432000 4194304 5787044 140735936902272 18446744073709551615 5527607 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 340052

[startup+25.5067 s]
/proc/loadavg: 7.91 8.04 8.07 9/188 29883
/proc/meminfo: memFree=23885964/32951124 swapFree=67111524/67111528
[pid=29876] ppid=29874 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29876/stat : 29876 (prissAuto.sh) S 29874 29876 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517504586 8908800 252 33554432000 4194304 4922060 140736259067520 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29876/statm: 2175 252 211 178 0 68 0
[pid=29877] ppid=29876 vsize=335164 CPUtime=101.65 cores=0,2,4,6
/proc/29877/stat : 29877 (priss) S 29876 29876 28051 0 -1 4202496 38530 0 0 0 10147 18 0 0 20 0 5 0 517504586 343207936 34981 33554432000 4194304 5787044 140735936902272 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29877/statm: 83791 34981 417 389 0 79541 0
[pid=29877/tid=29879] ppid=29876 vsize=335164 CPUtime=25.45 cores=0,2,4,6
/proc/29877/task/29879/stat : 29879 (priss) R 29876 29876 28051 0 -1 4202560 6376 0 0 0 2542 3 0 0 25 0 5 0 517504591 343207936 34981 33554432000 4194304 5787044 140735936902272 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29877/tid=29880] ppid=29876 vsize=335164 CPUtime=25.29 cores=0,2,4,6
/proc/29877/task/29880/stat : 29880 (priss) R 29876 29876 28051 0 -1 4202560 7246 0 0 0 2525 4 0 0 25 0 5 0 517504592 343207936 34981 33554432000 4194304 5787044 140735936902272 18446744073709551615 5591712 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29877/tid=29881] ppid=29876 vsize=335164 CPUtime=25.4 cores=0,2,4,6
/proc/29877/task/29881/stat : 29881 (priss) R 29876 29876 28051 0 -1 4202560 7108 0 0 0 2535 5 0 0 25 0 5 0 517504594 343207936 34981 33554432000 4194304 5787044 140735936902272 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29877/tid=29882] ppid=29876 vsize=335164 CPUtime=25.38 cores=0,2,4,6
/proc/29877/task/29882/stat : 29882 (priss) R 29876 29876 28051 0 -1 4202560 9145 0 0 0 2535 3 0 0 25 0 5 0 517504596 343207936 34981 33554432000 4194304 5787044 140735936902272 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.65
Current children cumulated vsize (KiB) 343864

[startup+51.101 s]
/proc/loadavg: 7.94 8.04 8.06 9/188 29884
/proc/meminfo: memFree=23846460/32951124 swapFree=67111524/67111528
[pid=29876] ppid=29874 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29876/stat : 29876 (prissAuto.sh) S 29874 29876 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517504586 8908800 252 33554432000 4194304 4922060 140736259067520 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29876/statm: 2175 252 211 178 0 68 0
[pid=29877] ppid=29876 vsize=352908 CPUtime=203.87 cores=0,2,4,6
/proc/29877/stat : 29877 (priss) S 29876 29876 28051 0 -1 4202496 48294 0 0 0 20358 29 0 0 20 0 5 0 517504586 361377792 44678 33554432000 4194304 5787044 140735936902272 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29877/statm: 88227 44678 417 389 0 83977 0
[pid=29877/tid=29879] ppid=29876 vsize=352908 CPUtime=51.03 cores=0,2,4,6
/proc/29877/task/29879/stat : 29879 (priss) R 29876 29876 28051 0 -1 4202560 9190 0 0 0 5098 5 0 0 25 0 5 0 517504591 361377792 44678 33554432000 4194304 5787044 140735936902272 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29877/tid=29880] ppid=29876 vsize=352908 CPUtime=50.73 cores=0,2,4,6
/proc/29877/task/29880/stat : 29880 (priss) R 29876 29876 28051 0 -1 4202560 9935 0 0 0 5067 6 0 0 25 0 5 0 517504592 361377792 44678 33554432000 4194304 5787044 140735936902272 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29877/tid=29881] ppid=29876 vsize=352908 CPUtime=50.99 cores=0,2,4,6
/proc/29877/task/29881/stat : 29881 (priss) R 29876 29876 28051 0 -1 4202560 9255 0 0 0 5092 7 0 0 25 0 5 0 517504594 361377792 44678 33554432000 4194304 5787044 140735936902272 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29877/tid=29882] ppid=29876 vsize=352908 CPUtime=50.97 cores=0,2,4,6
/proc/29877/task/29882/stat : 29882 (priss) R 29876 29876 28051 0 -1 4202560 11259 0 0 0 5090 7 0 0 25 0 5 0 517504596 361377792 44678 33554432000 4194304 5787044 140735936902272 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.87
Current children cumulated vsize (KiB) 361608

[startup+102.301 s]
/proc/loadavg: 8.01 8.04 8.06 9/188 29885
/proc/meminfo: memFree=23795856/32951124 swapFree=67111524/67111528
[pid=29876] ppid=29874 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29876/stat : 29876 (prissAuto.sh) S 29874 29876 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517504586 8908800 252 33554432000 4194304 4922060 140736259067520 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29876/statm: 2175 252 211 178 0 68 0
[pid=29877] ppid=29876 vsize=374560 CPUtime=408.36 cores=0,2,4,6
/proc/29877/stat : 29877 (priss) S 29876 29876 28051 0 -1 4202496 62125 0 0 0 40794 42 0 0 20 0 5 0 517504586 383549440 58377 33554432000 4194304 5787044 140735936902272 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29877/statm: 93640 58377 417 389 0 89390 0
[pid=29877/tid=29879] ppid=29876 vsize=374560 CPUtime=102.22 cores=0,2,4,6
/proc/29877/task/29879/stat : 29879 (priss) R 29876 29876 28051 0 -1 4202560 13522 0 0 0 10212 10 0 0 25 0 5 0 517504591 383549440 58377 33554432000 4194304 5787044 140735936902272 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29877/tid=29880] ppid=29876 vsize=374560 CPUtime=101.65 cores=0,2,4,6
/proc/29877/task/29880/stat : 29880 (priss) R 29876 29876 28051 0 -1 4202560 13665 0 0 0 10156 9 0 0 25 0 5 0 517504592 383549440 58377 33554432000 4194304 5787044 140735936902272 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29877/tid=29881] ppid=29876 vsize=374560 CPUtime=102.17 cores=0,2,4,6
/proc/29877/task/29881/stat : 29881 (priss) R 29876 29876 28051 0 -1 4202560 12765 0 0 0 10208 9 0 0 25 0 5 0 517504594 383549440 58377 33554432000 4194304 5787044 140735936902272 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29877/tid=29882] ppid=29876 vsize=374560 CPUtime=102.17 cores=0,2,4,6
/proc/29877/task/29882/stat : 29882 (priss) R 29876 29876 28051 0 -1 4202560 13518 0 0 0 10207 10 0 0 25 0 5 0 517504596 383549440 58377 33554432000 4194304 5787044 140735936902272 18446744073709551615 5527008 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.36
Current children cumulated vsize (KiB) 383260

[startup+162.301 s]
/proc/loadavg: 8.09 8.06 8.07 9/188 29887
/proc/meminfo: memFree=23738064/32951124 swapFree=67111524/67111528
[pid=29876] ppid=29874 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29876/stat : 29876 (prissAuto.sh) S 29874 29876 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517504586 8908800 252 33554432000 4194304 4922060 140736259067520 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29876/statm: 2175 252 211 178 0 68 0
[pid=29877] ppid=29876 vsize=385752 CPUtime=648 cores=0,2,4,6

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

/proc/29877/task/29880/stat : 29880 (priss) R 29876 29876 28051 0 -1 4202560 36713 0 0 0 87880 28 0 0 25 0 5 0 517504592 732180480 141618 33554432000 4194304 5787044 140735936902272 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29877/tid=29881] ppid=29876 vsize=715020 CPUtime=882.05 cores=0,2,4,6
/proc/29877/task/29881/stat : 29881 (priss) R 29876 29876 28051 0 -1 4202560 32739 0 0 0 88171 34 0 0 25 0 5 0 517504594 732180480 141618 33554432000 4194304 5787044 140735936902272 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29877/tid=29882] ppid=29876 vsize=715020 CPUtime=880.45 cores=0,2,4,6
/proc/29877/task/29882/stat : 29882 (priss) R 29876 29876 28051 0 -1 4202560 33241 0 0 0 88011 34 0 0 25 0 5 0 517504596 732180480 141618 33554432000 4194304 5787044 140735936902272 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3523.93
Current children cumulated vsize (KiB) 723720

[startup+942.301 s]
/proc/loadavg: 8.17 8.14 8.10 9/188 29940
/proc/meminfo: memFree=23597304/32951124 swapFree=67111524/67111528
[pid=29876] ppid=29874 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29876/stat : 29876 (prissAuto.sh) S 29874 29876 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517504586 8908800 252 33554432000 4194304 4922060 140736259067520 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29876/statm: 2175 252 211 178 0 68 0
[pid=29877] ppid=29876 vsize=715020 CPUtime=3763.57 cores=0,2,4,6
/proc/29877/stat : 29877 (priss) S 29876 29876 28051 0 -1 4202496 149202 0 0 0 376217 140 0 0 20 0 5 0 517504586 732180480 143482 33554432000 4194304 5787044 140735936902272 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29877/statm: 178755 143482 417 389 0 174505 0
[pid=29877/tid=29879] ppid=29876 vsize=715020 CPUtime=942.19 cores=0,2,4,6
/proc/29877/task/29879/stat : 29879 (priss) R 29876 29876 28051 0 -1 4202560 35766 0 0 0 94182 37 0 0 25 0 5 0 517504591 732180480 143482 33554432000 4194304 5787044 140735936902272 18446744073709551615 5591241 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29877/tid=29880] ppid=29876 vsize=715020 CPUtime=938.75 cores=0,2,4,6
/proc/29877/task/29880/stat : 29880 (priss) R 29876 29876 28051 0 -1 4202560 38053 0 0 0 93844 31 0 0 25 0 5 0 517504592 732180480 143482 33554432000 4194304 5787044 140735936902272 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29877/tid=29881] ppid=29876 vsize=715020 CPUtime=942.03 cores=0,2,4,6
/proc/29877/task/29881/stat : 29881 (priss) R 29876 29876 28051 0 -1 4202560 33483 0 0 0 94169 34 0 0 25 0 5 0 517504594 732180480 143482 33554432000 4194304 5787044 140735936902272 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29877/tid=29882] ppid=29876 vsize=715020 CPUtime=940.45 cores=0,2,4,6
/proc/29877/task/29882/stat : 29882 (priss) R 29876 29876 28051 0 -1 4202560 33245 0 0 0 94011 34 0 0 25 0 5 0 517504596 732180480 143482 33554432000 4194304 5787044 140735936902272 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3763.57
Current children cumulated vsize (KiB) 723720

[startup+1002.31 s]
/proc/loadavg: 8.16 8.14 8.10 10/188 29942
/proc/meminfo: memFree=23597044/32951124 swapFree=67111524/67111528
[pid=29876] ppid=29874 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29876/stat : 29876 (prissAuto.sh) S 29874 29876 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517504586 8908800 252 33554432000 4194304 4922060 140736259067520 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29876/statm: 2175 252 211 178 0 68 0
[pid=29877] ppid=29876 vsize=715020 CPUtime=4003.26 cores=0,2,4,6
/proc/29877/stat : 29877 (priss) S 29876 29876 28051 0 -1 4202496 149210 0 0 0 400185 141 0 0 20 0 5 0 517504586 732180480 143490 33554432000 4194304 5787044 140735936902272 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29877/statm: 178755 143490 417 389 0 174505 0
[pid=29877/tid=29879] ppid=29876 vsize=715020 CPUtime=1002.2 cores=0,2,4,6
/proc/29877/task/29879/stat : 29879 (priss) R 29876 29876 28051 0 -1 4202560 35768 0 0 0 100183 37 0 0 25 0 5 0 517504591 732180480 143490 33554432000 4194304 5787044 140735936902272 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29877/tid=29880] ppid=29876 vsize=715020 CPUtime=998.43 cores=0,2,4,6
/proc/29877/task/29880/stat : 29880 (priss) R 29876 29876 28051 0 -1 4202560 38055 0 0 0 99812 31 0 0 25 0 5 0 517504592 732180480 143490 33554432000 4194304 5787044 140735936902272 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29877/tid=29881] ppid=29876 vsize=715020 CPUtime=1002.03 cores=0,2,4,6
/proc/29877/task/29881/stat : 29881 (priss) R 29876 29876 28051 0 -1 4202560 33483 0 0 0 100169 34 0 0 25 0 5 0 517504594 732180480 143490 33554432000 4194304 5787044 140735936902272 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29877/tid=29882] ppid=29876 vsize=715020 CPUtime=1000.46 cores=0,2,4,6
/proc/29877/task/29882/stat : 29882 (priss) R 29876 29876 28051 0 -1 4202560 33249 0 0 0 100011 35 0 0 25 0 5 0 517504596 732180480 143490 33554432000 4194304 5787044 140735936902272 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.26
Current children cumulated vsize (KiB) 723720

[startup+1062.3 s]
/proc/loadavg: 8.10 8.13 8.09 10/188 29944
/proc/meminfo: memFree=23596528/32951124 swapFree=67111524/67111528
[pid=29876] ppid=29874 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29876/stat : 29876 (prissAuto.sh) S 29874 29876 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517504586 8908800 252 33554432000 4194304 4922060 140736259067520 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29876/statm: 2175 252 211 178 0 68 0
[pid=29877] ppid=29876 vsize=715020 CPUtime=4242.91 cores=0,2,4,6
/proc/29877/stat : 29877 (priss) S 29876 29876 28051 0 -1 4202496 149242 0 0 0 424150 141 0 0 20 0 5 0 517504586 732180480 143522 33554432000 4194304 5787044 140735936902272 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29877/statm: 178755 143522 417 389 0 174505 0
[pid=29877/tid=29879] ppid=29876 vsize=715020 CPUtime=1062.2 cores=0,2,4,6
/proc/29877/task/29879/stat : 29879 (priss) R 29876 29876 28051 0 -1 4202560 35776 0 0 0 106183 37 0 0 25 0 5 0 517504591 732180480 143522 33554432000 4194304 5787044 140735936902272 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29877/tid=29880] ppid=29876 vsize=715020 CPUtime=1058.1 cores=0,2,4,6
/proc/29877/task/29880/stat : 29880 (priss) R 29876 29876 28051 0 -1 4202560 38060 0 0 0 105779 31 0 0 25 0 5 0 517504592 732180480 143522 33554432000 4194304 5787044 140735936902272 18446744073709551615 5591266 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29877/tid=29881] ppid=29876 vsize=715020 CPUtime=1062.01 cores=0,2,4,6
/proc/29877/task/29881/stat : 29881 (priss) R 29876 29876 28051 0 -1 4202560 33485 0 0 0 106167 34 0 0 25 0 5 0 517504594 732180480 143522 33554432000 4194304 5787044 140735936902272 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29877/tid=29882] ppid=29876 vsize=715020 CPUtime=1060.45 cores=0,2,4,6
/proc/29877/task/29882/stat : 29882 (priss) R 29876 29876 28051 0 -1 4202560 33266 0 0 0 106010 35 0 0 25 0 5 0 517504596 732180480 143522 33554432000 4194304 5787044 140735936902272 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4242.91
Current children cumulated vsize (KiB) 723720

[startup+1122.3 s]
/proc/loadavg: 8.08 8.12 8.09 10/188 29945
/proc/meminfo: memFree=23593528/32951124 swapFree=67111524/67111528
[pid=29876] ppid=29874 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29876/stat : 29876 (prissAuto.sh) S 29874 29876 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517504586 8908800 252 33554432000 4194304 4922060 140736259067520 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29876/statm: 2175 252 211 178 0 68 0
[pid=29877] ppid=29876 vsize=715340 CPUtime=4482.57 cores=0,2,4,6
/proc/29877/stat : 29877 (priss) S 29876 29876 28051 0 -1 4202496 149384 0 0 0 448116 141 0 0 20 0 5 0 517504586 732508160 143664 33554432000 4194304 5787044 140735936902272 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29877/statm: 178835 143664 417 389 0 174585 0
[pid=29877/tid=29879] ppid=29876 vsize=715340 CPUtime=1122.2 cores=0,2,4,6
/proc/29877/task/29879/stat : 29879 (priss) R 29876 29876 28051 0 -1 4202560 35834 0 0 0 112183 37 0 0 25 0 5 0 517504591 732508160 143664 33554432000 4194304 5787044 140735936902272 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29877/tid=29880] ppid=29876 vsize=715340 CPUtime=1117.77 cores=0,2,4,6
/proc/29877/task/29880/stat : 29880 (priss) R 29876 29876 28051 0 -1 4202560 38079 0 0 0 111746 31 0 0 25 0 5 0 517504592 732508160 143664 33554432000 4194304 5787044 140735936902272 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29877/tid=29881] ppid=29876 vsize=715340 CPUtime=1122 cores=0,2,4,6
/proc/29877/task/29881/stat : 29881 (priss) R 29876 29876 28051 0 -1 4202560 33486 0 0 0 112166 34 0 0 25 0 5 0 517504594 732508160 143664 33554432000 4194304 5787044 140735936902272 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29877/tid=29882] ppid=29876 vsize=715340 CPUtime=1120.45 cores=0,2,4,6
/proc/29877/task/29882/stat : 29882 (priss) R 29876 29876 28051 0 -1 4202560 33330 0 0 0 112010 35 0 0 25 0 5 0 517504596 732508160 143664 33554432000 4194304 5787044 140735936902272 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4482.57
Current children cumulated vsize (KiB) 724040

[startup+1182.3 s]
/proc/loadavg: 8.03 8.09 8.08 9/188 29947
/proc/meminfo: memFree=23579496/32951124 swapFree=67111524/67111528
[pid=29876] ppid=29874 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29876/stat : 29876 (prissAuto.sh) S 29874 29876 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517504586 8908800 252 33554432000 4194304 4922060 140736259067520 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29876/statm: 2175 252 211 178 0 68 0
[pid=29877] ppid=29876 vsize=715340 CPUtime=4722.25 cores=0,2,4,6
/proc/29877/stat : 29877 (priss) S 29876 29876 28051 0 -1 4202496 149742 0 0 0 472084 141 0 0 20 0 5 0 517504586 732508160 144022 33554432000 4194304 5787044 140735936902272 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29877/statm: 178835 144022 417 389 0 174585 0
[pid=29877/tid=29879] ppid=29876 vsize=715340 CPUtime=1182.2 cores=0,2,4,6
/proc/29877/task/29879/stat : 29879 (priss) R 29876 29876 28051 0 -1 4202560 35991 0 0 0 118183 37 0 0 25 0 5 0 517504591 732508160 144022 33554432000 4194304 5787044 140735936902272 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29877/tid=29880] ppid=29876 vsize=715340 CPUtime=1177.45 cores=0,2,4,6
/proc/29877/task/29880/stat : 29880 (priss) R 29876 29876 28051 0 -1 4202560 38121 0 0 0 117714 31 0 0 25 0 5 0 517504592 732508160 144022 33554432000 4194304 5787044 140735936902272 18446744073709551615 5591239 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29877/tid=29881] ppid=29876 vsize=715340 CPUtime=1182 cores=0,2,4,6
/proc/29877/task/29881/stat : 29881 (priss) R 29876 29876 28051 0 -1 4202560 33511 0 0 0 118166 34 0 0 25 0 5 0 517504594 732508160 144022 33554432000 4194304 5787044 140735936902272 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29877/tid=29882] ppid=29876 vsize=715340 CPUtime=1180.45 cores=0,2,4,6
/proc/29877/task/29882/stat : 29882 (priss) R 29876 29876 28051 0 -1 4202560 33464 0 0 0 118010 35 0 0 25 0 5 0 517504596 732508160 144022 33554432000 4194304 5787044 140735936902272 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722.25
Current children cumulated vsize (KiB) 724040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.02 8.09 8.08 9/188 29947
/proc/meminfo: memFree=23573916/32951124 swapFree=67111524/67111528
[pid=29876] ppid=29874 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29876/stat : 29876 (prissAuto.sh) S 29874 29876 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517504586 8908800 252 33554432000 4194304 4922060 140736259067520 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29876/statm: 2175 252 211 178 0 68 0
[pid=29877] ppid=29876 vsize=715340 CPUtime=4800.16 cores=0,2,4,6
/proc/29877/stat : 29877 (priss) S 29876 29876 28051 0 -1 4202496 149967 0 0 0 479874 142 0 0 20 0 5 0 517504586 732508160 144247 33554432000 4194304 5787044 140735936902272 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29877/statm: 178835 144247 417 389 0 174585 0
[pid=29877/tid=29879] ppid=29876 vsize=715340 CPUtime=1201.71 cores=0,2,4,6
/proc/29877/task/29879/stat : 29879 (priss) R 29876 29876 28051 0 -1 4202560 36089 0 0 0 120134 37 0 0 25 0 5 0 517504591 732508160 144247 33554432000 4194304 5787044 140735936902272 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29877/tid=29880] ppid=29876 vsize=715340 CPUtime=1196.84 cores=0,2,4,6
/proc/29877/task/29880/stat : 29880 (priss) R 29876 29876 28051 0 -1 4202560 38193 0 0 0 119653 31 0 0 25 0 5 0 517504592 732508160 144247 33554432000 4194304 5787044 140735936902272 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29877/tid=29881] ppid=29876 vsize=715340 CPUtime=1201.51 cores=0,2,4,6
/proc/29877/task/29881/stat : 29881 (priss) R 29876 29876 28051 0 -1 4202560 33513 0 0 0 120116 35 0 0 25 0 5 0 517504594 732508160 144247 33554432000 4194304 5787044 140735936902272 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29877/tid=29882] ppid=29876 vsize=715340 CPUtime=1199.96 cores=0,2,4,6
/proc/29877/task/29882/stat : 29882 (priss) R 29876 29876 28051 0 -1 4202560 33517 0 0 0 119961 35 0 0 25 0 5 0 517504596 732508160 144247 33554432000 4194304 5787044 140735936902272 18446744073709551615 5527568 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.16
Current children cumulated vsize (KiB) 724040

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

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

[startup+1201.8 s]
/proc/loadavg: 8.02 8.09 8.08 9/188 29947
/proc/meminfo: memFree=23573916/32951124 swapFree=67111524/67111528
[pid=29876] ppid=29874 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29876/stat : 29876 (prissAuto.sh) S 29874 29876 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517504586 8908800 252 33554432000 4194304 4922060 140736259067520 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29876/statm: 2175 252 211 178 0 68 0
[pid=29877] ppid=29876 vsize=715340 CPUtime=4800.16 cores=0,2,4,6
/proc/29877/stat : 29877 (priss) S 29876 29876 28051 0 -1 4202496 149967 0 0 0 479874 142 0 0 20 0 5 0 517504586 732508160 144247 33554432000 4194304 5787044 140735936902272 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29877/statm: 178835 144247 417 389 0 174585 0
[pid=29877/tid=29879] ppid=29876 vsize=715340 CPUtime=1201.71 cores=0,2,4,6
/proc/29877/task/29879/stat : 29879 (priss) R 29876 29876 28051 0 -1 4202560 36089 0 0 0 120134 37 0 0 25 0 5 0 517504591 732508160 144247 33554432000 4194304 5787044 140735936902272 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29877/tid=29880] ppid=29876 vsize=715340 CPUtime=1196.84 cores=0,2,4,6
/proc/29877/task/29880/stat : 29880 (priss) R 29876 29876 28051 0 -1 4202560 38193 0 0 0 119653 31 0 0 25 0 5 0 517504592 732508160 144247 33554432000 4194304 5787044 140735936902272 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29877/tid=29881] ppid=29876 vsize=715340 CPUtime=1201.51 cores=0,2,4,6
/proc/29877/task/29881/stat : 29881 (priss) R 29876 29876 28051 0 -1 4202560 33513 0 0 0 120116 35 0 0 25 0 5 0 517504594 732508160 144247 33554432000 4194304 5787044 140735936902272 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29877/tid=29882] ppid=29876 vsize=715340 CPUtime=1199.96 cores=0,2,4,6
/proc/29877/task/29882/stat : 29882 (priss) R 29876 29876 28051 0 -1 4202560 33517 0 0 0 119961 35 0 0 25 0 5 0 517504596 732508160 144247 33554432000 4194304 5787044 140735936902272 18446744073709551615 5527568 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.16
Current children cumulated vsize (KiB) 724040

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1201.82
CPU time (s): 4800.16
CPU user time (s): 4798.74
CPU system time (s): 1.42
CPU usage (%): 399.408
Max. virtual memory (cumulated for all children) (KiB): 724040

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

runsolver used 1.80173 second user time and 4.75928 second system time

The end

Launcher Data

Begin job on node139 at 2011-04-29 08:37:49
IDJOB=3250149
IDBENCH=83245
IDSOLVER=1602
FILE ID=node139/3250149-1304059068
RUNJOBID= node139-1304045238-28069
PBS_JOBID= 13170397
Free space on /tmp= 72548 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT11/crafted/kullmann/GreenTao/GreenTaok1k2/GreenTao_2-3-6_2072.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3250149-1304059068/watcher-3250149-1304059068 -o /tmp/evaluation-result-3250149-1304059068/solver-3250149-1304059068 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3250149-1304059068.cnf 1866457829 4800 15500 4

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

MD5SUM BENCH= d2ef996f95bbf68a3c980c797dfdc364
RANDOM SEED=1866457829

node139.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5321.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24025776 kB
Buffers:       2031996 kB
Cached:        5900240 kB
SwapCached:          4 kB
Active:        1284624 kB
Inactive:      7123012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24025776 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            3920 kB
Writeback:          20 kB
AnonPages:      475204 kB
Mapped:          15632 kB
Slab:           452780 kB
PageTables:       5580 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   686500 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= 72548 MiB
End job on node139 at 2011-04-29 08:57:52