Trace number 3291551

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 1.0? (TO) 4800.29 1202.02

General information on the benchmark

NameSAT03/industrial/kukula/addm_bench/
am_7_7.shuffled-as.sat03-363.cnf
MD5SUMc7f51e1ee7556440ab29e1c4bfe29538
Bench CategoryAPPLICATION (applications 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 variables4264
Number of clauses14751
Sum of the clauses size40035
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 24214
Number of clauses of size 310535
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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: 22000
0.00/0.00	c parsetime: 4214us
0.00/0.00	c parsed 14751 clauses with 4264 variables
0.00/0.00	c NW started thread 0 successfully (1093998912)
0.00/0.01	c NW started thread 1 successfully (1104488768)
0.00/0.01	c NW started thread 2 successfully (1114978624)
0.00/0.01	c NW started thread 3 successfully (1125468480)
0.00/1.10	c preprocessor returned 10010 variables
0.00/1.10	c preprocessing returned UNKNOWN
0.00/1.10	c PP set 2233 variables
0.00/1.10	c pp time: 1093570us (1s)
0.00/1.11	c preprocessor returned 10010 variables
0.00/1.11	c preprocessing returned UNKNOWN
0.00/1.11	c PP set 2233 variables
0.00/1.11	c pp time: 1103292us (1s)
0.00/1.14	c preprocessor returned 10010 variables
0.00/1.14	c preprocessing returned UNKNOWN
0.00/1.14	c PP set 2233 variables
0.00/1.14	c pp time: 1134916us (1s)
9.31/2.39	c preprocessor returned 30004 variables
9.31/2.39	c preprocessing returned UNKNOWN
9.31/2.39	c PP set 2233 variables
9.31/2.39	c pp time: 2383240us (2s)
9.31/2.42	c HTE
9.31/2.43	c subsumption
9.31/2.43	c simplified formula contains 0 unit clauses
11.91/3.02	c received clause contains eliminated literal -3987
126.92/31.84	c received clause contains eliminated literal 2819
4105.75/1027.98	c received clause contains eliminated literal 1570

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-3291551-1304066674/watcher-3291551-1304066674 -o /tmp/evaluation-result-3291551-1304066674/solver-3291551-1304066674 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3291551-1304066674.cnf 306253069 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.40 7.92 7.86 1/175 21999
/proc/meminfo: memFree=25350992/32951124 swapFree=67051468/67111528
[pid=21999] ppid=21997 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21999/stat : 21999 (priss.sh) S 21997 21999 21348 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518270202 8908800 251 33554432000 4194304 4922060 140735500750928 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21999/statm: 2175 251 211 178 0 68 0

[startup+0.016977 s]
/proc/loadavg: 7.40 7.92 7.86 1/175 21999
/proc/meminfo: memFree=25350992/32951124 swapFree=67051468/67111528
[pid=21999] ppid=21997 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21999/stat : 21999 (priss.sh) S 21997 21999 21348 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518270202 8908800 251 33554432000 4194304 4922060 140735500750928 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21999/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.142438 s]
/proc/loadavg: 7.40 7.92 7.86 1/175 21999
/proc/meminfo: memFree=25350992/32951124 swapFree=67051468/67111528
[pid=21999] ppid=21997 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21999/stat : 21999 (priss.sh) S 21997 21999 21348 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518270202 8908800 251 33554432000 4194304 4922060 140735500750928 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21999/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.13732 s]
/proc/loadavg: 7.40 7.92 7.86 1/175 21999
/proc/meminfo: memFree=25350992/32951124 swapFree=67051468/67111528
[pid=21999] ppid=21997 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21999/stat : 21999 (priss.sh) S 21997 21999 21348 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518270202 8908800 251 33554432000 4194304 4922060 140735500750928 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21999/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.33528 s]
/proc/loadavg: 7.40 7.92 7.86 1/175 21999
/proc/meminfo: memFree=25350992/32951124 swapFree=67051468/67111528
[pid=21999] ppid=21997 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21999/stat : 21999 (priss.sh) S 21997 21999 21348 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518270202 8908800 251 33554432000 4194304 4922060 140735500750928 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21999/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+2.12047 s]
/proc/loadavg: 7.40 7.92 7.86 1/175 21999
/proc/meminfo: memFree=25350992/32951124 swapFree=67051468/67111528
[pid=21999] ppid=21997 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21999/stat : 21999 (priss.sh) S 21997 21999 21348 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518270202 8908800 251 33554432000 4194304 4922060 140735500750928 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21999/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700
heavy processes:

[startup+3.10097 s]
/proc/loadavg: 7.40 7.92 7.86 6/180 22026
/proc/meminfo: memFree=25271420/32951124 swapFree=67051468/67111528
[pid=21999] ppid=21997 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21999/stat : 21999 (priss.sh) S 21997 21999 21348 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518270202 8908800 251 33554432000 4194304 4922060 140735500750928 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21999/statm: 2175 251 211 178 0 68 0
[pid=22000] ppid=21999 vsize=279972 CPUtime=12.31 cores=0,2,4,6
/proc/22000/stat : 22000 (priss) S 21999 21999 21348 0 -1 4202496 13280 0 0 0 1226 5 0 0 25 0 5 0 518270202 286691328 10018 33554432000 4194304 5787044 140736230152688 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/22000/statm: 69993 10018 419 389 0 65743 0
[pid=22000/tid=22002] ppid=21999 vsize=279972 CPUtime=3.06 cores=0,2,4,6
/proc/22000/task/22002/stat : 22002 (priss) R 21999 21999 21348 0 -1 4202560 2445 0 0 0 305 1 0 0 18 0 5 0 518270203 286691328 10018 33554432000 4194304 5787044 140736230152688 18446744073709551615 5592095 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22000/tid=22003] ppid=21999 vsize=279972 CPUtime=3.07 cores=0,2,4,6
/proc/22000/task/22003/stat : 22003 (priss) R 21999 21999 21348 0 -1 4202560 2193 0 0 0 307 0 0 0 21 0 5 0 518270203 286691328 10018 33554432000 4194304 5787044 140736230152688 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22000/tid=22004] ppid=21999 vsize=279972 CPUtime=3.07 cores=0,2,4,6
/proc/22000/task/22004/stat : 22004 (priss) R 21999 21999 21348 0 -1 4202560 2235 0 0 0 305 2 0 0 20 0 5 0 518270203 286691328 10018 33554432000 4194304 5787044 140736230152688 18446744073709551615 5591573 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22000/tid=22005] ppid=21999 vsize=279972 CPUtime=3.07 cores=0,2,4,6
/proc/22000/task/22005/stat : 22005 (priss) R 21999 21999 21348 0 -1 4202560 4841 0 0 0 306 1 0 0 18 0 5 0 518270203 286691328 10018 33554432000 4194304 5787044 140736230152688 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 288672

[startup+6.30037 s]
/proc/loadavg: 7.21 7.87 7.84 9/188 22037
/proc/meminfo: memFree=23960196/32951124 swapFree=67051468/67111528
[pid=21999] ppid=21997 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21999/stat : 21999 (priss.sh) S 21997 21999 21348 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518270202 8908800 251 33554432000 4194304 4922060 140735500750928 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21999/statm: 2175 251 211 178 0 68 0
[pid=22000] ppid=21999 vsize=284072 CPUtime=25.07 cores=0,2,4,6
/proc/22000/stat : 22000 (priss) S 21999 21999 21348 0 -1 4202496 15889 0 0 0 2498 9 0 0 25 0 5 0 518270202 290889728 12627 33554432000 4194304 5787044 140736230152688 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/22000/statm: 71018 12627 419 389 0 66768 0
[pid=22000/tid=22002] ppid=21999 vsize=284072 CPUtime=6.24 cores=0,2,4,6
/proc/22000/task/22002/stat : 22002 (priss) R 21999 21999 21348 0 -1 4202560 4056 0 0 0 621 3 0 0 20 0 5 0 518270203 290889728 12627 33554432000 4194304 5787044 140736230152688 18446744073709551615 5590258 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22000/tid=22003] ppid=21999 vsize=284072 CPUtime=6.27 cores=0,2,4,6
/proc/22000/task/22003/stat : 22003 (priss) R 21999 21999 21348 0 -1 4202560 2728 0 0 0 627 0 0 0 25 0 5 0 518270203 290889728 12627 33554432000 4194304 5787044 140736230152688 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22000/tid=22004] ppid=21999 vsize=284072 CPUtime=6.26 cores=0,2,4,6
/proc/22000/task/22004/stat : 22004 (priss) R 21999 21999 21348 0 -1 4202560 2698 0 0 0 622 4 0 0 21 0 5 0 518270203 290889728 12627 33554432000 4194304 5787044 140736230152688 18446744073709551615 5591587 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22000/tid=22005] ppid=21999 vsize=284072 CPUtime=6.27 cores=0,2,4,6
/proc/22000/task/22005/stat : 22005 (priss) R 21999 21999 21348 0 -1 4202560 4841 0 0 0 626 1 0 0 21 0 5 0 518270203 290889728 12627 33554432000 4194304 5787044 140736230152688 18446744073709551615 5527089 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 292772

