Trace number 3258027

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

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v945c61409g6.cnf
MD5SUM2094ee8d4e443e860293b947e469bd81
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 variables945
Number of clauses61409
Sum of the clauses size123673
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 261364
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

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: 29703
0.00/0.00	c setup for 4cores
0.00/0.01	c parsetime: 12548us
0.00/0.01	c parsed 61409 clauses with 945 variables
0.00/0.02	c NW started thread 0 successfully (1094060352)
0.00/0.02	c NW started thread 1 successfully (1110939968)
0.00/0.03	c NW started thread 2 successfully (1121429824)
0.00/0.03	c NW started thread 3 successfully (1131919680)
0.00/1.85	c preprocessor returned 10006 variables
0.00/1.85	c preprocessing returned UNKNOWN
0.00/1.85	c PP set 0 variables
0.00/1.85	c pp time: 1813637us (1s)
0.00/1.85	c preprocessor returned 10006 variables
0.00/1.85	c preprocessing returned UNKNOWN
0.00/1.85	c PP set 0 variables
0.00/1.85	c pp time: 1813708us (1s)
0.00/1.85	c preprocessor returned 10006 variables
0.00/1.85	c preprocessing returned UNKNOWN
0.00/1.85	c PP set 0 variables
0.00/1.85	c pp time: 1817004us (1s)
65.79/16.51	c preprocessor returned 30038 variables
65.79/16.51	c preprocessing returned UNKNOWN
65.79/16.51	c PP set 0 variables
65.79/16.51	c pp time: 16471262us (16s)

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-3258027-1304044126/watcher-3258027-1304044126 -o /tmp/evaluation-result-3258027-1304044126/solver-3258027-1304044126 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3258027-1304044126.cnf 871749764 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.14 7.47 7.69 5/182 29702
/proc/meminfo: memFree=20313148/32950928 swapFree=67111524/67111528
[pid=29702] ppid=29700 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29702/stat : 29702 (prissAuto.sh) S 29700 29702 28251 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594643246 8908800 251 33554432000 4194304 4922060 140737376194832 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29702/statm: 2175 251 211 178 0 68 0

[startup+0.235647 s]
/proc/loadavg: 7.14 7.47 7.69 5/182 29702
/proc/meminfo: memFree=20313148/32950928 swapFree=67111524/67111528
[pid=29702] ppid=29700 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29702/stat : 29702 (prissAuto.sh) S 29700 29702 28251 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594643246 8908800 251 33554432000 4194304 4922060 140737376194832 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29702/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.04174 s]
/proc/loadavg: 7.14 7.47 7.69 5/182 29702
/proc/meminfo: memFree=20313148/32950928 swapFree=67111524/67111528
[pid=29702] ppid=29700 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29702/stat : 29702 (prissAuto.sh) S 29700 29702 28251 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594643246 8908800 251 33554432000 4194304 4922060 140737376194832 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29702/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.10421 s]
/proc/loadavg: 7.14 7.47 7.69 5/182 29702
/proc/meminfo: memFree=20313148/32950928 swapFree=67111524/67111528
[pid=29702] ppid=29700 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29702/stat : 29702 (prissAuto.sh) S 29700 29702 28251 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594643246 8908800 251 33554432000 4194304 4922060 140737376194832 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29702/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.2427 s]
/proc/loadavg: 7.14 7.47 7.69 5/182 29702
/proc/meminfo: memFree=20313148/32950928 swapFree=67111524/67111528
[pid=29702] ppid=29700 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29702/stat : 29702 (prissAuto.sh) S 29700 29702 28251 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594643246 8908800 251 33554432000 4194304 4922060 140737376194832 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29702/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50066 s]
/proc/loadavg: 7.14 7.47 7.69 5/182 29702
/proc/meminfo: memFree=20313148/32950928 swapFree=67111524/67111528
[pid=29702] ppid=29700 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29702/stat : 29702 (prissAuto.sh) S 29700 29702 28251 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594643246 8908800 251 33554432000 4194304 4922060 140737376194832 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29702/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10636 s]
/proc/loadavg: 7.21 7.48 7.70 9/188 29708
/proc/meminfo: memFree=20262884/32950928 swapFree=67111524/67111528
[pid=29702] ppid=29700 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29702/stat : 29702 (prissAuto.sh) S 29700 29702 28251 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594643246 8908800 251 33554432000 4194304 4922060 140737376194832 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29702/statm: 2175 251 211 178 0 68 0
[pid=29703] ppid=29702 vsize=286948 CPUtime=12.29 cores=0,2,4,6
/proc/29703/stat : 29703 (priss) S 29702 29702 28251 0 -1 4202496 22909 0 0 0 1224 5 0 0 18 0 5 0 594643246 293834752 12510 33554432000 4194304 5787044 140735635642128 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29703/statm: 71737 12510 404 389 0 67487 0
[pid=29703/tid=29705] ppid=29702 vsize=286948 CPUtime=3.06 cores=0,2,4,6
/proc/29703/task/29705/stat : 29705 (priss) R 29702 29702 28251 0 -1 4202560 5265 0 0 0 306 0 0 0 19 0 5 0 594643248 293834752 12510 33554432000 4194304 5787044 140735635642128 18446744073709551615 4220488 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29703/tid=29706] ppid=29702 vsize=286948 CPUtime=3.06 cores=0,2,4,6
/proc/29703/task/29706/stat : 29706 (priss) R 29702 29702 28251 0 -1 4202560 5045 0 0 0 305 1 0 0 19 0 5 0 594643249 293834752 12510 33554432000 4194304 5787044 140735635642128 18446744073709551615 5588133 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29703/tid=29707] ppid=29702 vsize=286948 CPUtime=3.04 cores=0,2,4,6
/proc/29703/task/29707/stat : 29707 (priss) R 29702 29702 28251 0 -1 4202560 4886 0 0 0 303 1 0 0 19 0 5 0 594643249 293834752 12510 33554432000 4194304 5787044 140735635642128 18446744073709551615 4215338 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29703/tid=29708] ppid=29702 vsize=286948 CPUtime=3.05 cores=0,2,4,6
/proc/29703/task/29708/stat : 29708 (priss) R 29702 29702 28251 0 -1 4202560 3834 0 0 0 305 0 0 0 25 0 5 0 594643250 293834752 12510 33554432000 4194304 5787044 140735635642128 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 295648

