Trace number 3264410

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
Plingeling 587? (TO) 4800.35 1201.93

General information on the benchmark

NameSAT04/handmade/connamacher/connm-d0.02/
connm-ue-csp-sat-n800-d0.02-s111845174.used-as.sat04-958.cnf
MD5SUM7bb85ebdeae46262f72a4c54d4e16683
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 variables772
Number of clauses9601
Sum of the clauses size28996
Maximum clause length4
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 39408
Number of clauses of size 4193
Number of clauses of size 50
Number of clauses of size over 50

Solver Data


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-3264410-1304103360/watcher-3264410-1304103360 -o /tmp/evaluation-result-3264410-1304103360/solver-3264410-1304103360 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3264410-1304103360.cnf 

running on 4 cores: 1,3,5,7

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.09 8.09 7.88 5/181 1776
/proc/meminfo: memFree=21718956/32950928 swapFree=67111524/67111528
[pid=1776] ppid=1774 vsize=8860 CPUtime=0 cores=1,3,5,7
/proc/1776/stat : 1776 (plingeling) R 1774 1776 1515 0 -1 4202496 301 1256 0 0 0 0 0 0 25 0 1 0 521934792 9072640 229 33554432000 4194304 4417332 140734982099616 18446744073709551615 268272349893 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/1776/statm: 2253 240 146 55 0 139 0

[startup+0.019892 s]
/proc/loadavg: 8.09 8.09 7.88 5/181 1776
/proc/meminfo: memFree=21718956/32950928 swapFree=67111524/67111528
[pid=1776] ppid=1774 vsize=53048 CPUtime=0.02 cores=1,3,5,7
/proc/1776/stat : 1776 (plingeling) S 1774 1776 1515 0 -1 4202496 1240 1256 0 0 2 0 0 0 25 0 5 0 521934792 54321152 1074 33554432000 4194304 4417332 140734982099616 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/1776/statm: 13262 1074 172 55 0 11148 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 53048

[startup+0.119874 s]
/proc/loadavg: 8.09 8.09 7.88 5/181 1776
/proc/meminfo: memFree=21718956/32950928 swapFree=67111524/67111528
[pid=1776] ppid=1774 vsize=53380 CPUtime=0.42 cores=1,3,5,7
/proc/1776/stat : 1776 (plingeling) S 1774 1776 1515 0 -1 4202496 1597 1256 0 0 42 0 0 0 25 0 5 0 521934792 54661120 1144 33554432000 4194304 4417332 140734982099616 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/1776/statm: 13345 1144 179 55 0 11231 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 53380

[startup+0.300842 s]
/proc/loadavg: 8.09 8.09 7.88 5/181 1776
/proc/meminfo: memFree=21718956/32950928 swapFree=67111524/67111528
[pid=1776] ppid=1774 vsize=55632 CPUtime=1.15 cores=1,3,5,7
/proc/1776/stat : 1776 (plingeling) S 1774 1776 1515 0 -1 4202496 2161 1256 0 0 115 0 0 0 25 0 5 0 521934792 56967168 1708 33554432000 4194304 4417332 140734982099616 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/1776/statm: 13908 1708 180 55 0 11794 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 55632

[startup+0.700771 s]
/proc/loadavg: 8.09 8.09 7.88 5/181 1776
/proc/meminfo: memFree=21718956/32950928 swapFree=67111524/67111528
[pid=1776] ppid=1774 vsize=56524 CPUtime=2.75 cores=1,3,5,7
/proc/1776/stat : 1776 (plingeling) S 1774 1776 1515 0 -1 4202496 2594 1256 0 0 275 0 0 0 25 0 5 0 521934792 57880576 1931 33554432000 4194304 4417332 140734982099616 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/1776/statm: 14131 1931 180 55 0 12017 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 56524

[startup+1.50063 s]
/proc/loadavg: 8.08 8.09 7.88 9/186 1786
/proc/meminfo: memFree=21721652/32950928 swapFree=67111524/67111528
[pid=1776] ppid=1774 vsize=59364 CPUtime=5.94 cores=1,3,5,7
/proc/1776/stat : 1776 (plingeling) S 1774 1776 1515 0 -1 4202496 3813 1256 0 0 594 0 0 0 25 0 5 0 521934792 60788736 2641 33554432000 4194304 4417332 140734982099616 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/1776/statm: 14841 2641 180 55 0 12727 0
[pid=1776/tid=1783] ppid=1774 vsize=59364 CPUtime=1.48 cores=1,3,5,7
/proc/1776/task/1783/stat : 1783 (plingeling) R 1774 1776 1515 0 -1 4202560 855 1256 0 0 148 0 0 0 25 0 5 0 521934793 60788736 2641 33554432000 4194304 4417332 140734982099616 18446744073709551615 4366573 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=1776/tid=1784] ppid=1774 vsize=59364 CPUtime=1.48 cores=1,3,5,7
/proc/1776/task/1784/stat : 1784 (plingeling) R 1774 1776 1515 0 -1 4202560 629 1256 0 0 148 0 0 0 25 0 5 0 521934793 60788736 2641 33554432000 4194304 4417332 140734982099616 18446744073709551615 4364572 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1776/tid=1785] ppid=1774 vsize=59364 CPUtime=1.48 cores=1,3,5,7
/proc/1776/task/1785/stat : 1785 (plingeling) R 1774 1776 1515 0 -1 4202560 733 1256 0 0 148 0 0 0 25 0 5 0 521934793 60788736 2641 33554432000 4194304 4417332 140734982099616 18446744073709551615 4339766 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=1776/tid=1786] ppid=1774 vsize=59364 CPUtime=1.47 cores=1,3,5,7
/proc/1776/task/1786/stat : 1786 (plingeling) R 1774 1776 1515 0 -1 4202560 601 1256 0 0 147 0 0 0 25 0 5 0 521934793 60788736 2641 33554432000 4194304 4417332 140734982099616 18446744073709551615 4364873 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 59364