[startup+12.7062 s]
/proc/loadavg: 7.27 7.87 7.84 9/188 22037
/proc/meminfo: memFree=23207808/32951124 swapFree=67051468/67111528
[pid=21999] ppid=21997 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21999/stat : 21999 (priss.sh) S 21997 21999 21348 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518270202 8908800 251 33554432000 4194304 4922060 140735500750928 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21999/statm: 2175 251 211 178 0 68 0
[pid=22000] ppid=21999 vsize=287912 CPUtime=50.65 cores=0,2,4,6
/proc/22000/stat : 22000 (priss) S 21999 21999 21348 0 -1 4202496 19356 0 0 0 5053 12 0 0 25 0 5 0 518270202 294821888 16094 33554432000 4194304 5787044 140736230152688 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/22000/statm: 71978 16094 419 389 0 67728 0
[pid=22000/tid=22002] ppid=21999 vsize=287912 CPUtime=12.6 cores=0,2,4,6
/proc/22000/task/22002/stat : 22002 (priss) R 21999 21999 21348 0 -1 4202560 4917 0 0 0 1257 3 0 0 25 0 5 0 518270203 294821888 16094 33554432000 4194304 5787044 140736230152688 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22000/tid=22003] ppid=21999 vsize=287912 CPUtime=12.67 cores=0,2,4,6
/proc/22000/task/22003/stat : 22003 (priss) R 21999 21999 21348 0 -1 4202560 3591 0 0 0 1266 1 0 0 25 0 5 0 518270203 294821888 16094 33554432000 4194304 5787044 140736230152688 18446744073709551615 4238753 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22000/tid=22004] ppid=21999 vsize=287912 CPUtime=12.67 cores=0,2,4,6
/proc/22000/task/22004/stat : 22004 (priss) R 21999 21999 21348 0 -1 4202560 3537 0 0 0 1262 5 0 0 25 0 5 0 518270203 294821888 16094 33554432000 4194304 5787044 140736230152688 18446744073709551615 5591666 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22000/tid=22005] ppid=21999 vsize=287912 CPUtime=12.67 cores=0,2,4,6
/proc/22000/task/22005/stat : 22005 (priss) R 21999 21999 21348 0 -1 4202560 5745 0 0 0 1266 1 0 0 25 0 5 0 518270203 294821888 16094 33554432000 4194304 5787044 140736230152688 18446744073709551615 5534210 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 296612

[startup+25.5009 s]
/proc/loadavg: 7.38 7.88 7.84 9/188 22038
/proc/meminfo: memFree=23249580/32951124 swapFree=67051468/67111528
[pid=21999] ppid=21997 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21999/stat : 21999 (priss.sh) S 21997 21999 21348 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518270202 8908800 251 33554432000 4194304 4922060 140735500750928 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21999/statm: 2175 251 211 178 0 68 0
[pid=22000] ppid=21999 vsize=300024 CPUtime=101.75 cores=0,2,4,6
/proc/22000/stat : 22000 (priss) S 21999 21999 21348 0 -1 4202496 25644 0 0 0 10159 16 0 0 25 0 5 0 518270202 307224576 22380 33554432000 4194304 5787044 140736230152688 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/22000/statm: 75006 22380 419 389 0 70756 0
[pid=22000/tid=22002] ppid=21999 vsize=300024 CPUtime=25.33 cores=0,2,4,6
/proc/22000/task/22002/stat : 22002 (priss) R 21999 21999 21348 0 -1 4202560 6893 0 0 0 2528 5 0 0 25 0 5 0 518270203 307224576 22380 33554432000 4194304 5787044 140736230152688 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22000/tid=22003] ppid=21999 vsize=300024 CPUtime=25.46 cores=0,2,4,6
/proc/22000/task/22003/stat : 22003 (priss) R 21999 21999 21348 0 -1 4202560 4728 0 0 0 2544 2 0 0 25 0 5 0 518270203 307224576 22380 33554432000 4194304 5787044 140736230152688 18446744073709551615 5591640 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22000/tid=22004] ppid=21999 vsize=300024 CPUtime=25.46 cores=0,2,4,6
/proc/22000/task/22004/stat : 22004 (priss) R 21999 21999 21348 0 -1 4202560 5773 0 0 0 2540 6 0 0 25 0 5 0 518270203 307224576 22380 33554432000 4194304 5787044 140736230152688 18446744073709551615 5591552 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22000/tid=22005] ppid=21999 vsize=300024 CPUtime=25.46 cores=0,2,4,6
/proc/22000/task/22005/stat : 22005 (priss) R 21999 21999 21348 0 -1 4202560 6684 0 0 0 2545 1 0 0 25 0 5 0 518270203 307224576 22380 33554432000 4194304 5787044 140736230152688 18446744073709551615 218370618053 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.75
Current children cumulated vsize (KiB) 308724

