Trace number 3250105

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

General information on the benchmark

Namecrafted/manthey/sudoku-single-hard/
sudoku_81x81_unknown.cnf
MD5SUMcbd78921480e79d133eb06cb2172caa1
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 variables18217
Number of clauses284829
Sum of the clauses size622430
Maximum clause length28
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2275099
Number of clauses of size 3620
Number of clauses of size 4984
Number of clauses of size 51120
Number of clauses of size over 57006

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: 26743
0.00/0.00	c setup for 4cores
0.00/0.07	c parsetime: 73020us
0.00/0.07	c parsed 284829 clauses with 18217 variables
0.00/0.09	c NW started thread 0 successfully (1094113600)
0.00/0.12	c NW started thread 1 successfully (1104603456)
0.00/0.15	c NW started thread 2 successfully (1115093312)
0.00/0.19	c NW started thread 3 successfully (1125583168)
45.82/11.61	c preprocessor returned 18517 variables
45.82/11.61	c preprocessing returned UNKNOWN
45.82/11.61	c PP set 257 variables
45.82/11.61	c pp time: 11514544us (11s)
45.82/11.69	c preprocessor returned 18517 variables
45.82/11.69	c preprocessing returned UNKNOWN
45.82/11.69	c PP set 257 variables
45.82/11.69	c pp time: 11526064us (11s)
46.20/11.76	c preprocessor returned 18517 variables
46.20/11.76	c preprocessing returned UNKNOWN
46.20/11.76	c PP set 257 variables
46.20/11.76	c pp time: 11634366us (11s)
62.18/15.72	c preprocessor returned 30002 variables
62.18/15.72	c preprocessing returned UNKNOWN
62.18/15.72	c PP set 257 variables
62.18/15.72	c pp time: 15525912us (15s)
62.58/15.85	c HTE
63.40/16.06	c subsumption
64.57/16.31	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-3250105-1304058951/watcher-3250105-1304058951 -o /tmp/evaluation-result-3250105-1304058951/solver-3250105-1304058951 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3250105-1304058951.cnf 438334983 4800 15500 4 

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

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


[startup+0 s]
/proc/loadavg: 8.34 8.09 8.04 5/182 26742
/proc/meminfo: memFree=25948596/32951124 swapFree=67111364/67111528
[pid=26742] ppid=26740 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26742/stat : 26742 (prissAuto.sh) S 26740 26742 25027 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 517493118 8908800 252 33554432000 4194304 4922060 140735659553984 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26742/statm: 2175 252 211 178 0 68 0

[startup+0.053227 s]
/proc/loadavg: 8.34 8.09 8.04 5/182 26742
/proc/meminfo: memFree=25948596/32951124 swapFree=67111364/67111528
[pid=26742] ppid=26740 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26742/stat : 26742 (prissAuto.sh) S 26740 26742 25027 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 517493118 8908800 252 33554432000 4194304 4922060 140735659553984 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26742/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100219 s]
/proc/loadavg: 8.34 8.09 8.04 5/182 26742
/proc/meminfo: memFree=25948596/32951124 swapFree=67111364/67111528
[pid=26742] ppid=26740 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26742/stat : 26742 (prissAuto.sh) S 26740 26742 25027 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 517493118 8908800 252 33554432000 4194304 4922060 140735659553984 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26742/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301709 s]
/proc/loadavg: 8.34 8.09 8.04 5/182 26742
/proc/meminfo: memFree=25948596/32951124 swapFree=67111364/67111528
[pid=26742] ppid=26740 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26742/stat : 26742 (prissAuto.sh) S 26740 26742 25027 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 517493118 8908800 252 33554432000 4194304 4922060 140735659553984 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26742/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.19599 s]
/proc/loadavg: 8.34 8.09 8.04 5/182 26742
/proc/meminfo: memFree=25948596/32951124 swapFree=67111364/67111528
[pid=26742] ppid=26740 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26742/stat : 26742 (prissAuto.sh) S 26740 26742 25027 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 517493118 8908800 252 33554432000 4194304 4922060 140735659553984 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26742/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50094 s]
/proc/loadavg: 8.34 8.09 8.04 5/182 26742
/proc/meminfo: memFree=25948596/32951124 swapFree=67111364/67111528
[pid=26742] ppid=26740 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26742/stat : 26742 (prissAuto.sh) S 26740 26742 25027 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 517493118 8908800 252 33554432000 4194304 4922060 140735659553984 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26742/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10066 s]
/proc/loadavg: 8.34 8.09 8.04 9/188 26748
/proc/meminfo: memFree=25820820/32951124 swapFree=67111364/67111528
[pid=26742] ppid=26740 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26742/stat : 26742 (prissAuto.sh) S 26740 26742 25027 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 517493118 8908800 252 33554432000 4194304 4922060 140735659553984 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26742/statm: 2175 252 211 178 0 68 0
[pid=26743] ppid=26742 vsize=405600 CPUtime=11.85 cores=0,2,4,6
/proc/26743/stat : 26743 (priss) S 26742 26742 25027 0 -1 4202496 51991 0 0 0 1172 13 0 0 18 0 5 0 517493118 415334400 31990 33554432000 4194304 5787044 140733517377824 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/26743/statm: 101400 31990 355 389 0 97150 0
[pid=26743/tid=26745] ppid=26742 vsize=405600 CPUtime=2.95 cores=0,2,4,6
/proc/26743/task/26745/stat : 26745 (priss) R 26742 26742 25027 0 -1 4202560 8942 0 0 0 292 3 0 0 23 0 5 0 517493127 415334400 31990 33554432000 4194304 5787044 140733517377824 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26743/tid=26746] ppid=26742 vsize=405600 CPUtime=2.93 cores=0,2,4,6
/proc/26743/task/26746/stat : 26746 (priss) R 26742 26742 25027 0 -1 4202560 9646 0 0 0 289 4 0 0 23 0 5 0 517493130 415334400 31990 33554432000 4194304 5787044 140733517377824 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26743/tid=26747] ppid=26742 vsize=405600 CPUtime=2.89 cores=0,2,4,6
/proc/26743/task/26747/stat : 26747 (priss) R 26742 26742 25027 0 -1 4202560 10179 0 0 0 288 1 0 0 23 0 5 0 517493133 415334400 31990 33554432000 4194304 5787044 140733517377824 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26743/tid=26748] ppid=26742 vsize=405600 CPUtime=2.88 cores=0,2,4,6
/proc/26743/task/26748/stat : 26748 (priss) R 26742 26742 25027 0 -1 4202560 9317 0 0 0 286 2 0 0 23 0 5 0 517493137 415334400 31990 33554432000 4194304 5787044 140733517377824 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 11.85
Current children cumulated vsize (KiB) 414300