[startup+3.10034 s]
/proc/loadavg: 8.08 8.09 7.88 9/186 1786
/proc/meminfo: memFree=21716560/32950928 swapFree=67111524/67111528
[pid=1776] ppid=1774 vsize=66108 CPUtime=12.33 cores=1,3,5,7
/proc/1776/stat : 1776 (plingeling) S 1774 1776 1515 0 -1 4202496 7496 1256 0 0 1233 0 0 0 25 0 5 0 521934792 67694592 4327 33554432000 4194304 4417332 140734982099616 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/1776/statm: 16527 4327 180 55 0 14413 0
[pid=1776/tid=1783] ppid=1774 vsize=66108 CPUtime=3.08 cores=1,3,5,7
/proc/1776/task/1783/stat : 1783 (plingeling) R 1774 1776 1515 0 -1 4202560 1953 1256 0 0 308 0 0 0 25 0 5 0 521934793 67694592 4327 33554432000 4194304 4417332 140734982099616 18446744073709551615 4364547 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=1776/tid=1784] ppid=1774 vsize=66108 CPUtime=3.08 cores=1,3,5,7
/proc/1776/task/1784/stat : 1784 (plingeling) R 1774 1776 1515 0 -1 4202560 1506 1256 0 0 308 0 0 0 25 0 5 0 521934793 67694592 4327 33554432000 4194304 4417332 140734982099616 18446744073709551615 4364463 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1776/tid=1785] ppid=1774 vsize=66108 CPUtime=3.08 cores=1,3,5,7
/proc/1776/task/1785/stat : 1785 (plingeling) R 1774 1776 1515 0 -1 4202560 1645 1256 0 0 308 0 0 0 25 0 5 0 521934793 67694592 4327 33554432000 4194304 4417332 140734982099616 18446744073709551615 4364409 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=1776/tid=1786] ppid=1774 vsize=66108 CPUtime=3.07 cores=1,3,5,7
/proc/1776/task/1786/stat : 1786 (plingeling) R 1774 1776 1515 0 -1 4202560 1397 1256 0 0 307 0 0 0 25 0 5 0 521934793 67694592 4327 33554432000 4194304 4417332 140734982099616 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 66108

[startup+6.30078 s]
/proc/loadavg: 8.08 8.09 7.88 9/186 1786
/proc/meminfo: memFree=21706880/32950928 swapFree=67111524/67111528
[pid=1776] ppid=1774 vsize=67828 CPUtime=25.12 cores=1,3,5,7
/proc/1776/stat : 1776 (plingeling) S 1774 1776 1515 0 -1 4202496 12801 1256 0 0 2511 1 0 0 25 0 5 0 521934792 69455872 4776 33554432000 4194304 4417332 140734982099616 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/1776/statm: 16957 4776 180 55 0 14843 0
[pid=1776/tid=1783] ppid=1774 vsize=67828 CPUtime=6.28 cores=1,3,5,7
/proc/1776/task/1783/stat : 1783 (plingeling) R 1774 1776 1515 0 -1 4202560 3599 1256 0 0 628 0 0 0 25 0 5 0 521934793 69455872 4776 33554432000 4194304 4417332 140734982099616 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=1776/tid=1784] ppid=1774 vsize=67828 CPUtime=6.28 cores=1,3,5,7
/proc/1776/task/1784/stat : 1784 (plingeling) R 1774 1776 1515 0 -1 4202560 3181 1256 0 0 628 0 0 0 25 0 5 0 521934793 69455872 4776 33554432000 4194304 4417332 140734982099616 18446744073709551615 4365849 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1776/tid=1785] ppid=1774 vsize=67828 CPUtime=6.28 cores=1,3,5,7
/proc/1776/task/1785/stat : 1785 (plingeling) R 1774 1776 1515 0 -1 4202560 2463 1256 0 0 628 0 0 0 25 0 5 0 521934793 69455872 4776 33554432000 4194304 4417332 140734982099616 18446744073709551615 4356899 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=1776/tid=1786] ppid=1774 vsize=67828 CPUtime=6.25 cores=1,3,5,7
/proc/1776/task/1786/stat : 1786 (plingeling) R 1774 1776 1515 0 -1 4202560 2563 1256 0 0 625 0 0 0 25 0 5 0 521934793 69455872 4776 33554432000 4194304 4417332 140734982099616 18446744073709551615 4365846 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 67828