[startup+6.30076 s]
/proc/loadavg: 7.21 7.48 7.70 9/188 29709
/proc/meminfo: memFree=20258428/32950928 swapFree=67111524/67111528
[pid=29702] ppid=29700 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29702/stat : 29702 (prissAuto.sh) S 29700 29702 28251 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594643246 8908800 251 33554432000 4194304 4922060 140737376194832 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29702/statm: 2175 251 211 178 0 68 0
[pid=29703] ppid=29702 vsize=286948 CPUtime=25.07 cores=0,2,4,6
/proc/29703/stat : 29703 (priss) S 29702 29702 28251 0 -1 4202496 23730 0 0 0 2502 5 0 0 18 0 5 0 594643246 293834752 13331 33554432000 4194304 5787044 140735635642128 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29703/statm: 71737 13331 404 389 0 67487 0
[pid=29703/tid=29705] ppid=29702 vsize=286948 CPUtime=6.26 cores=0,2,4,6
/proc/29703/task/29705/stat : 29705 (priss) R 29702 29702 28251 0 -1 4202560 5508 0 0 0 626 0 0 0 25 0 5 0 594643248 293834752 13331 33554432000 4194304 5787044 140735635642128 18446744073709551615 4216669 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29703/tid=29706] ppid=29702 vsize=286948 CPUtime=6.26 cores=0,2,4,6
/proc/29703/task/29706/stat : 29706 (priss) R 29702 29702 28251 0 -1 4202560 5298 0 0 0 625 1 0 0 25 0 5 0 594643249 293834752 13331 33554432000 4194304 5787044 140735635642128 18446744073709551615 4254928 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29703/tid=29707] ppid=29702 vsize=286948 CPUtime=6.23 cores=0,2,4,6
/proc/29703/task/29707/stat : 29707 (priss) R 29702 29702 28251 0 -1 4202560 5211 0 0 0 622 1 0 0 25 0 5 0 594643249 293834752 13331 33554432000 4194304 5787044 140735635642128 18446744073709551615 5586623 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29703/tid=29708] ppid=29702 vsize=286948 CPUtime=6.25 cores=0,2,4,6
/proc/29703/task/29708/stat : 29708 (priss) R 29702 29702 28251 0 -1 4202560 3834 0 0 0 625 0 0 0 25 0 5 0 594643250 293834752 13331 33554432000 4194304 5787044 140735635642128 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 295648