[startup+6.3011 s]
/proc/loadavg: 8.31 8.09 8.04 9/188 26748
/proc/meminfo: memFree=25820592/32951124 swapFree=67111364/67111528
[pid=26742] ppid=26740 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26742/stat : 26742 (prissAuto.sh) S 26740 26742 25027 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 517493118 8908800 252 33554432000 4194304 4922060 140735659553984 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26742/statm: 2175 252 211 178 0 68 0
[pid=26743] ppid=26742 vsize=405600 CPUtime=24.63 cores=0,2,4,6
/proc/26743/stat : 26743 (priss) S 26742 26742 25027 0 -1 4202496 51991 0 0 0 2450 13 0 0 18 0 5 0 517493118 415334400 31990 33554432000 4194304 5787044 140733517377824 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/26743/statm: 101400 31990 355 389 0 97150 0
[pid=26743/tid=26745] ppid=26742 vsize=405600 CPUtime=6.15 cores=0,2,4,6
/proc/26743/task/26745/stat : 26745 (priss) R 26742 26742 25027 0 -1 4202560 8942 0 0 0 612 3 0 0 25 0 5 0 517493127 415334400 31990 33554432000 4194304 5787044 140733517377824 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26743/tid=26746] ppid=26742 vsize=405600 CPUtime=6.11 cores=0,2,4,6
/proc/26743/task/26746/stat : 26746 (priss) R 26742 26742 25027 0 -1 4202560 9646 0 0 0 607 4 0 0 25 0 5 0 517493130 415334400 31990 33554432000 4194304 5787044 140733517377824 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26743/tid=26747] ppid=26742 vsize=405600 CPUtime=6.09 cores=0,2,4,6
/proc/26743/task/26747/stat : 26747 (priss) R 26742 26742 25027 0 -1 4202560 10179 0 0 0 608 1 0 0 25 0 5 0 517493133 415334400 31990 33554432000 4194304 5787044 140733517377824 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26743/tid=26748] ppid=26742 vsize=405600 CPUtime=6.08 cores=0,2,4,6
/proc/26743/task/26748/stat : 26748 (priss) R 26742 26742 25027 0 -1 4202560 9317 0 0 0 606 2 0 0 25 0 5 0 517493137 415334400 31990 33554432000 4194304 5787044 140733517377824 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.63
Current children cumulated vsize (KiB) 414300