[startup+12.7006 s]
/proc/loadavg: 8.07 8.09 7.88 9/186 1787
/proc/meminfo: memFree=21717336/32950928 swapFree=67111524/67111528
[pid=1776] ppid=1774 vsize=74400 CPUtime=50.67 cores=1,3,5,7
/proc/1776/stat : 1776 (plingeling) S 1774 1776 1515 0 -1 4202496 24466 1256 0 0 5065 2 0 0 25 0 5 0 521934792 76185600 6425 33554432000 4194304 4417332 140734982099616 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/1776/statm: 18600 6425 180 55 0 16486 0
[pid=1776/tid=1783] ppid=1774 vsize=74400 CPUtime=12.68 cores=1,3,5,7
/proc/1776/task/1783/stat : 1783 (plingeling) R 1774 1776 1515 0 -1 4202560 6774 1256 0 0 1268 0 0 0 25 0 5 0 521934793 76185600 6425 33554432000 4194304 4417332 140734982099616 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=1776/tid=1784] ppid=1774 vsize=74400 CPUtime=12.67 cores=1,3,5,7
/proc/1776/task/1784/stat : 1784 (plingeling) R 1774 1776 1515 0 -1 4202560 6020 1256 0 0 1267 0 0 0 25 0 5 0 521934793 76185600 6425 33554432000 4194304 4417332 140734982099616 18446744073709551615 4364973 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1776/tid=1785] ppid=1774 vsize=74400 CPUtime=12.67 cores=1,3,5,7
/proc/1776/task/1785/stat : 1785 (plingeling) R 1774 1776 1515 0 -1 4202560 5537 1256 0 0 1267 0 0 0 25 0 5 0 521934793 76185600 6425 33554432000 4194304 4417332 140734982099616 18446744073709551615 4364776 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=1776/tid=1786] ppid=1774 vsize=74400 CPUtime=12.61 cores=1,3,5,7
/proc/1776/task/1786/stat : 1786 (plingeling) R 1774 1776 1515 0 -1 4202560 5140 1256 0 0 1261 0 0 0 25 0 5 0 521934793 76185600 6425 33554432000 4194304 4417332 140734982099616 18446744073709551615 4365869 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 74400

[startup+25.5004 s]
/proc/loadavg: 8.06 8.09 7.88 9/186 1787
/proc/meminfo: memFree=21652112/32950928 swapFree=67111524/67111528
[pid=1776] ppid=1774 vsize=83220 CPUtime=101.8 cores=1,3,5,7
/proc/1776/stat : 1776 (plingeling) S 1774 1776 1515 0 -1 4202496 49087 1256 0 0 10174 6 0 0 25 0 5 0 521934792 85217280 8630 33554432000 4194304 4417332 140734982099616 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/1776/statm: 20805 8630 180 55 0 18691 0
[pid=1776/tid=1783] ppid=1774 vsize=83220 CPUtime=25.47 cores=1,3,5,7
/proc/1776/task/1783/stat : 1783 (plingeling) R 1774 1776 1515 0 -1 4202560 14042 1256 0 0 2546 1 0 0 25 0 5 0 521934793 85217280 8630 33554432000 4194304 4417332 140734982099616 18446744073709551615 4364614 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=1776/tid=1784] ppid=1774 vsize=83220 CPUtime=25.47 cores=1,3,5,7
/proc/1776/task/1784/stat : 1784 (plingeling) R 1774 1776 1515 0 -1 4202560 12802 1256 0 0 2546 1 0 0 25 0 5 0 521934793 85217280 8630 33554432000 4194304 4417332 140734982099616 18446744073709551615 4357131 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1776/tid=1785] ppid=1774 vsize=83220 CPUtime=25.47 cores=1,3,5,7
/proc/1776/task/1785/stat : 1785 (plingeling) R 1774 1776 1515 0 -1 4202560 11482 1256 0 0 2546 1 0 0 25 0 5 0 521934793 85217280 8630 33554432000 4194304 4417332 140734982099616 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=1776/tid=1786] ppid=1774 vsize=83220 CPUtime=25.33 cores=1,3,5,7
/proc/1776/task/1786/stat : 1786 (plingeling) R 1774 1776 1515 0 -1 4202560 9766 1256 0 0 2533 0 0 0 25 0 5 0 521934793 85217280 8630 33554432000 4194304 4417332 140734982099616 18446744073709551615 4365869 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 83220

[startup+51.1008 s]
/proc/loadavg: 8.10 8.09 7.89 9/186 1788
/proc/meminfo: memFree=21562428/32950928 swapFree=67111524/67111528
[pid=1776] ppid=1774 vsize=96664 CPUtime=204.07 cores=1,3,5,7
/proc/1776/stat : 1776 (plingeling) S 1774 1776 1515 0 -1 4202496 84619 1256 0 0 20394 13 0 0 25 0 5 0 521934792 98983936 11973 33554432000 4194304 4417332 140734982099616 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/1776/statm: 24166 11973 180 55 0 22052 0
[pid=1776/tid=1783] ppid=1774 vsize=96664 CPUtime=51.08 cores=1,3,5,7
/proc/1776/task/1783/stat : 1783 (plingeling) R 1774 1776 1515 0 -1 4202560 23844 1256 0 0 5105 3 0 0 25 0 5 0 521934793 98983936 11973 33554432000 4194304 4417332 140734982099616 18446744073709551615 4354428 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=1776/tid=1784] ppid=1774 vsize=96664 CPUtime=51.08 cores=1,3,5,7
/proc/1776/task/1784/stat : 1784 (plingeling) R 1774 1776 1515 0 -1 4202560 22128 1256 0 0 5105 3 0 0 25 0 5 0 521934793 98983936 11973 33554432000 4194304 4417332 140734982099616 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1776/tid=1785] ppid=1774 vsize=96664 CPUtime=51.07 cores=1,3,5,7
/proc/1776/task/1785/stat : 1785 (plingeling) R 1774 1776 1515 0 -1 4202560 20742 1256 0 0 5104 3 0 0 25 0 5 0 521934793 98983936 11973 33554432000 4194304 4417332 140734982099616 18446744073709551615 4364683 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=1776/tid=1786] ppid=1774 vsize=96664 CPUtime=50.8 cores=1,3,5,7
/proc/1776/task/1786/stat : 1786 (plingeling) R 1774 1776 1515 0 -1 4202560 16910 1256 0 0 5078 2 0 0 25 0 5 0 521934793 98983936 11973 33554432000 4194304 4417332 140734982099616 18446744073709551615 4364683 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.07
Current children cumulated vsize (KiB) 96664