[startup+12.7006 s]
/proc/loadavg: 7.33 7.49 7.70 9/188 29709
/proc/meminfo: memFree=20244720/32950928 swapFree=67111524/67111528
[pid=29702] ppid=29700 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29702/stat : 29702 (prissAuto.sh) S 29700 29702 28251 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594643246 8908800 251 33554432000 4194304 4922060 140737376194832 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29702/statm: 2175 251 211 178 0 68 0
[pid=29703] ppid=29702 vsize=291048 CPUtime=50.61 cores=0,2,4,6
/proc/29703/stat : 29703 (priss) S 29702 29702 28251 0 -1 4202496 26483 0 0 0 5055 6 0 0 18 0 5 0 594643246 298033152 16084 33554432000 4194304 5787044 140735635642128 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29703/statm: 72762 16084 404 389 0 68512 0
[pid=29703/tid=29705] ppid=29702 vsize=291048 CPUtime=12.66 cores=0,2,4,6
/proc/29703/task/29705/stat : 29705 (priss) R 29702 29702 28251 0 -1 4202560 6091 0 0 0 1265 1 0 0 25 0 5 0 594643248 298033152 16084 33554432000 4194304 5787044 140735635642128 18446744073709551615 4218282 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29703/tid=29706] ppid=29702 vsize=291048 CPUtime=12.65 cores=0,2,4,6
/proc/29703/task/29706/stat : 29706 (priss) R 29702 29702 28251 0 -1 4202560 6894 0 0 0 1264 1 0 0 25 0 5 0 594643249 298033152 16084 33554432000 4194304 5787044 140735635642128 18446744073709551615 5576432 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29703/tid=29707] ppid=29702 vsize=291048 CPUtime=12.6 cores=0,2,4,6
/proc/29703/task/29707/stat : 29707 (priss) R 29702 29702 28251 0 -1 4202560 5785 0 0 0 1258 2 0 0 25 0 5 0 594643249 298033152 16084 33554432000 4194304 5787044 140735635642128 18446744073709551615 5591671 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29703/tid=29708] ppid=29702 vsize=291048 CPUtime=12.64 cores=0,2,4,6
/proc/29703/task/29708/stat : 29708 (priss) R 29702 29702 28251 0 -1 4202560 3834 0 0 0 1264 0 0 0 25 0 5 0 594643250 298033152 16084 33554432000 4194304 5787044 140735635642128 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 299748

[startup+25.5012 s]
/proc/loadavg: 7.44 7.51 7.70 9/188 29709
/proc/meminfo: memFree=20200964/32950928 swapFree=67111524/67111528
[pid=29702] ppid=29700 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29702/stat : 29702 (prissAuto.sh) S 29700 29702 28251 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594643246 8908800 251 33554432000 4194304 4922060 140737376194832 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29702/statm: 2175 251 211 178 0 68 0
[pid=29703] ppid=29702 vsize=302668 CPUtime=101.74 cores=0,2,4,6
/proc/29703/stat : 29703 (priss) S 29702 29702 28251 0 -1 4202496 32461 0 0 0 10165 9 0 0 18 0 5 0 594643246 309932032 21357 33554432000 4194304 5787044 140735635642128 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29703/statm: 75667 21357 417 389 0 71417 0
[pid=29703/tid=29705] ppid=29702 vsize=302668 CPUtime=25.46 cores=0,2,4,6
/proc/29703/task/29705/stat : 29705 (priss) R 29702 29702 28251 0 -1 4202560 6816 0 0 0 2544 2 0 0 25 0 5 0 594643248 309932032 21357 33554432000 4194304 5787044 140735635642128 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29703/tid=29706] ppid=29702 vsize=302668 CPUtime=25.45 cores=0,2,4,6
/proc/29703/task/29706/stat : 29706 (priss) R 29702 29702 28251 0 -1 4202560 8725 0 0 0 2543 2 0 0 25 0 5 0 594643249 309932032 21357 33554432000 4194304 5787044 140735635642128 18446744073709551615 5576469 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29703/tid=29707] ppid=29702 vsize=302668 CPUtime=25.33 cores=0,2,4,6
/proc/29703/task/29707/stat : 29707 (priss) R 29702 29702 28251 0 -1 4202560 6648 0 0 0 2530 3 0 0 25 0 5 0 594643249 309932032 21357 33554432000 4194304 5787044 140735635642128 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29703/tid=29708] ppid=29702 vsize=302668 CPUtime=25.45 cores=0,2,4,6
/proc/29703/task/29708/stat : 29708 (priss) R 29702 29702 28251 0 -1 4202560 6393 0 0 0 2544 1 0 0 25 0 5 0 594643250 309932032 21357 33554432000 4194304 5787044 140735635642128 18446744073709551615 4255036 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.74
Current children cumulated vsize (KiB) 311368