[startup+12.707 s]
/proc/loadavg: 8.37 8.10 8.05 9/188 26748
/proc/meminfo: memFree=25779052/32951124 swapFree=67111364/67111528
[pid=26742] ppid=26740 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26742/stat : 26742 (prissAuto.sh) S 26740 26742 25027 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 517493118 8908800 252 33554432000 4194304 4922060 140735659553984 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26742/statm: 2175 252 211 178 0 68 0
[pid=26743] ppid=26742 vsize=429328 CPUtime=50.21 cores=0,2,4,6
/proc/26743/stat : 26743 (priss) S 26742 26742 25027 0 -1 4202496 66622 0 0 0 5007 14 0 0 18 0 5 0 517493118 439631872 42194 33554432000 4194304 5787044 140733517377824 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/26743/statm: 107332 42194 405 389 0 103082 0
[pid=26743/tid=26745] ppid=26742 vsize=429328 CPUtime=12.55 cores=0,2,4,6
/proc/26743/task/26745/stat : 26745 (priss) R 26742 26742 25027 0 -1 4202560 14858 0 0 0 1252 3 0 0 25 0 5 0 517493127 439631872 42194 33554432000 4194304 5787044 140733517377824 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26743/tid=26746] ppid=26742 vsize=429328 CPUtime=12.47 cores=0,2,4,6
/proc/26743/task/26746/stat : 26746 (priss) R 26742 26742 25027 0 -1 4202560 14919 0 0 0 1243 4 0 0 25 0 5 0 517493130 439631872 42194 33554432000 4194304 5787044 140733517377824 18446744073709551615 5591090 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26743/tid=26747] ppid=26742 vsize=429328 CPUtime=12.5 cores=0,2,4,6
/proc/26743/task/26747/stat : 26747 (priss) R 26742 26742 25027 0 -1 4202560 13621 0 0 0 1248 2 0 0 25 0 5 0 517493133 439631872 42194 33554432000 4194304 5787044 140733517377824 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26743/tid=26748] ppid=26742 vsize=429328 CPUtime=12.49 cores=0,2,4,6
/proc/26743/task/26748/stat : 26748 (priss) R 26742 26742 25027 0 -1 4202560 9317 0 0 0 1247 2 0 0 25 0 5 0 517493137 439631872 42194 33554432000 4194304 5787044 140733517377824 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.21
Current children cumulated vsize (KiB) 438028

[startup+25.5007 s]
/proc/loadavg: 8.28 8.10 8.05 9/188 26748
/proc/meminfo: memFree=25755624/32951124 swapFree=67111364/67111528
[pid=26742] ppid=26740 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26742/stat : 26742 (prissAuto.sh) S 26740 26742 25027 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 517493118 8908800 252 33554432000 4194304 4922060 140735659553984 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26742/statm: 2175 252 211 178 0 68 0
[pid=26743] ppid=26742 vsize=410032 CPUtime=101.33 cores=0,2,4,6
/proc/26743/stat : 26743 (priss) S 26742 26742 25027 0 -1 4202496 77742 0 0 0 10112 21 0 0 18 0 5 0 517493118 419872768 47809 33554432000 4194304 5787044 140733517377824 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/26743/statm: 102508 47809 419 389 0 98258 0
[pid=26743/tid=26745] ppid=26742 vsize=410032 CPUtime=25.35 cores=0,2,4,6
/proc/26743/task/26745/stat : 26745 (priss) R 26742 26742 25027 0 -1 4202560 16214 0 0 0 2531 4 0 0 25 0 5 0 517493127 419872768 47809 33554432000 4194304 5787044 140733517377824 18446744073709551615 4254575 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26743/tid=26746] ppid=26742 vsize=410032 CPUtime=25.2 cores=0,2,4,6
/proc/26743/task/26746/stat : 26746 (priss) R 26742 26742 25027 0 -1 4202560 16361 0 0 0 2515 5 0 0 25 0 5 0 517493130 419872768 47809 33554432000 4194304 5787044 140733517377824 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26743/tid=26747] ppid=26742 vsize=410032 CPUtime=25.29 cores=0,2,4,6
/proc/26743/task/26747/stat : 26747 (priss) R 26742 26742 25027 0 -1 4202560 13738 0 0 0 2526 3 0 0 25 0 5 0 517493133 419872768 47809 33554432000 4194304 5787044 140733517377824 18446744073709551615 4254564 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26743/tid=26748] ppid=26742 vsize=410032 CPUtime=25.28 cores=0,2,4,6
/proc/26743/task/26748/stat : 26748 (priss) R 26742 26742 25027 0 -1 4202560 17522 0 0 0 2523 5 0 0 25 0 5 0 517493137 419872768 47809 33554432000 4194304 5787044 140733517377824 18446744073709551615 5527147 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.33
Current children cumulated vsize (KiB) 418732