[startup+102.307 s]
/proc/loadavg: 8.04 8.08 7.89 9/186 1789
/proc/meminfo: memFree=21534976/32950928 swapFree=67111524/67111528
[pid=1776] ppid=1774 vsize=120932 CPUtime=408.62 cores=1,3,5,7
/proc/1776/stat : 1776 (plingeling) S 1774 1776 1515 0 -1 4202496 153267 1256 0 0 40839 23 0 0 25 0 5 0 521934792 123834368 18039 33554432000 4194304 4417332 140734982099616 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/1776/statm: 30233 18039 180 55 0 28119 0
[pid=1776/tid=1783] ppid=1774 vsize=120932 CPUtime=102.28 cores=1,3,5,7
/proc/1776/task/1783/stat : 1783 (plingeling) R 1774 1776 1515 0 -1 4202560 39777 1256 0 0 10223 5 0 0 25 0 5 0 521934793 123834368 18039 33554432000 4194304 4417332 140734982099616 18446744073709551615 4364547 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=1776/tid=1784] ppid=1774 vsize=120932 CPUtime=102.28 cores=1,3,5,7
/proc/1776/task/1784/stat : 1784 (plingeling) R 1774 1776 1515 0 -1 4202560 40550 1256 0 0 10223 5 0 0 25 0 5 0 521934793 123834368 18039 33554432000 4194304 4417332 140734982099616 18446744073709551615 4354410 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1776/tid=1785] ppid=1774 vsize=120932 CPUtime=102.28 cores=1,3,5,7
/proc/1776/task/1785/stat : 1785 (plingeling) R 1774 1776 1515 0 -1 4202560 39374 1256 0 0 10222 6 0 0 25 0 5 0 521934793 123834368 18039 33554432000 4194304 4417332 140734982099616 18446744073709551615 4366038 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=1776/tid=1786] ppid=1774 vsize=120932 CPUtime=101.72 cores=1,3,5,7
/proc/1776/task/1786/stat : 1786 (plingeling) R 1774 1776 1515 0 -1 4202560 32571 1256 0 0 10168 4 0 0 25 0 5 0 521934793 123834368 18039 33554432000 4194304 4417332 140734982099616 18446744073709551615 4365900 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.62
Current children cumulated vsize (KiB) 120932

[startup+162.301 s]
/proc/loadavg: 8.01 8.06 7.90 9/186 1791
/proc/meminfo: memFree=21397660/32950928 swapFree=67111524/67111528
[pid=1776] ppid=1774 vsize=135304 CPUtime=648.28 cores=1,3,5,7
/proc/1776/stat : 1776 (plingeling) S 1774 1776 1515 0 -1 4202496 218882 1256 0 0 64796 32 0 0 25 0 5 0 521934792 138551296 21632 33554432000 4194304 4417332 140734982099616 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/1776/statm: 33826 21632 180 55 0 31712 0
[pid=1776/tid=1783] ppid=1774 vsize=135304 CPUtime=162.28 cores=1,3,5,7
/proc/1776/task/1783/stat : 1783 (plingeling) R 1774 1776 1515 0 -1 4202560 57936 1256 0 0 16220 8 0 0 25 0 5 0 521934793 138551296 21632 33554432000 4194304 4417332 140734982099616 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=1776/tid=1784] ppid=1774 vsize=135304 CPUtime=162.28 cores=1,3,5,7
/proc/1776/task/1784/stat : 1784 (plingeling) R 1774 1776 1515 0 -1 4202560 54683 1256 0 0 16221 7 0 0 25 0 5 0 521934793 138551296 21632 33554432000 4194304 4417332 140734982099616 18446744073709551615 4364683 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1776/tid=1785] ppid=1774 vsize=135304 CPUtime=162.28 cores=1,3,5,7
/proc/1776/task/1785/stat : 1785 (plingeling) R 1774 1776 1515 0 -1 4202560 57386 1256 0 0 16219 9 0 0 25 0 5 0 521934793 138551296 21632 33554432000 4194304 4417332 140734982099616 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=1776/tid=1786] ppid=1774 vsize=135304 CPUtime=161.4 cores=1,3,5,7
/proc/1776/task/1786/stat : 1786 (plingeling) R 1774 1776 1515 0 -1 4202560 47882 1256 0 0 16134 6 0 0 25 0 5 0 521934793 138551296 21632 33554432000 4194304 4417332 140734982099616 18446744073709551615 4364734 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 648.28
Current children cumulated vsize (KiB) 135304


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