[startup+51.1004 s]
/proc/loadavg: 7.63 7.55 7.71 9/188 29710
/proc/meminfo: memFree=20160260/32950928 swapFree=67111524/67111528
[pid=29702] ppid=29700 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29702/stat : 29702 (prissAuto.sh) S 29700 29702 28251 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594643246 8908800 251 33554432000 4194304 4922060 140737376194832 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29702/statm: 2175 251 211 178 0 68 0
[pid=29703] ppid=29702 vsize=313140 CPUtime=203.99 cores=0,2,4,6
/proc/29703/stat : 29703 (priss) S 29702 29702 28251 0 -1 4202496 39214 0 0 0 20384 15 0 0 18 0 5 0 594643246 320655360 28105 33554432000 4194304 5787044 140735635642128 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29703/statm: 78285 28105 417 389 0 74035 0
[pid=29703/tid=29705] ppid=29702 vsize=313140 CPUtime=51.06 cores=0,2,4,6
/proc/29703/task/29705/stat : 29705 (priss) R 29702 29702 28251 0 -1 4202560 8242 0 0 0 5102 4 0 0 25 0 5 0 594643248 320655360 28105 33554432000 4194304 5787044 140735635642128 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29703/tid=29706] ppid=29702 vsize=313140 CPUtime=51.05 cores=0,2,4,6
/proc/29703/task/29706/stat : 29706 (priss) R 29702 29702 28251 0 -1 4202560 11023 0 0 0 5102 3 0 0 25 0 5 0 594643249 320655360 28105 33554432000 4194304 5787044 140735635642128 18446744073709551615 5591552 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29703/tid=29707] ppid=29702 vsize=313140 CPUtime=50.78 cores=0,2,4,6
/proc/29703/task/29707/stat : 29707 (priss) R 29702 29702 28251 0 -1 4202560 8149 0 0 0 5074 4 0 0 25 0 5 0 594643249 320655360 28105 33554432000 4194304 5787044 140735635642128 18446744073709551615 5590998 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29703/tid=29708] ppid=29702 vsize=313140 CPUtime=51.04 cores=0,2,4,6
/proc/29703/task/29708/stat : 29708 (priss) R 29702 29702 28251 0 -1 4202560 7921 0 0 0 5103 1 0 0 25 0 5 0 594643250 320655360 28105 33554432000 4194304 5787044 140735635642128 18446744073709551615 5527065 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.99
Current children cumulated vsize (KiB) 321840

[startup+102.301 s]
/proc/loadavg: 7.95 7.65 7.73 9/188 29711
/proc/meminfo: memFree=20058072/32950928 swapFree=67111524/67111528
[pid=29702] ppid=29700 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29702/stat : 29702 (prissAuto.sh) S 29700 29702 28251 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594643246 8908800 251 33554432000 4194304 4922060 140737376194832 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29702/statm: 2175 251 211 178 0 68 0
[pid=29703] ppid=29702 vsize=333512 CPUtime=408.5 cores=0,2,4,6
/proc/29703/stat : 29703 (priss) S 29702 29702 28251 0 -1 4202496 51905 0 0 0 40823 27 0 0 18 0 5 0 594643246 341516288 40636 33554432000 4194304 5787044 140735635642128 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29703/statm: 83378 40636 418 389 0 79128 0
[pid=29703/tid=29705] ppid=29702 vsize=333512 CPUtime=102.25 cores=0,2,4,6
/proc/29703/task/29705/stat : 29705 (priss) R 29702 29702 28251 0 -1 4202560 11590 0 0 0 10217 8 0 0 25 0 5 0 594643248 341516288 40636 33554432000 4194304 5787044 140735635642128 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29703/tid=29706] ppid=29702 vsize=333512 CPUtime=102.25 cores=0,2,4,6
/proc/29703/task/29706/stat : 29706 (priss) R 29702 29702 28251 0 -1 4202560 13524 0 0 0 10219 6 0 0 25 0 5 0 594643249 341516288 40636 33554432000 4194304 5787044 140735635642128 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29703/tid=29707] ppid=29702 vsize=333512 CPUtime=101.69 cores=0,2,4,6
/proc/29703/task/29707/stat : 29707 (priss) R 29702 29702 28251 0 -1 4202560 12042 0 0 0 10162 7 0 0 25 0 5 0 594643249 341516288 40636 33554432000 4194304 5787044 140735635642128 18446744073709551615 5586878 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29703/tid=29708] ppid=29702 vsize=333512 CPUtime=102.24 cores=0,2,4,6
/proc/29703/task/29708/stat : 29708 (priss) R 29702 29702 28251 0 -1 4202560 10870 0 0 0 10220 4 0 0 25 0 5 0 594643250 341516288 40636 33554432000 4194304 5787044 140735635642128 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.5
Current children cumulated vsize (KiB) 342212

[startup+162.301 s]
/proc/loadavg: 8.08 7.74 7.75 9/188 29713
/proc/meminfo: memFree=19995812/32950928 swapFree=67111524/67111528
[pid=29702] ppid=29700 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29702/stat : 29702 (prissAuto.sh) S 29700 29702 28251 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594643246 8908800 251 33554432000 4194304 4922060 140737376194832 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29702/statm: 2175 251 211 178 0 68 0
[pid=29703] ppid=29702 vsize=344684 CPUtime=648.15 cores=0,2,4,6

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