[startup+51.1003 s]
/proc/loadavg: 8.24 8.11 8.05 9/188 26749
/proc/meminfo: memFree=25725320/32951124 swapFree=67111364/67111528
[pid=26742] ppid=26740 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26742/stat : 26742 (prissAuto.sh) S 26740 26742 25027 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 517493118 8908800 252 33554432000 4194304 4922060 140735659553984 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26742/statm: 2175 252 211 178 0 68 0
[pid=26743] ppid=26742 vsize=415980 CPUtime=203.58 cores=0,2,4,6
/proc/26743/stat : 26743 (priss) S 26742 26742 25027 0 -1 4202496 82789 0 0 0 20331 27 0 0 18 0 5 0 517493118 425963520 52855 33554432000 4194304 5787044 140733517377824 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/26743/statm: 103995 52855 419 389 0 99745 0
[pid=26743/tid=26745] ppid=26742 vsize=415980 CPUtime=50.95 cores=0,2,4,6
/proc/26743/task/26745/stat : 26745 (priss) R 26742 26742 25027 0 -1 4202560 17698 0 0 0 5089 6 0 0 25 0 5 0 517493127 425963520 52855 33554432000 4194304 5787044 140733517377824 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26743/tid=26746] ppid=26742 vsize=415980 CPUtime=50.65 cores=0,2,4,6
/proc/26743/task/26746/stat : 26746 (priss) R 26742 26742 25027 0 -1 4202560 17273 0 0 0 5059 6 0 0 25 0 5 0 517493130 425963520 52855 33554432000 4194304 5787044 140733517377824 18446744073709551615 5592085 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26743/tid=26747] ppid=26742 vsize=415980 CPUtime=50.9 cores=0,2,4,6
/proc/26743/task/26747/stat : 26747 (priss) R 26742 26742 25027 0 -1 4202560 15633 0 0 0 5085 5 0 0 25 0 5 0 517493133 425963520 52855 33554432000 4194304 5787044 140733517377824 18446744073709551615 4254537 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26743/tid=26748] ppid=26742 vsize=415980 CPUtime=50.89 cores=0,2,4,6
/proc/26743/task/26748/stat : 26748 (priss) R 26742 26742 25027 0 -1 4202560 18278 0 0 0 5082 7 0 0 25 0 5 0 517493137 425963520 52855 33554432000 4194304 5787044 140733517377824 18446744073709551615 4238583 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.58
Current children cumulated vsize (KiB) 424680

[startup+102.3 s]
/proc/loadavg: 8.21 8.12 8.06 9/188 26750
/proc/meminfo: memFree=25653268/32951124 swapFree=67111364/67111528
[pid=26742] ppid=26740 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26742/stat : 26742 (prissAuto.sh) S 26740 26742 25027 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 517493118 8908800 252 33554432000 4194304 4922060 140735659553984 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26742/statm: 2175 252 211 178 0 68 0
[pid=26743] ppid=26742 vsize=432760 CPUtime=408.06 cores=0,2,4,6
/proc/26743/stat : 26743 (priss) S 26742 26742 25027 0 -1 4202496 94555 0 0 0 40767 39 0 0 18 0 5 0 517493118 443146240 64574 33554432000 4194304 5787044 140733517377824 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/26743/statm: 108190 64575 419 389 0 103940 0
[pid=26743/tid=26745] ppid=26742 vsize=432760 CPUtime=102.14 cores=0,2,4,6
/proc/26743/task/26745/stat : 26745 (priss) R 26742 26742 25027 0 -1 4202560 20567 0 0 0 10207 7 0 0 25 0 5 0 517493127 443146240 64575 33554432000 4194304 5787044 140733517377824 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26743/tid=26746] ppid=26742 vsize=432760 CPUtime=101.56 cores=0,2,4,6
/proc/26743/task/26746/stat : 26746 (priss) R 26742 26742 25027 0 -1 4202560 20763 0 0 0 10145 11 0 0 25 0 5 0 517493130 443146240 64575 33554432000 4194304 5787044 140733517377824 18446744073709551615 5591024 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26743/tid=26747] ppid=26742 vsize=432760 CPUtime=102.08 cores=0,2,4,6
/proc/26743/task/26747/stat : 26747 (priss) R 26742 26742 25027 0 -1 4202560 17956 0 0 0 10201 7 0 0 25 0 5 0 517493133 443146240 64575 33554432000 4194304 5787044 140733517377824 18446744073709551615 4254537 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26743/tid=26748] ppid=26742 vsize=432760 CPUtime=102.08 cores=0,2,4,6
/proc/26743/task/26748/stat : 26748 (priss) R 26742 26742 25027 0 -1 4202560 21363 0 0 0 10197 11 0 0 25 0 5 0 517493137 443146240 64575 33554432000 4194304 5787044 140733517377824 18446744073709551615 228244009669 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.06
Current children cumulated vsize (KiB) 441460

[startup+162.307 s]
/proc/loadavg: 8.18 8.12 8.06 9/188 26752
/proc/meminfo: memFree=25545240/32951124 swapFree=67111364/67111528
[pid=26742] ppid=26740 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26742/stat : 26742 (prissAuto.sh) S 26740 26742 25027 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 517493118 8908800 252 33554432000 4194304 4922060 140735659553984 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26742/statm: 2175 252 211 178 0 68 0
[pid=26743] ppid=26742 vsize=454504 CPUtime=647.73 cores=0,2,4,6

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