[pid=1776/tid=1784] ppid=1774 vsize=228864 CPUtime=762.3 cores=1,3,5,7
/proc/1776/task/1784/stat : 1784 (plingeling) R 1774 1776 1515 0 -1 4202560 178403 1256 0 0 76204 26 0 0 25 0 5 0 521934793 234356736 45022 33554432000 4194304 4417332 140734982099616 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1776/tid=1785] ppid=1774 vsize=228864 CPUtime=762.3 cores=1,3,5,7
/proc/1776/task/1785/stat : 1785 (plingeling) R 1774 1776 1515 0 -1 4202560 151712 1256 0 0 76207 23 0 0 25 0 5 0 521934793 234356736 45022 33554432000 4194304 4417332 140734982099616 18446744073709551615 4364498 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=1776/tid=1786] ppid=1774 vsize=228864 CPUtime=758.14 cores=1,3,5,7
/proc/1776/task/1786/stat : 1786 (plingeling) R 1774 1776 1515 0 -1 4202560 157563 1256 0 0 75790 24 0 0 25 0 5 0 521934793 234356736 45022 33554432000 4194304 4417332 140734982099616 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3044.26
Current children cumulated vsize (KiB) 228864

[startup+822.301 s]
/proc/loadavg: 7.97 8.04 7.98 9/186 1857
/proc/meminfo: memFree=21833436/32950928 swapFree=67111524/67111528
[pid=1776] ppid=1774 vsize=267940 CPUtime=3283.91 cores=1,3,5,7
/proc/1776/stat : 1776 (plingeling) S 1774 1776 1515 0 -1 4202496 686631 1256 0 0 328287 104 0 0 25 0 5 0 521934792 274370560 54791 33554432000 4194304 4417332 140734982099616 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/1776/statm: 66985 54791 180 55 0 64871 0
[pid=1776/tid=1783] ppid=1774 vsize=267940 CPUtime=821.47 cores=1,3,5,7
/proc/1776/task/1783/stat : 1783 (plingeling) R 1774 1776 1515 0 -1 4202560 176646 1256 0 0 82121 26 0 0 25 0 5 0 521934793 274370560 54791 33554432000 4194304 4417332 140734982099616 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=1776/tid=1784] ppid=1774 vsize=267940 CPUtime=822.29 cores=1,3,5,7
/proc/1776/task/1784/stat : 1784 (plingeling) R 1774 1776 1515 0 -1 4202560 187080 1256 0 0 82202 27 0 0 25 0 5 0 521934793 274370560 54791 33554432000 4194304 4417332 140734982099616 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1776/tid=1785] ppid=1774 vsize=267940 CPUtime=822.29 cores=1,3,5,7
/proc/1776/task/1785/stat : 1785 (plingeling) R 1774 1776 1515 0 -1 4202560 157362 1256 0 0 82205 24 0 0 25 0 5 0 521934793 274370560 54791 33554432000 4194304 4417332 140734982099616 18446744073709551615 4275953 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=1776/tid=1786] ppid=1774 vsize=267940 CPUtime=817.81 cores=1,3,5,7
/proc/1776/task/1786/stat : 1786 (plingeling) R 1774 1776 1515 0 -1 4202560 164548 1256 0 0 81756 25 0 0 25 0 5 0 521934793 274370560 54791 33554432000 4194304 4417332 140734982099616 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3283.91
Current children cumulated vsize (KiB) 267940

[startup+882.301 s]
/proc/loadavg: 8.04 8.04 7.99 9/186 1859
/proc/meminfo: memFree=21839620/32950928 swapFree=67111524/67111528
[pid=1776] ppid=1774 vsize=242928 CPUtime=3523.59 cores=1,3,5,7
/proc/1776/stat : 1776 (plingeling) S 1774 1776 1515 0 -1 4202496 728815 1256 0 0 352248 111 0 0 25 0 5 0 521934792 248758272 48538 33554432000 4194304 4417332 140734982099616 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/1776/statm: 60732 48538 180 55 0 58618 0
[pid=1776/tid=1783] ppid=1774 vsize=242928 CPUtime=881.48 cores=1,3,5,7
/proc/1776/task/1783/stat : 1783 (plingeling) R 1774 1776 1515 0 -1 4202560 185063 1256 0 0 88121 27 0 0 25 0 5 0 521934793 248758272 48538 33554432000 4194304 4417332 140734982099616 18446744073709551615 4364792 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=1776/tid=1784] ppid=1774 vsize=242928 CPUtime=882.3 cores=1,3,5,7
/proc/1776/task/1784/stat : 1784 (plingeling) R 1774 1776 1515 0 -1 4202560 194775 1256 0 0 88201 29 0 0 25 0 5 0 521934793 248758272 48538 33554432000 4194304 4417332 140734982099616 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1776/tid=1785] ppid=1774 vsize=242928 CPUtime=882.29 cores=1,3,5,7
/proc/1776/task/1785/stat : 1785 (plingeling) R 1774 1776 1515 0 -1 4202560 173911 1256 0 0 88203 26 0 0 25 0 5 0 521934793 248758272 48538 33554432000 4194304 4417332 140734982099616 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=1776/tid=1786] ppid=1774 vsize=242928 CPUtime=877.48 cores=1,3,5,7
/proc/1776/task/1786/stat : 1786 (plingeling) R 1774 1776 1515 0 -1 4202560 174071 1256 0 0 87721 27 0 0 25 0 5 0 521934793 248758272 48538 33554432000 4194304 4417332 140734982099616 18446744073709551615 4357173 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3523.59
Current children cumulated vsize (KiB) 242928