/proc/29703/task/29706/stat : 29706 (priss) R 29702 29702 28251 0 -1 4202560 32452 0 0 0 88190 34 0 0 25 0 5 0 594643249 679907328 119840 33554432000 4194304 5787044 140735635642128 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29703/tid=29707] ppid=29702 vsize=663972 CPUtime=881.59 cores=0,2,4,6
/proc/29703/task/29707/stat : 29707 (priss) R 29702 29702 28251 0 -1 4202560 33835 0 0 0 88122 37 0 0 25 0 5 0 594643249 679907328 119840 33554432000 4194304 5787044 140735635642128 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29703/tid=29708] ppid=29702 vsize=663972 CPUtime=879.97 cores=0,2,4,6
/proc/29703/task/29708/stat : 29708 (priss) R 29702 29702 28251 0 -1 4202560 29510 0 0 0 87981 16 0 0 25 0 5 0 594643250 679907328 119840 33554432000 4194304 5787044 140735635642128 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3523.3
Current children cumulated vsize (KiB) 672672

[startup+942.301 s]
/proc/loadavg: 8.12 8.08 7.94 9/188 29736
/proc/meminfo: memFree=19270576/32950928 swapFree=67111524/67111528
[pid=29702] ppid=29700 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29702/stat : 29702 (prissAuto.sh) S 29700 29702 28251 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594643246 8908800 251 33554432000 4194304 4922060 140737376194832 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29702/statm: 2175 251 211 178 0 68 0
[pid=29703] ppid=29702 vsize=677308 CPUtime=3762.95 cores=0,2,4,6
/proc/29703/stat : 29703 (priss) S 29702 29702 28251 0 -1 4202496 140984 0 0 0 376164 131 0 0 18 0 5 0 594643246 693563392 127936 33554432000 4194304 5787044 140735635642128 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29703/statm: 169327 127936 419 389 0 165077 0
[pid=29703/tid=29705] ppid=29702 vsize=677308 CPUtime=939.42 cores=0,2,4,6
/proc/29703/task/29705/stat : 29705 (priss) R 29702 29702 28251 0 -1 4202560 34081 0 0 0 93908 34 0 0 25 0 5 0 594643248 693563392 127936 33554432000 4194304 5787044 140735635642128 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29703/tid=29706] ppid=29702 vsize=677308 CPUtime=942.02 cores=0,2,4,6
/proc/29703/task/29706/stat : 29706 (priss) R 29702 29702 28251 0 -1 4202560 33803 0 0 0 94166 36 0 0 25 0 5 0 594643249 693563392 127936 33554432000 4194304 5787044 140735635642128 18446744073709551615 5591760 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29703/tid=29707] ppid=29702 vsize=677308 CPUtime=941.58 cores=0,2,4,6
/proc/29703/task/29707/stat : 29707 (priss) R 29702 29702 28251 0 -1 4202560 36581 0 0 0 94117 41 0 0 25 0 5 0 594643249 693563392 127936 33554432000 4194304 5787044 140735635642128 18446744073709551615 4217530 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29703/tid=29708] ppid=29702 vsize=677308 CPUtime=939.87 cores=0,2,4,6
/proc/29703/task/29708/stat : 29708 (priss) R 29702 29702 28251 0 -1 4202560 32640 0 0 0 93968 19 0 0 25 0 5 0 594643250 693563392 127936 33554432000 4194304 5787044 140735635642128 18446744073709551615 5528704 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3762.95
Current children cumulated vsize (KiB) 686008

[startup+1002.3 s]
/proc/loadavg: 8.09 8.08 7.94 9/188 29738
/proc/meminfo: memFree=19257036/32950928 swapFree=67111524/67111528
[pid=29702] ppid=29700 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29702/stat : 29702 (prissAuto.sh) S 29700 29702 28251 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594643246 8908800 251 33554432000 4194304 4922060 140737376194832 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29702/statm: 2175 251 211 178 0 68 0
[pid=29703] ppid=29702 vsize=677308 CPUtime=4002.63 cores=0,2,4,6
/proc/29703/stat : 29703 (priss) S 29702 29702 28251 0 -1 4202496 143667 0 0 0 400127 136 0 0 18 0 5 0 594643246 693563392 130619 33554432000 4194304 5787044 140735635642128 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29703/statm: 169327 130619 419 389 0 165077 0
[pid=29703/tid=29705] ppid=29702 vsize=677308 CPUtime=999.42 cores=0,2,4,6
/proc/29703/task/29705/stat : 29705 (priss) R 29702 29702 28251 0 -1 4202560 34083 0 0 0 99908 34 0 0 25 0 5 0 594643248 693563392 130619 33554432000 4194304 5787044 140735635642128 18446744073709551615 5591751 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29703/tid=29706] ppid=29702 vsize=677308 CPUtime=1001.69 cores=0,2,4,6
/proc/29703/task/29706/stat : 29706 (priss) R 29702 29702 28251 0 -1 4202560 33803 0 0 0 100133 36 0 0 25 0 5 0 594643249 693563392 130619 33554432000 4194304 5787044 140735635642128 18446744073709551615 231895157632 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29703/tid=29707] ppid=29702 vsize=677308 CPUtime=1001.58 cores=0,2,4,6
/proc/29703/task/29707/stat : 29707 (priss) R 29702 29702 28251 0 -1 4202560 39262 0 0 0 100113 45 0 0 25 0 5 0 594643249 693563392 130619 33554432000 4194304 5787044 140735635642128 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29703/tid=29708] ppid=29702 vsize=677308 CPUtime=999.88 cores=0,2,4,6
/proc/29703/task/29708/stat : 29708 (priss) R 29702 29702 28251 0 -1 4202560 32640 0 0 0 99969 19 0 0 25 0 5 0 594643250 693563392 130619 33554432000 4194304 5787044 140735635642128 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4002.63
Current children cumulated vsize (KiB) 686008