/proc/26743/task/26746/stat : 26746 (priss) R 26742 26742 25027 0 -1 4202560 57831 0 0 0 87838 57 0 0 25 0 5 0 517493130 1089515520 203418 33554432000 4194304 5787044 140733517377824 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26743/tid=26747] ppid=26742 vsize=1063980 CPUtime=882.04 cores=0,2,4,6
/proc/26743/task/26747/stat : 26747 (priss) R 26742 26742 25027 0 -1 4202560 44960 0 0 0 88166 38 0 0 25 0 5 0 517493133 1089515520 203418 33554432000 4194304 5787044 140733517377824 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26743/tid=26748] ppid=26742 vsize=1063980 CPUtime=882.04 cores=0,2,4,6
/proc/26743/task/26748/stat : 26748 (priss) R 26742 26742 25027 0 -1 4202560 63745 0 0 0 88147 57 0 0 25 0 5 0 517493137 1089515520 203418 33554432000 4194304 5787044 140733517377824 18446744073709551615 4238552 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3523.54
Current children cumulated vsize (KiB) 1072680

[startup+942.3 s]
/proc/loadavg: 8.11 8.04 8.03 9/188 26838
/proc/meminfo: memFree=25391276/32951124 swapFree=67111364/67111528
[pid=26742] ppid=26740 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26742/stat : 26742 (prissAuto.sh) S 26740 26742 25027 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 517493118 8908800 252 33554432000 4194304 4922060 140735659553984 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26742/statm: 2175 252 211 178 0 68 0
[pid=26743] ppid=26742 vsize=1063980 CPUtime=3763.2 cores=0,2,4,6
/proc/26743/stat : 26743 (priss) S 26742 26742 25027 0 -1 4202496 234765 0 0 0 376120 200 0 0 18 0 5 0 517493118 1089515520 203423 33554432000 4194304 5787044 140733517377824 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/26743/statm: 265995 203423 419 389 0 261745 0
[pid=26743/tid=26745] ppid=26742 vsize=1063980 CPUtime=940.32 cores=0,2,4,6
/proc/26743/task/26745/stat : 26745 (priss) R 26742 26742 25027 0 -1 4202560 54318 0 0 0 93987 45 0 0 25 0 5 0 517493127 1089515520 203423 33554432000 4194304 5787044 140733517377824 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26743/tid=26746] ppid=26742 vsize=1063980 CPUtime=938.62 cores=0,2,4,6
/proc/26743/task/26746/stat : 26746 (priss) R 26742 26742 25027 0 -1 4202560 57831 0 0 0 93804 58 0 0 25 0 5 0 517493130 1089515520 203423 33554432000 4194304 5787044 140733517377824 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26743/tid=26747] ppid=26742 vsize=1063980 CPUtime=942.03 cores=0,2,4,6
/proc/26743/task/26747/stat : 26747 (priss) R 26742 26742 25027 0 -1 4202560 44960 0 0 0 94165 38 0 0 25 0 5 0 517493133 1089515520 203423 33554432000 4194304 5787044 140733517377824 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26743/tid=26748] ppid=26742 vsize=1063980 CPUtime=942.04 cores=0,2,4,6
/proc/26743/task/26748/stat : 26748 (priss) R 26742 26742 25027 0 -1 4202560 63749 0 0 0 94147 57 0 0 25 0 5 0 517493137 1089515520 203423 33554432000 4194304 5787044 140733517377824 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3763.2
Current children cumulated vsize (KiB) 1072680

[startup+1002.3 s]
/proc/loadavg: 8.08 8.05 8.03 9/188 26839
/proc/meminfo: memFree=25349932/32951124 swapFree=67111364/67111528
[pid=26742] ppid=26740 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26742/stat : 26742 (prissAuto.sh) S 26740 26742 25027 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 517493118 8908800 252 33554432000 4194304 4922060 140735659553984 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26742/statm: 2175 252 211 178 0 68 0
[pid=26743] ppid=26742 vsize=1063980 CPUtime=4002.88 cores=0,2,4,6
/proc/26743/stat : 26743 (priss) S 26742 26742 25027 0 -1 4202496 234765 0 0 0 400087 201 0 0 18 0 5 0 517493118 1089515520 203423 33554432000 4194304 5787044 140733517377824 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/26743/statm: 265995 203423 419 389 0 261745 0
[pid=26743/tid=26745] ppid=26742 vsize=1063980 CPUtime=1000.31 cores=0,2,4,6
/proc/26743/task/26745/stat : 26745 (priss) R 26742 26742 25027 0 -1 4202560 54318 0 0 0 99986 45 0 0 25 0 5 0 517493127 1089515520 203423 33554432000 4194304 5787044 140733517377824 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26743/tid=26746] ppid=26742 vsize=1063980 CPUtime=998.29 cores=0,2,4,6
/proc/26743/task/26746/stat : 26746 (priss) R 26742 26742 25027 0 -1 4202560 57831 0 0 0 99771 58 0 0 25 0 5 0 517493130 1089515520 203423 33554432000 4194304 5787044 140733517377824 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26743/tid=26747] ppid=26742 vsize=1063980 CPUtime=1002.03 cores=0,2,4,6
/proc/26743/task/26747/stat : 26747 (priss) R 26742 26742 25027 0 -1 4202560 44960 0 0 0 100165 38 0 0 25 0 5 0 517493133 1089515520 203423 33554432000 4194304 5787044 140733517377824 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26743/tid=26748] ppid=26742 vsize=1063980 CPUtime=1002.04 cores=0,2,4,6
/proc/26743/task/26748/stat : 26748 (priss) R 26742 26742 25027 0 -1 4202560 63749 0 0 0 100147 57 0 0 25 0 5 0 517493137 1089515520 203423 33554432000 4194304 5787044 140733517377824 18446744073709551615 5524642 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4002.88
Current children cumulated vsize (KiB) 1072680