[startup+51.1003 s]
/proc/loadavg: 7.70 7.90 7.85 9/188 22039
/proc/meminfo: memFree=23209612/32951124 swapFree=67051468/67111528
[pid=21999] ppid=21997 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21999/stat : 21999 (priss.sh) S 21997 21999 21348 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518270202 8908800 251 33554432000 4194304 4922060 140735500750928 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21999/statm: 2175 251 211 178 0 68 0
[pid=22000] ppid=21999 vsize=311828 CPUtime=204.02 cores=0,2,4,6
/proc/22000/stat : 22000 (priss) S 21999 21999 21348 0 -1 4202496 34029 0 0 0 20376 26 0 0 25 0 5 0 518270202 319311872 30698 33554432000 4194304 5787044 140736230152688 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/22000/statm: 77957 30698 419 389 0 73707 0
[pid=22000/tid=22002] ppid=21999 vsize=311828 CPUtime=50.79 cores=0,2,4,6
/proc/22000/task/22002/stat : 22002 (priss) R 21999 21999 21348 0 -1 4202560 8890 0 0 0 5071 8 0 0 25 0 5 0 518270203 319311872 30698 33554432000 4194304 5787044 140736230152688 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22000/tid=22003] ppid=21999 vsize=311828 CPUtime=51.06 cores=0,2,4,6
/proc/22000/task/22003/stat : 22003 (priss) R 21999 21999 21348 0 -1 4202560 6443 0 0 0 5101 5 0 0 25 0 5 0 518270203 319311872 30698 33554432000 4194304 5787044 140736230152688 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22000/tid=22004] ppid=21999 vsize=311828 CPUtime=51.06 cores=0,2,4,6
/proc/22000/task/22004/stat : 22004 (priss) R 21999 21999 21348 0 -1 4202560 8495 0 0 0 5097 9 0 0 25 0 5 0 518270203 319311872 30698 33554432000 4194304 5787044 140736230152688 18446744073709551615 5591289 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22000/tid=22005] ppid=21999 vsize=311828 CPUtime=51.07 cores=0,2,4,6
/proc/22000/task/22005/stat : 22005 (priss) R 21999 21999 21348 0 -1 4202560 8635 0 0 0 5104 3 0 0 25 0 5 0 518270203 319311872 30698 33554432000 4194304 5787044 140736230152688 18446744073709551615 5527495 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 204.02
Current children cumulated vsize (KiB) 320528

[startup+102.301 s]
/proc/loadavg: 8.00 7.95 7.87 9/188 22040
/proc/meminfo: memFree=23177596/32951124 swapFree=67051468/67111528
[pid=21999] ppid=21997 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21999/stat : 21999 (priss.sh) S 21997 21999 21348 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518270202 8908800 251 33554432000 4194304 4922060 140735500750928 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21999/statm: 2175 251 211 178 0 68 0
[pid=22000] ppid=21999 vsize=322928 CPUtime=408.49 cores=0,2,4,6
/proc/22000/stat : 22000 (priss) S 21999 21999 21348 0 -1 4202496 41778 0 0 0 40814 35 0 0 25 0 5 0 518270202 330678272 38348 33554432000 4194304 5787044 140736230152688 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/22000/statm: 80732 38348 419 389 0 76482 0
[pid=22000/tid=22002] ppid=21999 vsize=322928 CPUtime=101.71 cores=0,2,4,6
/proc/22000/task/22002/stat : 22002 (priss) R 21999 21999 21348 0 -1 4202560 10638 0 0 0 10160 11 0 0 25 0 5 0 518270203 330678272 38348 33554432000 4194304 5787044 140736230152688 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22000/tid=22003] ppid=21999 vsize=322928 CPUtime=102.24 cores=0,2,4,6
/proc/22000/task/22003/stat : 22003 (priss) R 21999 21999 21348 0 -1 4202560 9171 0 0 0 10216 8 0 0 25 0 5 0 518270203 330678272 38348 33554432000 4194304 5787044 140736230152688 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22000/tid=22004] ppid=21999 vsize=322928 CPUtime=102.25 cores=0,2,4,6
/proc/22000/task/22004/stat : 22004 (priss) R 21999 21999 21348 0 -1 4202560 10174 0 0 0 10214 11 0 0 25 0 5 0 518270203 330678272 38348 33554432000 4194304 5787044 140736230152688 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22000/tid=22005] ppid=21999 vsize=322928 CPUtime=102.26 cores=0,2,4,6
/proc/22000/task/22005/stat : 22005 (priss) R 21999 21999 21348 0 -1 4202560 10229 0 0 0 10222 4 0 0 25 0 5 0 518270203 330678272 38348 33554432000 4194304 5787044 140736230152688 18446744073709551615 5527587 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.49
Current children cumulated vsize (KiB) 331628

[startup+162.306 s]
/proc/loadavg: 8.11 7.99 7.88 9/188 22041
/proc/meminfo: memFree=23134052/32951124 swapFree=67051468/67111528
[pid=21999] ppid=21997 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21999/stat : 21999 (priss.sh) S 21997 21999 21348 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518270202 8908800 251 33554432000 4194304 4922060 140735500750928 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21999/statm: 2175 251 211 178 0 68 0

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