[startup+1062.3 s]
/proc/loadavg: 8.07 8.08 7.95 9/188 29740
/proc/meminfo: memFree=19231724/32950928 swapFree=67111524/67111528
[pid=29702] ppid=29700 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29702/stat : 29702 (prissAuto.sh) S 29700 29702 28251 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594643246 8908800 251 33554432000 4194304 4922060 140737376194832 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29702/statm: 2175 251 211 178 0 68 0
[pid=29703] ppid=29702 vsize=677308 CPUtime=4242.32 cores=0,2,4,6
/proc/29703/stat : 29703 (priss) S 29702 29702 28251 0 -1 4202496 145947 0 0 0 424093 139 0 0 18 0 5 0 594643246 693563392 132674 33554432000 4194304 5787044 140735635642128 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29703/statm: 169327 132674 419 389 0 165077 0
[pid=29703/tid=29705] ppid=29702 vsize=677308 CPUtime=1059.43 cores=0,2,4,6
/proc/29703/task/29705/stat : 29705 (priss) R 29702 29702 28251 0 -1 4202560 34083 0 0 0 105909 34 0 0 25 0 5 0 594643248 693563392 132674 33554432000 4194304 5787044 140735635642128 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29703/tid=29706] ppid=29702 vsize=677308 CPUtime=1061.36 cores=0,2,4,6
/proc/29703/task/29706/stat : 29706 (priss) R 29702 29702 28251 0 -1 4202560 33805 0 0 0 106100 36 0 0 25 0 5 0 594643249 693563392 132674 33554432000 4194304 5787044 140735635642128 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29703/tid=29707] ppid=29702 vsize=677308 CPUtime=1061.58 cores=0,2,4,6
/proc/29703/task/29707/stat : 29707 (priss) R 29702 29702 28251 0 -1 4202560 41540 0 0 0 106110 48 0 0 25 0 5 0 594643249 693563392 132674 33554432000 4194304 5787044 140735635642128 18446744073709551615 4220699 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29703/tid=29708] ppid=29702 vsize=677308 CPUtime=1059.88 cores=0,2,4,6
/proc/29703/task/29708/stat : 29708 (priss) R 29702 29702 28251 0 -1 4202560 32640 0 0 0 105969 19 0 0 25 0 5 0 594643250 693563392 132674 33554432000 4194304 5787044 140735635642128 18446744073709551615 5527582 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4242.32
Current children cumulated vsize (KiB) 686008

[startup+1122.3 s]
/proc/loadavg: 8.07 8.08 7.95 9/188 29741
/proc/meminfo: memFree=19209500/32950928 swapFree=67111524/67111528
[pid=29702] ppid=29700 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29702/stat : 29702 (prissAuto.sh) S 29700 29702 28251 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594643246 8908800 251 33554432000 4194304 4922060 140737376194832 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29702/statm: 2175 251 211 178 0 68 0
[pid=29703] ppid=29702 vsize=677308 CPUtime=4481.97 cores=0,2,4,6
/proc/29703/stat : 29703 (priss) S 29702 29702 28251 0 -1 4202496 145961 0 0 0 448058 139 0 0 18 0 5 0 594643246 693563392 132688 33554432000 4194304 5787044 140735635642128 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29703/statm: 169327 132688 419 389 0 165077 0
[pid=29703/tid=29705] ppid=29702 vsize=677308 CPUtime=1119.43 cores=0,2,4,6
/proc/29703/task/29705/stat : 29705 (priss) R 29702 29702 28251 0 -1 4202560 34091 0 0 0 111908 35 0 0 25 0 5 0 594643248 693563392 132688 33554432000 4194304 5787044 140735635642128 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29703/tid=29706] ppid=29702 vsize=677308 CPUtime=1121.03 cores=0,2,4,6
/proc/29703/task/29706/stat : 29706 (priss) R 29702 29702 28251 0 -1 4202560 33809 0 0 0 112067 36 0 0 25 0 5 0 594643249 693563392 132688 33554432000 4194304 5787044 140735635642128 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29703/tid=29707] ppid=29702 vsize=677308 CPUtime=1121.57 cores=0,2,4,6
/proc/29703/task/29707/stat : 29707 (priss) R 29702 29702 28251 0 -1 4202560 41540 0 0 0 112109 48 0 0 25 0 5 0 594643249 693563392 132688 33554432000 4194304 5787044 140735635642128 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29703/tid=29708] ppid=29702 vsize=677308 CPUtime=1119.88 cores=0,2,4,6
/proc/29703/task/29708/stat : 29708 (priss) R 29702 29702 28251 0 -1 4202560 32642 0 0 0 111969 19 0 0 25 0 5 0 594643250 693563392 132688 33554432000 4194304 5787044 140735635642128 18446744073709551615 5527392 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4481.97
Current children cumulated vsize (KiB) 686008