[startup+942.301 s]
/proc/loadavg: 8.06 8.05 7.99 9/186 1861
/proc/meminfo: memFree=21817760/32950928 swapFree=67111524/67111528
[pid=1776] ppid=1774 vsize=242812 CPUtime=3763.28 cores=1,3,5,7
/proc/1776/stat : 1776 (plingeling) S 1774 1776 1515 0 -1 4202496 755786 1256 0 0 376212 116 0 0 25 0 5 0 521934792 248639488 48509 33554432000 4194304 4417332 140734982099616 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/1776/statm: 60703 48509 180 55 0 58589 0
[pid=1776/tid=1783] ppid=1774 vsize=242812 CPUtime=941.47 cores=1,3,5,7
/proc/1776/task/1783/stat : 1783 (plingeling) R 1774 1776 1515 0 -1 4202560 192593 1256 0 0 94119 28 0 0 25 0 5 0 521934793 248639488 48509 33554432000 4194304 4417332 140734982099616 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=1776/tid=1784] ppid=1774 vsize=242812 CPUtime=942.3 cores=1,3,5,7
/proc/1776/task/1784/stat : 1784 (plingeling) R 1774 1776 1515 0 -1 4202560 203783 1256 0 0 94200 30 0 0 25 0 5 0 521934793 248639488 48509 33554432000 4194304 4417332 140734982099616 18446744073709551615 4364544 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1776/tid=1785] ppid=1774 vsize=242812 CPUtime=942.3 cores=1,3,5,7
/proc/1776/task/1785/stat : 1785 (plingeling) R 1774 1776 1515 0 -1 4202560 175691 1256 0 0 94203 27 0 0 25 0 5 0 521934793 248639488 48509 33554432000 4194304 4417332 140734982099616 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=1776/tid=1786] ppid=1774 vsize=242812 CPUtime=937.17 cores=1,3,5,7
/proc/1776/task/1786/stat : 1786 (plingeling) R 1774 1776 1515 0 -1 4202560 182724 1256 0 0 93688 29 0 0 25 0 5 0 521934793 248639488 48509 33554432000 4194304 4417332 140734982099616 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3763.28
Current children cumulated vsize (KiB) 242812

[startup+1002.3 s]
/proc/loadavg: 8.07 8.05 8.00 9/186 1862
/proc/meminfo: memFree=21785368/32950928 swapFree=67111524/67111528
[pid=1776] ppid=1774 vsize=300836 CPUtime=4002.95 cores=1,3,5,7
/proc/1776/stat : 1776 (plingeling) S 1774 1776 1515 0 -1 4202496 783635 1256 0 0 400176 119 0 0 25 0 5 0 521934792 308056064 63015 33554432000 4194304 4417332 140734982099616 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/1776/statm: 75209 63015 180 55 0 73095 0
[pid=1776/tid=1783] ppid=1774 vsize=300836 CPUtime=1001.48 cores=1,3,5,7
/proc/1776/task/1783/stat : 1783 (plingeling) R 1774 1776 1515 0 -1 4202560 198210 1256 0 0 100119 29 0 0 25 0 5 0 521934793 308056064 63015 33554432000 4194304 4417332 140734982099616 18446744073709551615 4364526 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=1776/tid=1784] ppid=1774 vsize=300836 CPUtime=1002.29 cores=1,3,5,7
/proc/1776/task/1784/stat : 1784 (plingeling) R 1774 1776 1515 0 -1 4202560 212377 1256 0 0 100198 31 0 0 25 0 5 0 521934793 308056064 63015 33554432000 4194304 4417332 140734982099616 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1776/tid=1785] ppid=1774 vsize=300836 CPUtime=1002.3 cores=1,3,5,7
/proc/1776/task/1785/stat : 1785 (plingeling) R 1774 1776 1515 0 -1 4202560 182737 1256 0 0 100202 28 0 0 25 0 5 0 521934793 308056064 63015 33554432000 4194304 4417332 140734982099616 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=1776/tid=1786] ppid=1774 vsize=300836 CPUtime=996.84 cores=1,3,5,7
/proc/1776/task/1786/stat : 1786 (plingeling) R 1774 1776 1515 0 -1 4202560 189316 1256 0 0 99654 30 0 0 25 0 5 0 521934793 308056064 63015 33554432000 4194304 4417332 140734982099616 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4002.95
Current children cumulated vsize (KiB) 300836

[startup+1062.3 s]
/proc/loadavg: 8.06 8.05 8.00 9/186 1864
/proc/meminfo: memFree=21798220/32950928 swapFree=67111524/67111528
[pid=1776] ppid=1774 vsize=268940 CPUtime=4242.64 cores=1,3,5,7
/proc/1776/stat : 1776 (plingeling) S 1774 1776 1515 0 -1 4202496 816017 1256 0 0 424138 126 0 0 25 0 5 0 521934792 275394560 55041 33554432000 4194304 4417332 140734982099616 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/1776/statm: 67235 55041 180 55 0 65121 0
[pid=1776/tid=1783] ppid=1774 vsize=268940 CPUtime=1061.47 cores=1,3,5,7
/proc/1776/task/1783/stat : 1783 (plingeling) R 1774 1776 1515 0 -1 4202560 211280 1256 0 0 106116 31 0 0 25 0 5 0 521934793 275394560 55041 33554432000 4194304 4417332 140734982099616 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=1776/tid=1784] ppid=1774 vsize=268940 CPUtime=1062.3 cores=1,3,5,7
/proc/1776/task/1784/stat : 1784 (plingeling) R 1774 1776 1515 0 -1 4202560 220585 1256 0 0 106197 33 0 0 25 0 5 0 521934793 275394560 55041 33554432000 4194304 4417332 140734982099616 18446744073709551615 4366362 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1776/tid=1785] ppid=1774 vsize=268940 CPUtime=1062.3 cores=1,3,5,7
/proc/1776/task/1785/stat : 1785 (plingeling) R 1774 1776 1515 0 -1 4202560 187798 1256 0 0 106201 29 0 0 25 0 5 0 521934793 275394560 55041 33554432000 4194304 4417332 140734982099616 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=1776/tid=1786] ppid=1774 vsize=268940 CPUtime=1056.52 cores=1,3,5,7
/proc/1776/task/1786/stat : 1786 (plingeling) R 1774 1776 1515 0 -1 4202560 195359 1256 0 0 105621 31 0 0 25 0 5 0 521934793 275394560 55041 33554432000 4194304 4417332 140734982099616 18446744073709551615 4364973 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4242.64
Current children cumulated vsize (KiB) 268940