/proc/22000/task/22003/stat : 22003 (priss) R 21999 21999 21348 0 -1 4202560 27616 0 0 0 88191 30 0 0 25 0 5 0 518270203 642097152 110288 33554432000 4194304 5787044 140736230152688 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22000/tid=22004] ppid=21999 vsize=627048 CPUtime=882.16 cores=0,2,4,6
/proc/22000/task/22004/stat : 22004 (priss) R 21999 21999 21348 0 -1 4202560 27892 0 0 0 88181 35 0 0 25 0 5 0 518270203 642097152 110288 33554432000 4194304 5787044 140736230152688 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22000/tid=22005] ppid=21999 vsize=627048 CPUtime=882.26 cores=0,2,4,6
/proc/22000/task/22005/stat : 22005 (priss) R 21999 21999 21348 0 -1 4202560 28474 0 0 0 88208 18 0 0 25 0 5 0 518270203 642097152 110288 33554432000 4194304 5787044 140736230152688 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3524.14
Current children cumulated vsize (KiB) 635748

[startup+942.301 s]
/proc/loadavg: 8.17 8.10 7.98 9/188 22062
/proc/meminfo: memFree=22888528/32951124 swapFree=67051468/67111528
[pid=21999] ppid=21997 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21999/stat : 21999 (priss.sh) S 21997 21999 21348 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518270202 8908800 251 33554432000 4194304 4922060 140735500750928 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21999/statm: 2175 251 211 178 0 68 0
[pid=22000] ppid=21999 vsize=627048 CPUtime=3763.82 cores=0,2,4,6
/proc/22000/stat : 22000 (priss) S 21999 21999 21348 0 -1 4202496 115063 0 0 0 376261 121 0 0 25 0 5 0 518270202 642097152 110293 33554432000 4194304 5787044 140736230152688 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/22000/statm: 156762 110293 419 389 0 152512 0
[pid=22000/tid=22002] ppid=21999 vsize=627048 CPUtime=937.12 cores=0,2,4,6
/proc/22000/task/22002/stat : 22002 (priss) R 21999 21999 21348 0 -1 4202560 29511 0 0 0 93677 35 0 0 25 0 5 0 518270203 642097152 110293 33554432000 4194304 5787044 140736230152688 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22000/tid=22003] ppid=21999 vsize=627048 CPUtime=942.21 cores=0,2,4,6
/proc/22000/task/22003/stat : 22003 (priss) R 21999 21999 21348 0 -1 4202560 27616 0 0 0 94191 30 0 0 25 0 5 0 518270203 642097152 110293 33554432000 4194304 5787044 140736230152688 18446744073709551615 5591600 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22000/tid=22004] ppid=21999 vsize=627048 CPUtime=942.16 cores=0,2,4,6
/proc/22000/task/22004/stat : 22004 (priss) R 21999 21999 21348 0 -1 4202560 27892 0 0 0 94181 35 0 0 25 0 5 0 518270203 642097152 110293 33554432000 4194304 5787044 140736230152688 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22000/tid=22005] ppid=21999 vsize=627048 CPUtime=942.27 cores=0,2,4,6
/proc/22000/task/22005/stat : 22005 (priss) R 21999 21999 21348 0 -1 4202560 28478 0 0 0 94209 18 0 0 25 0 5 0 518270203 642097152 110293 33554432000 4194304 5787044 140736230152688 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3763.82
Current children cumulated vsize (KiB) 635748

[startup+1002.3 s]
/proc/loadavg: 8.22 8.13 8.00 9/188 22073
/proc/meminfo: memFree=22887344/32951124 swapFree=67051468/67111528
[pid=21999] ppid=21997 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21999/stat : 21999 (priss.sh) S 21997 21999 21348 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518270202 8908800 251 33554432000 4194304 4922060 140735500750928 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21999/statm: 2175 251 211 178 0 68 0
[pid=22000] ppid=21999 vsize=627048 CPUtime=4003.47 cores=0,2,4,6
/proc/22000/stat : 22000 (priss) S 21999 21999 21348 0 -1 4202496 115074 0 0 0 400225 122 0 0 25 0 5 0 518270202 642097152 110304 33554432000 4194304 5787044 140736230152688 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/22000/statm: 156762 110304 419 389 0 152512 0
[pid=22000/tid=22002] ppid=21999 vsize=627048 CPUtime=996.8 cores=0,2,4,6
/proc/22000/task/22002/stat : 22002 (priss) R 21999 21999 21348 0 -1 4202560 29519 0 0 0 99645 35 0 0 25 0 5 0 518270203 642097152 110304 33554432000 4194304 5787044 140736230152688 18446744073709551615 4227968 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22000/tid=22003] ppid=21999 vsize=627048 CPUtime=1002.2 cores=0,2,4,6
/proc/22000/task/22003/stat : 22003 (priss) R 21999 21999 21348 0 -1 4202560 27618 0 0 0 100189 31 0 0 25 0 5 0 518270203 642097152 110304 33554432000 4194304 5787044 140736230152688 18446744073709551615 5591280 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22000/tid=22004] ppid=21999 vsize=627048 CPUtime=1002.16 cores=0,2,4,6
/proc/22000/task/22004/stat : 22004 (priss) R 21999 21999 21348 0 -1 4202560 27893 0 0 0 100180 36 0 0 25 0 5 0 518270203 642097152 110304 33554432000 4194304 5787044 140736230152688 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22000/tid=22005] ppid=21999 vsize=627048 CPUtime=1002.26 cores=0,2,4,6
/proc/22000/task/22005/stat : 22005 (priss) R 21999 21999 21348 0 -1 4202560 28478 0 0 0 100208 18 0 0 25 0 5 0 518270203 642097152 110304 33554432000 4194304 5787044 140736230152688 18446744073709551615 4220688 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4003.47
Current children cumulated vsize (KiB) 635748