[startup+1062.3 s]
/proc/loadavg: 8.07 8.05 8.03 9/188 26841
/proc/meminfo: memFree=25326856/32951124 swapFree=67111364/67111528
[pid=26742] ppid=26740 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26742/stat : 26742 (prissAuto.sh) S 26740 26742 25027 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 517493118 8908800 252 33554432000 4194304 4922060 140735659553984 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26742/statm: 2175 252 211 178 0 68 0
[pid=26743] ppid=26742 vsize=1063980 CPUtime=4242.54 cores=0,2,4,6
/proc/26743/stat : 26743 (priss) S 26742 26742 25027 0 -1 4202496 234767 0 0 0 424053 201 0 0 18 0 5 0 517493118 1089515520 203425 33554432000 4194304 5787044 140733517377824 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/26743/statm: 265995 203425 419 389 0 261745 0
[pid=26743/tid=26745] ppid=26742 vsize=1063980 CPUtime=1060.31 cores=0,2,4,6
/proc/26743/task/26745/stat : 26745 (priss) R 26742 26742 25027 0 -1 4202560 54318 0 0 0 105986 45 0 0 25 0 5 0 517493127 1089515520 203425 33554432000 4194304 5787044 140733517377824 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26743/tid=26746] ppid=26742 vsize=1063980 CPUtime=1057.95 cores=0,2,4,6
/proc/26743/task/26746/stat : 26746 (priss) R 26742 26742 25027 0 -1 4202560 57833 0 0 0 105737 58 0 0 25 0 5 0 517493130 1089515520 203425 33554432000 4194304 5787044 140733517377824 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26743/tid=26747] ppid=26742 vsize=1063980 CPUtime=1062.03 cores=0,2,4,6
/proc/26743/task/26747/stat : 26747 (priss) R 26742 26742 25027 0 -1 4202560 44960 0 0 0 106165 38 0 0 25 0 5 0 517493133 1089515520 203425 33554432000 4194304 5787044 140733517377824 18446744073709551615 5590446 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26743/tid=26748] ppid=26742 vsize=1063980 CPUtime=1062.04 cores=0,2,4,6
/proc/26743/task/26748/stat : 26748 (priss) R 26742 26742 25027 0 -1 4202560 63749 0 0 0 106147 57 0 0 25 0 5 0 517493137 1089515520 203425 33554432000 4194304 5787044 140733517377824 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4242.54
Current children cumulated vsize (KiB) 1072680

[startup+1122.3 s]
/proc/loadavg: 8.12 8.07 8.04 9/188 26843
/proc/meminfo: memFree=25289128/32951124 swapFree=67111364/67111528
[pid=26742] ppid=26740 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26742/stat : 26742 (prissAuto.sh) S 26740 26742 25027 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 517493118 8908800 252 33554432000 4194304 4922060 140735659553984 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26742/statm: 2175 252 211 178 0 68 0
[pid=26743] ppid=26742 vsize=1063980 CPUtime=4482.22 cores=0,2,4,6
/proc/26743/stat : 26743 (priss) S 26742 26742 25027 0 -1 4202496 243805 0 0 0 448006 216 0 0 18 0 5 0 517493118 1089515520 212463 33554432000 4194304 5787044 140733517377824 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/26743/statm: 265995 212463 419 389 0 261745 0
[pid=26743/tid=26745] ppid=26742 vsize=1063980 CPUtime=1120.31 cores=0,2,4,6
/proc/26743/task/26745/stat : 26745 (priss) R 26742 26742 25027 0 -1 4202560 57891 0 0 0 111981 50 0 0 25 0 5 0 517493127 1089515520 212463 33554432000 4194304 5787044 140733517377824 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26743/tid=26746] ppid=26742 vsize=1063980 CPUtime=1117.63 cores=0,2,4,6
/proc/26743/task/26746/stat : 26746 (priss) R 26742 26742 25027 0 -1 4202560 58267 0 0 0 111704 59 0 0 25 0 5 0 517493130 1089515520 212463 33554432000 4194304 5787044 140733517377824 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26743/tid=26747] ppid=26742 vsize=1063980 CPUtime=1122.03 cores=0,2,4,6
/proc/26743/task/26747/stat : 26747 (priss) R 26742 26742 25027 0 -1 4202560 47805 0 0 0 112160 43 0 0 25 0 5 0 517493133 1089515520 212463 33554432000 4194304 5787044 140733517377824 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26743/tid=26748] ppid=26742 vsize=1063980 CPUtime=1122.05 cores=0,2,4,6
/proc/26743/task/26748/stat : 26748 (priss) R 26742 26742 25027 0 -1 4202560 65935 0 0 0 112144 61 0 0 25 0 5 0 517493137 1089515520 212463 33554432000 4194304 5787044 140733517377824 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4482.22
Current children cumulated vsize (KiB) 1072680