[startup+1122.3 s]
/proc/loadavg: 8.07 8.06 8.00 9/186 1865
/proc/meminfo: memFree=21747476/32950928 swapFree=67111524/67111528
[pid=1776] ppid=1774 vsize=295164 CPUtime=4482.31 cores=1,3,5,7
/proc/1776/stat : 1776 (plingeling) S 1774 1776 1515 0 -1 4202496 843329 1256 0 0 448101 130 0 0 25 0 5 0 521934792 302247936 61597 33554432000 4194304 4417332 140734982099616 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/1776/statm: 73791 61597 180 55 0 71677 0
[pid=1776/tid=1783] ppid=1774 vsize=295164 CPUtime=1121.48 cores=1,3,5,7
/proc/1776/task/1783/stat : 1783 (plingeling) R 1774 1776 1515 0 -1 4202560 217549 1256 0 0 112116 32 0 0 25 0 5 0 521934793 302247936 61597 33554432000 4194304 4417332 140734982099616 18446744073709551615 4364750 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=1776/tid=1784] ppid=1774 vsize=295164 CPUtime=1122.3 cores=1,3,5,7
/proc/1776/task/1784/stat : 1784 (plingeling) R 1774 1776 1515 0 -1 4202560 225900 1256 0 0 112197 33 0 0 25 0 5 0 521934793 302247936 61597 33554432000 4194304 4417332 140734982099616 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1776/tid=1785] ppid=1774 vsize=295164 CPUtime=1122.3 cores=1,3,5,7
/proc/1776/task/1785/stat : 1785 (plingeling) R 1774 1776 1515 0 -1 4202560 193259 1256 0 0 112200 30 0 0 25 0 5 0 521934793 302247936 61597 33554432000 4194304 4417332 140734982099616 18446744073709551615 4364683 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=1776/tid=1786] ppid=1774 vsize=295164 CPUtime=1116.18 cores=1,3,5,7
/proc/1776/task/1786/stat : 1786 (plingeling) R 1774 1776 1515 0 -1 4202560 205626 1256 0 0 111586 32 0 0 25 0 5 0 521934793 302247936 61597 33554432000 4194304 4417332 140734982099616 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4482.31
Current children cumulated vsize (KiB) 295164