[startup+1062.3 s]
/proc/loadavg: 8.20 8.13 8.01 9/188 22074
/proc/meminfo: memFree=22887456/32951124 swapFree=67051468/67111528
[pid=21999] ppid=21997 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21999/stat : 21999 (priss.sh) S 21997 21999 21348 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518270202 8908800 251 33554432000 4194304 4922060 140735500750928 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21999/statm: 2175 251 211 178 0 68 0
[pid=22000] ppid=21999 vsize=627048 CPUtime=4243.13 cores=0,2,4,6
/proc/22000/stat : 22000 (priss) S 21999 21999 21348 0 -1 4202496 115184 0 0 0 424191 122 0 0 25 0 5 0 518270202 642097152 110414 33554432000 4194304 5787044 140736230152688 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/22000/statm: 156762 110414 419 389 0 152512 0
[pid=22000/tid=22002] ppid=21999 vsize=627048 CPUtime=1056.48 cores=0,2,4,6
/proc/22000/task/22002/stat : 22002 (priss) R 21999 21999 21348 0 -1 4202560 29574 0 0 0 105612 36 0 0 25 0 5 0 518270203 642097152 110414 33554432000 4194304 5787044 140736230152688 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22000/tid=22003] ppid=21999 vsize=627048 CPUtime=1062.2 cores=0,2,4,6
/proc/22000/task/22003/stat : 22003 (priss) R 21999 21999 21348 0 -1 4202560 27645 0 0 0 106189 31 0 0 25 0 5 0 518270203 642097152 110414 33554432000 4194304 5787044 140736230152688 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22000/tid=22004] ppid=21999 vsize=627048 CPUtime=1062.15 cores=0,2,4,6
/proc/22000/task/22004/stat : 22004 (priss) R 21999 21999 21348 0 -1 4202560 27897 0 0 0 106179 36 0 0 25 0 5 0 518270203 642097152 110414 33554432000 4194304 5787044 140736230152688 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22000/tid=22005] ppid=21999 vsize=627048 CPUtime=1062.26 cores=0,2,4,6
/proc/22000/task/22005/stat : 22005 (priss) R 21999 21999 21348 0 -1 4202560 28502 0 0 0 106208 18 0 0 25 0 5 0 518270203 642097152 110414 33554432000 4194304 5787044 140736230152688 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4243.13
Current children cumulated vsize (KiB) 635748

[startup+1122.3 s]
/proc/loadavg: 8.18 8.14 8.01 9/188 22076
/proc/meminfo: memFree=22887296/32951124 swapFree=67051468/67111528
[pid=21999] ppid=21997 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21999/stat : 21999 (priss.sh) S 21997 21999 21348 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518270202 8908800 251 33554432000 4194304 4922060 140735500750928 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21999/statm: 2175 251 211 178 0 68 0
[pid=22000] ppid=21999 vsize=627048 CPUtime=4482.81 cores=0,2,4,6
/proc/22000/stat : 22000 (priss) S 21999 21999 21348 0 -1 4202496 115393 0 0 0 448158 123 0 0 25 0 5 0 518270202 642097152 110623 33554432000 4194304 5787044 140736230152688 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/22000/statm: 156762 110623 419 389 0 152512 0
[pid=22000/tid=22002] ppid=21999 vsize=627048 CPUtime=1116.16 cores=0,2,4,6
/proc/22000/task/22002/stat : 22002 (priss) R 21999 21999 21348 0 -1 4202560 29648 0 0 0 111580 36 0 0 25 0 5 0 518270203 642097152 110623 33554432000 4194304 5787044 140736230152688 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22000/tid=22003] ppid=21999 vsize=627048 CPUtime=1122.2 cores=0,2,4,6
/proc/22000/task/22003/stat : 22003 (priss) R 21999 21999 21348 0 -1 4202560 27714 0 0 0 112189 31 0 0 25 0 5 0 518270203 642097152 110623 33554432000 4194304 5787044 140736230152688 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22000/tid=22004] ppid=21999 vsize=627048 CPUtime=1122.15 cores=0,2,4,6
/proc/22000/task/22004/stat : 22004 (priss) R 21999 21999 21348 0 -1 4202560 27948 0 0 0 112179 36 0 0 25 0 5 0 518270203 642097152 110623 33554432000 4194304 5787044 140736230152688 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22000/tid=22005] ppid=21999 vsize=627048 CPUtime=1122.26 cores=0,2,4,6
/proc/22000/task/22005/stat : 22005 (priss) R 21999 21999 21348 0 -1 4202560 28517 0 0 0 112208 18 0 0 25 0 5 0 518270203 642097152 110623 33554432000 4194304 5787044 140736230152688 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4482.81
Current children cumulated vsize (KiB) 635748