[startup+1182.3 s]
/proc/loadavg: 8.13 8.08 8.04 9/188 26844
/proc/meminfo: memFree=25207888/32951124 swapFree=67111364/67111528
[pid=26742] ppid=26740 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26742/stat : 26742 (prissAuto.sh) S 26740 26742 25027 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 517493118 8908800 252 33554432000 4194304 4922060 140735659553984 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26742/statm: 2175 252 211 178 0 68 0
[pid=26743] ppid=26742 vsize=1076280 CPUtime=4721.88 cores=0,2,4,6
/proc/26743/stat : 26743 (priss) S 26742 26742 25027 0 -1 4202496 256296 0 0 0 471954 234 0 0 18 0 5 0 517493118 1102110720 224954 33554432000 4194304 5787044 140733517377824 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/26743/statm: 269070 224954 419 389 0 264820 0
[pid=26743/tid=26745] ppid=26742 vsize=1076280 CPUtime=1180.32 cores=0,2,4,6
/proc/26743/task/26745/stat : 26745 (priss) R 26742 26742 25027 0 -1 4202560 59668 0 0 0 117980 52 0 0 25 0 5 0 517493127 1102110720 224954 33554432000 4194304 5787044 140733517377824 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26743/tid=26746] ppid=26742 vsize=1076280 CPUtime=1177.29 cores=0,2,4,6
/proc/26743/task/26746/stat : 26746 (priss) R 26742 26742 25027 0 -1 4202560 62143 0 0 0 117665 64 0 0 25 0 5 0 517493130 1102110720 224954 33554432000 4194304 5787044 140733517377824 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26743/tid=26747] ppid=26742 vsize=1076280 CPUtime=1182.04 cores=0,2,4,6
/proc/26743/task/26747/stat : 26747 (priss) R 26742 26742 25027 0 -1 4202560 49678 0 0 0 118157 47 0 0 25 0 5 0 517493133 1102110720 224954 33554432000 4194304 5787044 140733517377824 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26743/tid=26748] ppid=26742 vsize=1076280 CPUtime=1182.05 cores=0,2,4,6
/proc/26743/task/26748/stat : 26748 (priss) R 26742 26742 25027 0 -1 4202560 70900 0 0 0 118136 69 0 0 25 0 5 0 517493137 1102110720 224954 33554432000 4194304 5787044 140733517377824 18446744073709551615 5527113 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4721.88
Current children cumulated vsize (KiB) 1084980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 8.09 8.08 8.04 9/188 26845
/proc/meminfo: memFree=25189412/32951124 swapFree=67111364/67111528
[pid=26742] ppid=26740 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26742/stat : 26742 (prissAuto.sh) S 26740 26742 25027 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 517493118 8908800 252 33554432000 4194304 4922060 140735659553984 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26742/statm: 2175 252 211 178 0 68 0
[pid=26743] ppid=26742 vsize=1150016 CPUtime=4800.19 cores=0,2,4,6
/proc/26743/stat : 26743 (priss) S 26742 26742 25027 0 -1 4202496 260035 0 0 0 479781 238 0 0 18 0 5 0 517493118 1177616384 228693 33554432000 4194304 5787044 140733517377824 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/26743/statm: 287504 228693 419 389 0 283254 0
[pid=26743/tid=26745] ppid=26742 vsize=1150016 CPUtime=1199.92 cores=0,2,4,6
/proc/26743/task/26745/stat : 26745 (priss) R 26742 26742 25027 0 -1 4202560 60191 0 0 0 119940 52 0 0 25 0 5 0 517493127 1177616384 228693 33554432000 4194304 5787044 140733517377824 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26743/tid=26746] ppid=26742 vsize=1150016 CPUtime=1196.78 cores=0,2,4,6
/proc/26743/task/26746/stat : 26746 (priss) R 26742 26742 25027 0 -1 4202560 62157 0 0 0 119614 64 0 0 25 0 5 0 517493130 1177616384 228693 33554432000 4194304 5787044 140733517377824 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26743/tid=26747] ppid=26742 vsize=1150016 CPUtime=1201.65 cores=0,2,4,6
/proc/26743/task/26747/stat : 26747 (priss) R 26742 26742 25027 0 -1 4202560 51418 0 0 0 120116 49 0 0 25 0 5 0 517493133 1177616384 228693 33554432000 4194304 5787044 140733517377824 18446744073709551615 5590446 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26743/tid=26748] ppid=26742 vsize=1150016 CPUtime=1201.66 cores=0,2,4,6
/proc/26743/task/26748/stat : 26748 (priss) R 26742 26742 25027 0 -1 4202560 72362 0 0 0 120095 71 0 0 25 0 5 0 517493137 1177616384 228693 33554432000 4194304 5787044 140733517377824 18446744073709551615 5527205 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 1158716

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

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