[startup+1182.31 s]
/proc/loadavg: 7.99 8.03 7.94 9/188 29776
/proc/meminfo: memFree=19770856/32950928 swapFree=67111524/67111528
[pid=29702] ppid=29700 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29702/stat : 29702 (prissAuto.sh) S 29700 29702 28251 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594643246 8908800 251 33554432000 4194304 4922060 140737376194832 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29702/statm: 2175 251 211 178 0 68 0
[pid=29703] ppid=29702 vsize=677308 CPUtime=4721.67 cores=0,2,4,6
/proc/29703/stat : 29703 (priss) S 29702 29702 28251 0 -1 4202496 145999 0 0 0 472027 140 0 0 18 0 5 0 594643246 693563392 132726 33554432000 4194304 5787044 140735635642128 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29703/statm: 169327 132726 419 389 0 165077 0
[pid=29703/tid=29705] ppid=29702 vsize=677308 CPUtime=1179.44 cores=0,2,4,6
/proc/29703/task/29705/stat : 29705 (priss) R 29702 29702 28251 0 -1 4202560 34106 0 0 0 117909 35 0 0 25 0 5 0 594643248 693563392 132726 33554432000 4194304 5787044 140735635642128 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29703/tid=29706] ppid=29702 vsize=677308 CPUtime=1180.71 cores=0,2,4,6
/proc/29703/task/29706/stat : 29706 (priss) R 29702 29702 28251 0 -1 4202560 33821 0 0 0 118035 36 0 0 25 0 5 0 594643249 693563392 132726 33554432000 4194304 5787044 140735635642128 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29703/tid=29707] ppid=29702 vsize=677308 CPUtime=1181.57 cores=0,2,4,6
/proc/29703/task/29707/stat : 29707 (priss) R 29702 29702 28251 0 -1 4202560 41540 0 0 0 118109 48 0 0 25 0 5 0 594643249 693563392 132726 33554432000 4194304 5787044 140735635642128 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29703/tid=29708] ppid=29702 vsize=677308 CPUtime=1179.88 cores=0,2,4,6
/proc/29703/task/29708/stat : 29708 (priss) R 29702 29702 28251 0 -1 4202560 32653 0 0 0 117969 19 0 0 25 0 5 0 594643250 693563392 132726 33554432000 4194304 5787044 140735635642128 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4721.67
Current children cumulated vsize (KiB) 686008



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202 s]
/proc/loadavg: 8.06 8.05 7.95 9/188 29776
/proc/meminfo: memFree=19746788/32950928 swapFree=67111524/67111528
[pid=29702] ppid=29700 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29702/stat : 29702 (prissAuto.sh) S 29700 29702 28251 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594643246 8908800 251 33554432000 4194304 4922060 140737376194832 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29702/statm: 2175 251 211 178 0 68 0
[pid=29703] ppid=29702 vsize=677308 CPUtime=4800.38 cores=0,2,4,6
/proc/29703/stat : 29703 (priss) S 29702 29702 28251 0 -1 4202496 146017 0 0 0 479898 140 0 0 18 0 5 0 594643246 693563392 132744 33554432000 4194304 5787044 140735635642128 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29703/statm: 169327 132744 419 389 0 165077 0
[pid=29703/tid=29705] ppid=29702 vsize=677308 CPUtime=1199.15 cores=0,2,4,6
/proc/29703/task/29705/stat : 29705 (priss) R 29702 29702 28251 0 -1 4202560 34111 0 0 0 119880 35 0 0 25 0 5 0 594643248 693563392 132744 33554432000 4194304 5787044 140735635642128 18446744073709551615 4254581 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29703/tid=29706] ppid=29702 vsize=677308 CPUtime=1200.3 cores=0,2,4,6
/proc/29703/task/29706/stat : 29706 (priss) R 29702 29702 28251 0 -1 4202560 33828 0 0 0 119994 36 0 0 25 0 5 0 594643249 693563392 132744 33554432000 4194304 5787044 140735635642128 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29703/tid=29707] ppid=29702 vsize=677308 CPUtime=1201.27 cores=0,2,4,6
/proc/29703/task/29707/stat : 29707 (priss) R 29702 29702 28251 0 -1 4202560 41540 0 0 0 120079 48 0 0 25 0 5 0 594643249 693563392 132744 33554432000 4194304 5787044 140735635642128 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29703/tid=29708] ppid=29702 vsize=677308 CPUtime=1199.59 cores=0,2,4,6
/proc/29703/task/29708/stat : 29708 (priss) R 29702 29702 28251 0 -1 4202560 32659 0 0 0 119940 19 0 0 25 0 5 0 594643250 693563392 132744 33554432000 4194304 5787044 140735635642128 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.38
Current children cumulated vsize (KiB) 686008

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

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