[startup+1182.3 s]
/proc/loadavg: 8.35 8.20 8.04 9/188 22081
/proc/meminfo: memFree=22881716/32951124 swapFree=67051468/67111528
[pid=21999] ppid=21997 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21999/stat : 21999 (priss.sh) S 21997 21999 21348 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518270202 8908800 251 33554432000 4194304 4922060 140735500750928 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21999/statm: 2175 251 211 178 0 68 0
[pid=22000] ppid=21999 vsize=631284 CPUtime=4721.59 cores=0,2,4,6
/proc/22000/stat : 22000 (priss) S 21999 21999 21348 0 -1 4202496 116756 0 0 0 472036 123 0 0 25 0 5 0 518270202 646434816 111986 33554432000 4194304 5787044 140736230152688 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/22000/statm: 157821 111986 419 389 0 153571 0
[pid=22000/tid=22002] ppid=21999 vsize=631284 CPUtime=1175.08 cores=0,2,4,6
/proc/22000/task/22002/stat : 22002 (priss) R 21999 21999 21348 0 -1 4202560 29751 0 0 0 117472 36 0 0 25 0 5 0 518270203 646434816 111986 33554432000 4194304 5787044 140736230152688 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22000/tid=22003] ppid=21999 vsize=631284 CPUtime=1182.2 cores=0,2,4,6
/proc/22000/task/22003/stat : 22003 (priss) R 21999 21999 21348 0 -1 4202560 27822 0 0 0 118189 31 0 0 25 0 5 0 518270203 646434816 111986 33554432000 4194304 5787044 140736230152688 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22000/tid=22004] ppid=21999 vsize=631284 CPUtime=1182 cores=0,2,4,6
/proc/22000/task/22004/stat : 22004 (priss) R 21999 21999 21348 0 -1 4202560 28019 0 0 0 118164 36 0 0 25 0 5 0 518270203 646434816 111986 33554432000 4194304 5787044 140736230152688 18446744073709551615 5591195 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22000/tid=22005] ppid=21999 vsize=631284 CPUtime=1182.26 cores=0,2,4,6
/proc/22000/task/22005/stat : 22005 (priss) R 21999 21999 21348 0 -1 4202560 29598 0 0 0 118208 18 0 0 25 0 5 0 518270203 646434816 111986 33554432000 4194304 5787044 140736230152688 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4721.59
Current children cumulated vsize (KiB) 639984



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202 s]
/proc/loadavg: 8.32 8.20 8.04 10/188 22081
/proc/meminfo: memFree=22881092/32951124 swapFree=67051468/67111528
[pid=21999] ppid=21997 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21999/stat : 21999 (priss.sh) S 21997 21999 21348 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518270202 8908800 251 33554432000 4194304 4922060 140735500750928 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21999/statm: 2175 251 211 178 0 68 0
[pid=22000] ppid=21999 vsize=631284 CPUtime=4800.29 cores=0,2,4,6
/proc/22000/stat : 22000 (priss) S 21999 21999 21348 0 -1 4202496 116994 0 0 0 479906 123 0 0 25 0 5 0 518270202 646434816 112224 33554432000 4194304 5787044 140736230152688 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/22000/statm: 157821 112224 419 389 0 153571 0
[pid=22000/tid=22002] ppid=21999 vsize=631284 CPUtime=1194.78 cores=0,2,4,6
/proc/22000/task/22002/stat : 22002 (priss) R 21999 21999 21348 0 -1 4202560 29841 0 0 0 119442 36 0 0 25 0 5 0 518270203 646434816 112224 33554432000 4194304 5787044 140736230152688 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22000/tid=22003] ppid=21999 vsize=631284 CPUtime=1201.9 cores=0,2,4,6
/proc/22000/task/22003/stat : 22003 (priss) R 21999 21999 21348 0 -1 4202560 27895 0 0 0 120159 31 0 0 25 0 5 0 518270203 646434816 112224 33554432000 4194304 5787044 140736230152688 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22000/tid=22004] ppid=21999 vsize=631284 CPUtime=1201.6 cores=0,2,4,6
/proc/22000/task/22004/stat : 22004 (priss) R 21999 21999 21348 0 -1 4202560 28054 0 0 0 120124 36 0 0 25 0 5 0 518270203 646434816 112224 33554432000 4194304 5787044 140736230152688 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22000/tid=22005] ppid=21999 vsize=631284 CPUtime=1201.98 cores=0,2,4,6
/proc/22000/task/22005/stat : 22005 (priss) R 21999 21999 21348 0 -1 4202560 29638 0 0 0 120179 19 0 0 25 0 5 0 518270203 646434816 112224 33554432000 4194304 5787044 140736230152688 18446744073709551615 4220648 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 639984

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.32 8.20 8.04 10/188 22081
/proc/meminfo: memFree=22881092/32951124 swapFree=67051468/67111528
[pid=21999] ppid=21997 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21999/stat : 21999 (priss.sh) S 21997 21999 21348 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518270202 8908800 251 33554432000 4194304 4922060 140735500750928 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21999/statm: 2175 251 211 178 0 68 0
[pid=22000] ppid=21999 vsize=631284 CPUtime=4800.29 cores=0,2,4,6
/proc/22000/stat : 22000 (priss) S 21999 21999 21348 0 -1 4202496 116994 0 0 0 479906 123 0 0 25 0 5 0 518270202 646434816 112224 33554432000 4194304 5787044 140736230152688 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/22000/statm: 157821 112224 419 389 0 153571 0
[pid=22000/tid=22002] ppid=21999 vsize=631284 CPUtime=1194.78 cores=0,2,4,6
/proc/22000/task/22002/stat : 22002 (priss) R 21999 21999 21348 0 -1 4202560 29841 0 0 0 119442 36 0 0 25 0 5 0 518270203 646434816 112224 33554432000 4194304 5787044 140736230152688 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22000/tid=22003] ppid=21999 vsize=631284 CPUtime=1201.9 cores=0,2,4,6
/proc/22000/task/22003/stat : 22003 (priss) R 21999 21999 21348 0 -1 4202560 27895 0 0 0 120159 31 0 0 25 0 5 0 518270203 646434816 112224 33554432000 4194304 5787044 140736230152688 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22000/tid=22004] ppid=21999 vsize=631284 CPUtime=1201.6 cores=0,2,4,6
/proc/22000/task/22004/stat : 22004 (priss) R 21999 21999 21348 0 -1 4202560 28054 0 0 0 120124 36 0 0 25 0 5 0 518270203 646434816 112224 33554432000 4194304 5787044 140736230152688 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22000/tid=22005] ppid=21999 vsize=631284 CPUtime=1201.98 cores=0,2,4,6
/proc/22000/task/22005/stat : 22005 (priss) R 21999 21999 21348 0 -1 4202560 29638 0 0 0 120179 19 0 0 25 0 5 0 518270203 646434816 112224 33554432000 4194304 5787044 140736230152688 18446744073709551615 4220648 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 639984

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21999 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 4800.29
#
# 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.29
CPU user time (s): 4799.06
CPU system time (s): 1.23
CPU usage (%): 399.353
Max. virtual memory (cumulated for all children) (KiB): 639984

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