[startup+1201.9 s]
/proc/loadavg: 8.09 8.08 8.04 9/188 26845
/proc/meminfo: memFree=25189412/32951124 swapFree=67111364/67111528
[pid=26742] ppid=26740 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26742/stat : 26742 (prissAuto.sh) S 26740 26742 25027 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 517493118 8908800 252 33554432000 4194304 4922060 140735659553984 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26742/statm: 2175 252 211 178 0 68 0
[pid=26743] ppid=26742 vsize=1150016 CPUtime=4800.19 cores=0,2,4,6
/proc/26743/stat : 26743 (priss) S 26742 26742 25027 0 -1 4202496 260035 0 0 0 479781 238 0 0 18 0 5 0 517493118 1177616384 228693 33554432000 4194304 5787044 140733517377824 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/26743/statm: 287504 228693 419 389 0 283254 0
[pid=26743/tid=26745] ppid=26742 vsize=1150016 CPUtime=1199.92 cores=0,2,4,6
/proc/26743/task/26745/stat : 26745 (priss) R 26742 26742 25027 0 -1 4202560 60191 0 0 0 119940 52 0 0 25 0 5 0 517493127 1177616384 228693 33554432000 4194304 5787044 140733517377824 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26743/tid=26746] ppid=26742 vsize=1150016 CPUtime=1196.78 cores=0,2,4,6
/proc/26743/task/26746/stat : 26746 (priss) R 26742 26742 25027 0 -1 4202560 62157 0 0 0 119614 64 0 0 25 0 5 0 517493130 1177616384 228693 33554432000 4194304 5787044 140733517377824 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26743/tid=26747] ppid=26742 vsize=1150016 CPUtime=1201.65 cores=0,2,4,6
/proc/26743/task/26747/stat : 26747 (priss) R 26742 26742 25027 0 -1 4202560 51418 0 0 0 120116 49 0 0 25 0 5 0 517493133 1177616384 228693 33554432000 4194304 5787044 140733517377824 18446744073709551615 5590446 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26743/tid=26748] ppid=26742 vsize=1150016 CPUtime=1201.66 cores=0,2,4,6
/proc/26743/task/26748/stat : 26748 (priss) R 26742 26742 25027 0 -1 4202560 72362 0 0 0 120095 71 0 0 25 0 5 0 517493137 1177616384 228693 33554432000 4194304 5787044 140733517377824 18446744073709551615 5527205 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 1158716

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1201.92
CPU time (s): 4800.19
CPU user time (s): 4797.81
CPU system time (s): 2.38
CPU usage (%): 399.377
Max. virtual memory (cumulated for all children) (KiB): 1158716

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

runsolver used 1.85672 second user time and 4.70928 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-29 08:35:52
IDJOB=3250105
IDBENCH=83244
IDSOLVER=1602
FILE ID=node136/3250105-1304058951
RUNJOBID= node136-1304053650-25979
PBS_JOBID= 13170391
Free space on /tmp= 72328 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT11/crafted/manthey/sudoku-single-hard/sudoku_81x81_unknown.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3250105-1304058951/watcher-3250105-1304058951 -o /tmp/evaluation-result-3250105-1304058951/solver-3250105-1304058951 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3250105-1304058951.cnf 438334983 4800 15500 4

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

MD5SUM BENCH= cbd78921480e79d133eb06cb2172caa1
RANDOM SEED=438334983

node136.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.809
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.61
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.809
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.809
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.75
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.809
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.76
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.809
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.809
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.83
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.809
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.75
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.809
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:      25948752 kB
Buffers:       1059292 kB
Cached:        5004684 kB
SwapCached:        100 kB
Active:        1001204 kB
Inactive:      5449424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25948752 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            5904 kB
Writeback:           0 kB
AnonPages:      386456 kB
Mapped:          15580 kB
Slab:           486296 kB
PageTables:       5268 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   582908 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= 72328 MiB
End job on node136 at 2011-04-29 08:55:55