[startup+1202 s]
/proc/loadavg: 8.06 8.05 7.95 9/188 29776
/proc/meminfo: memFree=19746788/32950928 swapFree=67111524/67111528
[pid=29702] ppid=29700 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29702/stat : 29702 (prissAuto.sh) S 29700 29702 28251 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594643246 8908800 251 33554432000 4194304 4922060 140737376194832 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29702/statm: 2175 251 211 178 0 68 0
[pid=29703] ppid=29702 vsize=677308 CPUtime=4800.38 cores=0,2,4,6
/proc/29703/stat : 29703 (priss) S 29702 29702 28251 0 -1 4202496 146017 0 0 0 479898 140 0 0 18 0 5 0 594643246 693563392 132744 33554432000 4194304 5787044 140735635642128 18446744073709551615 231907314097 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29703/statm: 169327 132744 419 389 0 165077 0
[pid=29703/tid=29705] ppid=29702 vsize=677308 CPUtime=1199.15 cores=0,2,4,6
/proc/29703/task/29705/stat : 29705 (priss) R 29702 29702 28251 0 -1 4202560 34111 0 0 0 119880 35 0 0 25 0 5 0 594643248 693563392 132744 33554432000 4194304 5787044 140735635642128 18446744073709551615 4254581 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29703/tid=29706] ppid=29702 vsize=677308 CPUtime=1200.3 cores=0,2,4,6
/proc/29703/task/29706/stat : 29706 (priss) R 29702 29702 28251 0 -1 4202560 33828 0 0 0 119994 36 0 0 25 0 5 0 594643249 693563392 132744 33554432000 4194304 5787044 140735635642128 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29703/tid=29707] ppid=29702 vsize=677308 CPUtime=1201.27 cores=0,2,4,6
/proc/29703/task/29707/stat : 29707 (priss) R 29702 29702 28251 0 -1 4202560 41540 0 0 0 120079 48 0 0 25 0 5 0 594643249 693563392 132744 33554432000 4194304 5787044 140735635642128 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29703/tid=29708] ppid=29702 vsize=677308 CPUtime=1199.59 cores=0,2,4,6
/proc/29703/task/29708/stat : 29708 (priss) R 29702 29702 28251 0 -1 4202560 32659 0 0 0 119940 19 0 0 25 0 5 0 594643250 693563392 132744 33554432000 4194304 5787044 140735635642128 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.38
Current children cumulated vsize (KiB) 686008

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1202.02
CPU time (s): 4800.38
CPU user time (s): 4798.98
CPU system time (s): 1.4
CPU usage (%): 399.358
Max. virtual memory (cumulated for all children) (KiB): 686008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
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= 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= 5
involuntary context switches= 2

runsolver used 1.74573 second user time and 4.82227 second system time

The end

Launcher Data

Begin job on node114 at 2011-04-29 04:28:46
IDJOB=3258027
IDBENCH=71300
IDSOLVER=1602
FILE ID=node114/3258027-1304044126
RUNJOBID= node114-1304044060-29644
PBS_JOBID= 13170369
Free space on /tmp= 71800 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT09/CRAFTED/rbsat/random/unforced/rbsat-v945c61409g6.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3258027-1304044126/watcher-3258027-1304044126 -o /tmp/evaluation-result-3258027-1304044126/solver-3258027-1304044126 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3258027-1304044126.cnf 871749764 4800 15500 4

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

MD5SUM BENCH= 2094ee8d4e443e860293b947e469bd81
RANDOM SEED=871749764

node114.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.848
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.69
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.848
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	: 5226.15
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.848
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.848
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.73
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.848
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.848
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.848
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.74
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.848
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      20313304 kB
Buffers:       2254676 kB
Cached:        9540936 kB
SwapCached:          4 kB
Active:        3561352 kB
Inactive:      8497084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20313304 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            2344 kB
Writeback:           0 kB
AnonPages:      262100 kB
Mapped:          15724 kB
Slab:           516032 kB
PageTables:       4852 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   451208 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= 71796 MiB
End job on node114 at 2011-04-29 04:48:50