runsolver used 1.83372 second user time and 4.73128 second system time

The end

Launcher Data

Begin job on node101 at 2011-04-29 10:44:34
IDJOB=3291551
IDBENCH=84237
IDSOLVER=1603
FILE ID=node101/3291551-1304066674
RUNJOBID= node101-1304064266-21810
PBS_JOBID= 13170449
Free space on /tmp= 72024 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT03/industrial/kukula/addm_bench/am_7_7.shuffled-as.sat03-363.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291551-1304066674/watcher-3291551-1304066674 -o /tmp/evaluation-result-3291551-1304066674/solver-3291551-1304066674 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3291551-1304066674.cnf 306253069 4800 15500 4

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

MD5SUM BENCH= c7f51e1ee7556440ab29e1c4bfe29538
RANDOM SEED=306253069

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25351272 kB
Buffers:       2018608 kB
Cached:        5101932 kB
SwapCached:      30452 kB
Active:        2975824 kB
Inactive:      4180672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25351272 kB
SwapTotal:    67111528 kB
SwapFree:     67051468 kB
Dirty:            1576 kB
Writeback:           0 kB
AnonPages:       27048 kB
Mapped:           9204 kB
Slab:           379260 kB
PageTables:       4700 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   220252 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= 71960 MiB
End job on node101 at 2011-04-29 11:04:38