[startup+1182.3 s]
/proc/loadavg: 8.07 8.06 8.00 9/186 1867
/proc/meminfo: memFree=21702432/32950928 swapFree=67111524/67111528
[pid=1776] ppid=1774 vsize=339316 CPUtime=4721.99 cores=1,3,5,7
/proc/1776/stat : 1776 (plingeling) S 1774 1776 1515 0 -1 4202496 872040 1256 0 0 472064 135 0 0 25 0 5 0 521934792 347459584 72635 33554432000 4194304 4417332 140734982099616 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/1776/statm: 84829 72635 180 55 0 82715 0
[pid=1776/tid=1783] ppid=1774 vsize=339316 CPUtime=1181.48 cores=1,3,5,7
/proc/1776/task/1783/stat : 1783 (plingeling) R 1774 1776 1515 0 -1 4202560 224258 1256 0 0 118115 33 0 0 25 0 5 0 521934793 347459584 72635 33554432000 4194304 4417332 140734982099616 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=1776/tid=1784] ppid=1774 vsize=339316 CPUtime=1182.31 cores=1,3,5,7
/proc/1776/task/1784/stat : 1784 (plingeling) R 1774 1776 1515 0 -1 4202560 233141 1256 0 0 118196 35 0 0 25 0 5 0 521934793 347459584 72635 33554432000 4194304 4417332 140734982099616 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1776/tid=1785] ppid=1774 vsize=339316 CPUtime=1182.31 cores=1,3,5,7
/proc/1776/task/1785/stat : 1785 (plingeling) R 1774 1776 1515 0 -1 4202560 201451 1256 0 0 118199 32 0 0 25 0 5 0 521934793 347459584 72635 33554432000 4194304 4417332 140734982099616 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=1776/tid=1786] ppid=1774 vsize=339316 CPUtime=1175.86 cores=1,3,5,7
/proc/1776/task/1786/stat : 1786 (plingeling) R 1774 1776 1515 0 -1 4202560 212195 1256 0 0 117553 33 0 0 25 0 5 0 521934793 347459584 72635 33554432000 4194304 4417332 140734982099616 18446744073709551615 4364547 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4721.99
Current children cumulated vsize (KiB) 339316



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 8.05 8.06 8.00 9/186 1867
/proc/meminfo: memFree=21720648/32950928 swapFree=67111524/67111528
[pid=1776] ppid=1774 vsize=319360 CPUtime=4800.3 cores=1,3,5,7
/proc/1776/stat : 1776 (plingeling) S 1774 1776 1515 0 -1 4202496 876250 1256 0 0 479894 136 0 0 25 0 5 0 521934792 327024640 67646 33554432000 4194304 4417332 140734982099616 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/1776/statm: 79840 67646 180 55 0 77726 0
[pid=1776/tid=1783] ppid=1774 vsize=319360 CPUtime=1201.08 cores=1,3,5,7
/proc/1776/task/1783/stat : 1783 (plingeling) R 1774 1776 1515 0 -1 4202560 224304 1256 0 0 120075 33 0 0 25 0 5 0 521934793 327024640 67646 33554432000 4194304 4417332 140734982099616 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=1776/tid=1784] ppid=1774 vsize=319360 CPUtime=1201.91 cores=1,3,5,7
/proc/1776/task/1784/stat : 1784 (plingeling) R 1774 1776 1515 0 -1 4202560 236179 1256 0 0 120156 35 0 0 25 0 5 0 521934793 327024640 67646 33554432000 4194304 4417332 140734982099616 18446744073709551615 4353461 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1776/tid=1785] ppid=1774 vsize=319360 CPUtime=1201.91 cores=1,3,5,7
/proc/1776/task/1785/stat : 1785 (plingeling) R 1774 1776 1515 0 -1 4202560 201451 1256 0 0 120159 32 0 0 25 0 5 0 521934793 327024640 67646 33554432000 4194304 4417332 140734982099616 18446744073709551615 4364568 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=1776/tid=1786] ppid=1774 vsize=319360 CPUtime=1195.36 cores=1,3,5,7
/proc/1776/task/1786/stat : 1786 (plingeling) R 1774 1776 1515 0 -1 4202560 213321 1256 0 0 119502 34 0 0 25 0 5 0 521934793 327024640 67646 33554432000 4194304 4417332 140734982099616 18446744073709551615 4364547 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.3
Current children cumulated vsize (KiB) 319360

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.05 8.06 8.00 9/186 1867
/proc/meminfo: memFree=21720648/32950928 swapFree=67111524/67111528
[pid=1776] ppid=1774 vsize=319360 CPUtime=4800.3 cores=1,3,5,7
/proc/1776/stat : 1776 (plingeling) S 1774 1776 1515 0 -1 4202496 876250 1256 0 0 479894 136 0 0 25 0 5 0 521934792 327024640 67646 33554432000 4194304 4417332 140734982099616 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/1776/statm: 79840 67646 180 55 0 77726 0
[pid=1776/tid=1783] ppid=1774 vsize=319360 CPUtime=1201.08 cores=1,3,5,7
/proc/1776/task/1783/stat : 1783 (plingeling) R 1774 1776 1515 0 -1 4202560 224304 1256 0 0 120075 33 0 0 25 0 5 0 521934793 327024640 67646 33554432000 4194304 4417332 140734982099616 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=1776/tid=1784] ppid=1774 vsize=319360 CPUtime=1201.91 cores=1,3,5,7
/proc/1776/task/1784/stat : 1784 (plingeling) R 1774 1776 1515 0 -1 4202560 236179 1256 0 0 120156 35 0 0 25 0 5 0 521934793 327024640 67646 33554432000 4194304 4417332 140734982099616 18446744073709551615 4353461 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1776/tid=1785] ppid=1774 vsize=319360 CPUtime=1201.91 cores=1,3,5,7
/proc/1776/task/1785/stat : 1785 (plingeling) R 1774 1776 1515 0 -1 4202560 201451 1256 0 0 120159 32 0 0 25 0 5 0 521934793 327024640 67646 33554432000 4194304 4417332 140734982099616 18446744073709551615 4364568 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=1776/tid=1786] ppid=1774 vsize=319360 CPUtime=1195.36 cores=1,3,5,7
/proc/1776/task/1786/stat : 1786 (plingeling) R 1774 1776 1515 0 -1 4202560 213321 1256 0 0 119502 34 0 0 25 0 5 0 521934793 327024640 67646 33554432000 4194304 4417332 140734982099616 18446744073709551615 4364547 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.3
Current children cumulated vsize (KiB) 319360

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.93
CPU time (s): 4800.35
CPU user time (s): 4798.98
CPU system time (s): 1.37879
CPU usage (%): 399.389
Max. virtual memory (cumulated for all children) (KiB): 340396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.98
system time used= 1.37879
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 877506
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= 117
involuntary context switches= 30653

runsolver used 2.00069 second user time and 4.56331 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-29 20:56:00
IDJOB=3264410
IDBENCH=84608
IDSOLVER=1605
FILE ID=node122/3264410-1304103360
RUNJOBID= node122-1304102113-1534
PBS_JOBID= 13170631
Free space on /tmp= 71664 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT04/handmade/connamacher/connm-d0.02/connm-ue-csp-sat-n800-d0.02-s111845174.used-as.sat04-958.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3264410-1304103360/watcher-3264410-1304103360 -o /tmp/evaluation-result-3264410-1304103360/solver-3264410-1304103360 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3264410-1304103360.cnf

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

MD5SUM BENCH= 7bb85ebdeae46262f72a4c54d4e16683
RANDOM SEED=889322313

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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.820
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.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      21718988 kB
Buffers:       1630132 kB
Cached:        8569900 kB
SwapCached:          4 kB
Active:        1534224 kB
Inactive:      9148124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      21718988 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:             404 kB
Writeback:           0 kB
AnonPages:      481936 kB
Mapped:          15684 kB
Slab:           486188 kB
PageTables:       5300 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   667492 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= 71664 MiB
End job on node122 at 2011-04-29 21:16:04