Trace number 3265334

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.44 1201.76

General information on the benchmark

NameSAT05/crafted/sabharwal05/counting/fphp/unsat/
harder/fphp-020-019.shuffled-as.sat05-1232.cnf
MD5SUMabb32bff5eb954e790612a6209864b5d
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.08668
Satisfiable
(Un)Satisfiability was proved
Number of variables380
Number of clauses7050
Sum of the clauses size14440
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 27030
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 520

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

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.78 7.94 7.98 6/181 8727
/proc/meminfo: memFree=25763572/32951124 swapFree=67111524/67111528
[pid=8727] ppid=8725 vsize=9000 CPUtime=0 cores=0,2,4,6
/proc/8727/stat : 8727 (plingeling) R 8725 8727 8397 0 -1 4202496 338 1248 0 0 0 0 0 0 25 0 1 0 522231816 9216000 267 33554432000 4194304 4417332 140733978180576 18446744073709551615 230809165568 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/8727/statm: 2250 267 146 55 0 136 0

[startup+0.0272679 s]
/proc/loadavg: 7.78 7.94 7.98 6/181 8727
/proc/meminfo: memFree=25763572/32951124 swapFree=67111524/67111528
[pid=8727] ppid=8725 vsize=117164 CPUtime=0.07 cores=0,2,4,6
/proc/8727/stat : 8727 (plingeling) S 8725 8727 8397 0 -1 4202496 869 1248 0 0 7 0 0 0 25 0 5 0 522231816 119975936 757 33554432000 4194304 4417332 140733978180576 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/8727/statm: 29291 757 178 55 0 27177 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 117164

[startup+0.122203 s]
/proc/loadavg: 7.78 7.94 7.98 6/181 8727
/proc/meminfo: memFree=25763572/32951124 swapFree=67111524/67111528
[pid=8727] ppid=8725 vsize=121568 CPUtime=0.44 cores=0,2,4,6
/proc/8727/stat : 8727 (plingeling) S 8725 8727 8397 0 -1 4202496 2715 1248 0 0 44 0 0 0 25 0 5 0 522231816 124485632 1861 33554432000 4194304 4417332 140733978180576 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/8727/statm: 30392 1861 181 55 0 28278 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 121568

[startup+0.30017 s]
/proc/loadavg: 7.78 7.94 7.98 6/181 8727
/proc/meminfo: memFree=25763572/32951124 swapFree=67111524/67111528
[pid=8727] ppid=8725 vsize=123268 CPUtime=1.15 cores=0,2,4,6
/proc/8727/stat : 8727 (plingeling) S 8725 8727 8397 0 -1 4202496 4698 1248 0 0 115 0 0 0 25 0 5 0 522231816 126226432 2285 33554432000 4194304 4417332 140733978180576 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/8727/statm: 30817 2285 181 55 0 28703 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 123268

[startup+0.700098 s]
/proc/loadavg: 7.78 7.94 7.98 6/181 8727
/proc/meminfo: memFree=25763572/32951124 swapFree=67111524/67111528
[pid=8727] ppid=8725 vsize=128292 CPUtime=2.75 cores=0,2,4,6
/proc/8727/stat : 8727 (plingeling) S 8725 8727 8397 0 -1 4202496 11236 1248 0 0 274 1 0 0 25 0 5 0 522231816 131371008 3525 33554432000 4194304 4417332 140733978180576 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/8727/statm: 32073 3525 181 55 0 29959 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 128292

[startup+1.50095 s]
/proc/loadavg: 7.78 7.94 7.98 9/186 8737
/proc/meminfo: memFree=25735268/32951124 swapFree=67111524/67111528
[pid=8727] ppid=8725 vsize=136752 CPUtime=5.95 cores=0,2,4,6
/proc/8727/stat : 8727 (plingeling) S 8725 8727 8397 0 -1 4202496 24297 1248 0 0 592 3 0 0 25 0 5 0 522231816 140034048 5650 33554432000 4194304 4417332 140733978180576 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/8727/statm: 34188 5650 181 55 0 32074 0
[pid=8727/tid=8734] ppid=8725 vsize=136752 CPUtime=1.48 cores=0,2,4,6
/proc/8727/task/8734/stat : 8734 (plingeling) R 8725 8727 8397 0 -1 4202560 5601 1248 0 0 148 0 0 0 25 0 5 0 522231817 140034048 5650 33554432000 4194304 4417332 140733978180576 18446744073709551615 4364547 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=8727/tid=8735] ppid=8725 vsize=136752 CPUtime=1.48 cores=0,2,4,6
/proc/8727/task/8735/stat : 8735 (plingeling) R 8725 8727 8397 0 -1 4202560 5895 1248 0 0 148 0 0 0 25 0 5 0 522231817 140034048 5650 33554432000 4194304 4417332 140733978180576 18446744073709551615 4364796 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=8727/tid=8736] ppid=8725 vsize=136752 CPUtime=1.47 cores=0,2,4,6
/proc/8727/task/8736/stat : 8736 (plingeling) R 8725 8727 8397 0 -1 4202560 6575 1248 0 0 147 0 0 0 25 0 5 0 522231817 140034048 5650 33554432000 4194304 4417332 140733978180576 18446744073709551615 4312994 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=8727/tid=8737] ppid=8725 vsize=136752 CPUtime=1.48 cores=0,2,4,6
/proc/8727/task/8737/stat : 8737 (plingeling) R 8725 8727 8397 0 -1 4202560 5632 1248 0 0 147 1 0 0 25 0 5 0 522231817 140034048 5650 33554432000 4194304 4417332 140733978180576 18446744073709551615 4364683 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 136752

[startup+3.10066 s]
/proc/loadavg: 7.78 7.94 7.98 9/186 8737
/proc/meminfo: memFree=25700672/32951124 swapFree=67111524/67111528
[pid=8727] ppid=8725 vsize=148932 CPUtime=12.34 cores=0,2,4,6
/proc/8727/stat : 8727 (plingeling) S 8725 8727 8397 0 -1 4202496 47746 1248 0 0 1227 7 0 0 25 0 5 0 522231816 152506368 8670 33554432000 4194304 4417332 140733978180576 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/8727/statm: 37233 8670 181 55 0 35119 0
[pid=8727/tid=8734] ppid=8725 vsize=148932 CPUtime=3.08 cores=0,2,4,6
/proc/8727/task/8734/stat : 8734 (plingeling) R 8725 8727 8397 0 -1 4202560 12230 1248 0 0 307 1 0 0 25 0 5 0 522231817 152506368 8670 33554432000 4194304 4417332 140733978180576 18446744073709551615 4263136 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=8727/tid=8735] ppid=8725 vsize=148932 CPUtime=3.08 cores=0,2,4,6
/proc/8727/task/8735/stat : 8735 (plingeling) R 8725 8727 8397 0 -1 4202560 12735 1248 0 0 307 1 0 0 25 0 5 0 522231817 152506368 8670 33554432000 4194304 4417332 140733978180576 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=8727/tid=8736] ppid=8725 vsize=148932 CPUtime=3.07 cores=0,2,4,6
/proc/8727/task/8736/stat : 8736 (plingeling) R 8725 8727 8397 0 -1 4202560 13590 1248 0 0 305 2 0 0 25 0 5 0 522231817 152506368 8670 33554432000 4194304 4417332 140733978180576 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=8727/tid=8737] ppid=8725 vsize=148932 CPUtime=3.08 cores=0,2,4,6
/proc/8727/task/8737/stat : 8737 (plingeling) R 8725 8727 8397 0 -1 4202560 8597 1248 0 0 307 1 0 0 25 0 5 0 522231817 152506368 8670 33554432000 4194304 4417332 140733978180576 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 148932

[startup+6.30107 s]
/proc/loadavg: 7.80 7.94 7.98 9/186 8737
/proc/meminfo: memFree=25645092/32951124 swapFree=67111524/67111528
[pid=8727] ppid=8725 vsize=156608 CPUtime=25.13 cores=0,2,4,6
/proc/8727/stat : 8727 (plingeling) S 8725 8727 8397 0 -1 4202496 84587 1248 0 0 2500 13 0 0 25 0 5 0 522231816 160366592 10589 33554432000 4194304 4417332 140733978180576 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/8727/statm: 39152 10589 181 55 0 37038 0
[pid=8727/tid=8734] ppid=8725 vsize=156608 CPUtime=6.29 cores=0,2,4,6
/proc/8727/task/8734/stat : 8734 (plingeling) R 8725 8727 8397 0 -1 4202560 21283 1248 0 0 626 3 0 0 25 0 5 0 522231817 160366592 10589 33554432000 4194304 4417332 140733978180576 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=8727/tid=8735] ppid=8725 vsize=156608 CPUtime=6.28 cores=0,2,4,6
/proc/8727/task/8735/stat : 8735 (plingeling) R 8725 8727 8397 0 -1 4202560 23982 1248 0 0 625 3 0 0 25 0 5 0 522231817 160366592 10589 33554432000 4194304 4417332 140733978180576 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=8727/tid=8736] ppid=8725 vsize=156608 CPUtime=6.25 cores=0,2,4,6
/proc/8727/task/8736/stat : 8736 (plingeling) R 8725 8727 8397 0 -1 4202560 23880 1248 0 0 622 3 0 0 25 0 5 0 522231817 160366592 10589 33554432000 4194304 4417332 140733978180576 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=8727/tid=8737] ppid=8725 vsize=156608 CPUtime=6.28 cores=0,2,4,6
/proc/8727/task/8737/stat : 8737 (plingeling) R 8725 8727 8397 0 -1 4202560 14848 1248 0 0 625 3 0 0 25 0 5 0 522231817 160366592 10589 33554432000 4194304 4417332 140733978180576 18446744073709551615 4364818 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 156608

[startup+12.7009 s]
/proc/loadavg: 7.81 7.94 7.98 9/186 8737
/proc/meminfo: memFree=25655040/32951124 swapFree=67111524/67111528
[pid=8727] ppid=8725 vsize=184668 CPUtime=50.7 cores=0,2,4,6
/proc/8727/stat : 8727 (plingeling) S 8725 8727 8397 0 -1 4202496 159187 1248 0 0 5045 25 0 0 25 0 5 0 522231816 189100032 17456 33554432000 4194304 4417332 140733978180576 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/8727/statm: 46167 17456 181 55 0 44053 0
[pid=8727/tid=8734] ppid=8725 vsize=184668 CPUtime=12.69 cores=0,2,4,6
/proc/8727/task/8734/stat : 8734 (plingeling) R 8725 8727 8397 0 -1 4202560 38459 1248 0 0 1264 5 0 0 25 0 5 0 522231817 189100032 17456 33554432000 4194304 4417332 140733978180576 18446744073709551615 4307694 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=8727/tid=8735] ppid=8725 vsize=184668 CPUtime=12.68 cores=0,2,4,6
/proc/8727/task/8735/stat : 8735 (plingeling) R 8725 8727 8397 0 -1 4202560 46346 1248 0 0 1262 6 0 0 25 0 5 0 522231817 189100032 17456 33554432000 4194304 4417332 140733978180576 18446744073709551615 4364796 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=8727/tid=8736] ppid=8725 vsize=184668 CPUtime=12.62 cores=0,2,4,6
/proc/8727/task/8736/stat : 8736 (plingeling) R 8725 8727 8397 0 -1 4202560 44820 1248 0 0 1255 7 0 0 25 0 5 0 522231817 189100032 17456 33554432000 4194304 4417332 140733978180576 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=8727/tid=8737] ppid=8725 vsize=184668 CPUtime=12.68 cores=0,2,4,6
/proc/8727/task/8737/stat : 8737 (plingeling) R 8725 8727 8397 0 -1 4202560 28968 1248 0 0 1262 6 0 0 25 0 5 0 522231817 189100032 17456 33554432000 4194304 4417332 140733978180576 18446744073709551615 4366412 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 184668

[startup+25.5006 s]
/proc/loadavg: 7.85 7.94 7.98 9/186 8738
/proc/meminfo: memFree=25634948/32951124 swapFree=67111524/67111528
[pid=8727] ppid=8725 vsize=212324 CPUtime=101.82 cores=0,2,4,6
/proc/8727/stat : 8727 (plingeling) S 8725 8727 8397 0 -1 4202496 273033 1248 0 0 10139 43 0 0 25 0 5 0 522231816 217419776 24518 33554432000 4194304 4417332 140733978180576 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/8727/statm: 53081 24518 181 55 0 50967 0
[pid=8727/tid=8734] ppid=8725 vsize=212324 CPUtime=25.48 cores=0,2,4,6
/proc/8727/task/8734/stat : 8734 (plingeling) R 8725 8727 8397 0 -1 4202560 68041 1248 0 0 2538 10 0 0 25 0 5 0 522231817 217419776 24518 33554432000 4194304 4417332 140733978180576 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=8727/tid=8735] ppid=8725 vsize=212324 CPUtime=25.47 cores=0,2,4,6
/proc/8727/task/8735/stat : 8735 (plingeling) R 8725 8727 8397 0 -1 4202560 78256 1248 0 0 2536 11 0 0 25 0 5 0 522231817 217419776 24518 33554432000 4194304 4417332 140733978180576 18446744073709551615 4357476 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=8727/tid=8736] ppid=8725 vsize=212324 CPUtime=25.35 cores=0,2,4,6
/proc/8727/task/8736/stat : 8736 (plingeling) R 8725 8727 8397 0 -1 4202560 73931 1248 0 0 2524 11 0 0 25 0 5 0 522231817 217419776 24518 33554432000 4194304 4417332 140733978180576 18446744073709551615 4357063 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=8727/tid=8737] ppid=8725 vsize=212324 CPUtime=25.48 cores=0,2,4,6
/proc/8727/task/8737/stat : 8737 (plingeling) R 8725 8727 8397 0 -1 4202560 52211 1248 0 0 2539 9 0 0 25 0 5 0 522231817 217419776 24518 33554432000 4194304 4417332 140733978180576 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 212324

[startup+51.1009 s]
/proc/loadavg: 7.98 7.96 7.98 9/186 8738
/proc/meminfo: memFree=25572552/32951124 swapFree=67111524/67111528
[pid=8727] ppid=8725 vsize=242232 CPUtime=204.09 cores=0,2,4,6
/proc/8727/stat : 8727 (plingeling) S 8725 8727 8397 0 -1 4202496 474470 1248 0 0 20336 73 0 0 25 0 5 0 522231816 248045568 31995 33554432000 4194304 4417332 140733978180576 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/8727/statm: 60558 31995 181 55 0 58444 0
[pid=8727/tid=8734] ppid=8725 vsize=242232 CPUtime=51.08 cores=0,2,4,6
/proc/8727/task/8734/stat : 8734 (plingeling) R 8725 8727 8397 0 -1 4202560 112327 1248 0 0 5092 16 0 0 25 0 5 0 522231817 248045568 31995 33554432000 4194304 4417332 140733978180576 18446744073709551615 4364463 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=8727/tid=8735] ppid=8725 vsize=242232 CPUtime=51.07 cores=0,2,4,6
/proc/8727/task/8735/stat : 8735 (plingeling) R 8725 8727 8397 0 -1 4202560 139170 1248 0 0 5087 20 0 0 25 0 5 0 522231817 248045568 31995 33554432000 4194304 4417332 140733978180576 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=8727/tid=8736] ppid=8725 vsize=242232 CPUtime=50.82 cores=0,2,4,6
/proc/8727/task/8736/stat : 8736 (plingeling) R 8725 8727 8397 0 -1 4202560 129419 1248 0 0 5062 20 0 0 25 0 5 0 522231817 248045568 31995 33554432000 4194304 4417332 140733978180576 18446744073709551615 4321697 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=8727/tid=8737] ppid=8725 vsize=242232 CPUtime=51.08 cores=0,2,4,6
/proc/8727/task/8737/stat : 8737 (plingeling) R 8725 8727 8397 0 -1 4202560 92960 1248 0 0 5093 15 0 0 25 0 5 0 522231817 248045568 31995 33554432000 4194304 4417332 140733978180576 18446744073709551615 4364753 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204.09
Current children cumulated vsize (KiB) 242232

[startup+102.306 s]
/proc/loadavg: 7.99 7.97 7.98 9/186 8740
/proc/meminfo: memFree=25435724/32951124 swapFree=67111524/67111528
[pid=8727] ppid=8725 vsize=328592 CPUtime=408.64 cores=0,2,4,6
/proc/8727/stat : 8727 (plingeling) S 8725 8727 8397 0 -1 4202496 768636 1248 0 0 40744 120 0 0 25 0 5 0 522231816 336478208 53593 33554432000 4194304 4417332 140733978180576 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/8727/statm: 82148 53593 181 55 0 80034 0
[pid=8727/tid=8734] ppid=8725 vsize=328592 CPUtime=102.28 cores=0,2,4,6
/proc/8727/task/8734/stat : 8734 (plingeling) R 8725 8727 8397 0 -1 4202560 199774 1248 0 0 10197 31 0 0 25 0 5 0 522231817 336478208 53593 33554432000 4194304 4417332 140733978180576 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=8727/tid=8735] ppid=8725 vsize=328592 CPUtime=102.29 cores=0,2,4,6
/proc/8727/task/8735/stat : 8735 (plingeling) R 8725 8727 8397 0 -1 4202560 206382 1248 0 0 10198 31 0 0 25 0 5 0 522231817 336478208 53593 33554432000 4194304 4417332 140733978180576 18446744073709551615 4364796 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=8727/tid=8736] ppid=8725 vsize=328592 CPUtime=101.75 cores=0,2,4,6
/proc/8727/task/8736/stat : 8736 (plingeling) R 8725 8727 8397 0 -1 4202560 212363 1248 0 0 10142 33 0 0 25 0 5 0 522231817 336478208 53593 33554432000 4194304 4417332 140733978180576 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=8727/tid=8737] ppid=8725 vsize=328592 CPUtime=102.29 cores=0,2,4,6
/proc/8727/task/8737/stat : 8737 (plingeling) R 8725 8727 8397 0 -1 4202560 149523 1248 0 0 10204 25 0 0 25 0 5 0 522231817 336478208 53593 33554432000 4194304 4417332 140733978180576 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.64
Current children cumulated vsize (KiB) 328592

[startup+162.3 s]
/proc/loadavg: 8.18 8.02 8.00 9/186 8741
/proc/meminfo: memFree=25345628/32951124 swapFree=67111524/67111528
[pid=8727] ppid=8725 vsize=311036 CPUtime=648.3 cores=0,2,4,6
/proc/8727/stat : 8727 (plingeling) S 8725 8727 8397 0 -1 4202496 1032486 1248 0 0 64667 163 0 0 25 0 5 0 522231816 318500864 49228 33554432000 4194304 4417332 140733978180576 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/8727/statm: 77759 49228 181 55 0 75645 0
[pid=8727/tid=8734] ppid=8725 vsize=311036 CPUtime=162.26 cores=0,2,4,6
/proc/8727/task/8734/stat : 8734 (plingeling) R 8725 8727 8397 0 -1 4202560 246347 1248 0 0 16189 37 0 0 25 0 5 0 522231817 318500864 49228 33554432000 4194304 4417332 140733978180576 18446744073709551615 4263206 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=8727/tid=8735] ppid=8725 vsize=311036 CPUtime=162.27 cores=0,2,4,6
/proc/8727/task/8735/stat : 8735 (plingeling) R 8725 8727 8397 0 -1 4202560 297358 1248 0 0 16183 44 0 0 25 0 5 0 522231817 318500864 49228 33554432000 4194304 4417332 140733978180576 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=8727/tid=8736] ppid=8725 vsize=311036 CPUtime=161.43 cores=0,2,4,6
/proc/8727/task/8736/stat : 8736 (plingeling) R 8725 8727 8397 0 -1 4202560 292305 1248 0 0 16097 46 0 0 25 0 5 0 522231817 318500864 49228 33554432000 4194304 4417332 140733978180576 18446744073709551615 4364734 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=8727/tid=8737] ppid=8725 vsize=311036 CPUtime=162.28 cores=0,2,4,6
/proc/8727/task/8737/stat : 8737 (plingeling) R 8725 8727 8397 0 -1 4202560 195882 1248 0 0 16195 33 0 0 25 0 5 0 522231817 318500864 49228 33554432000 4194304 4417332 140733978180576 18446744073709551615 4250947 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 648.3
Current children cumulated vsize (KiB) 311036


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

[pid=8727/tid=8735] ppid=8725 vsize=742064 CPUtime=762.3 cores=0,2,4,6
/proc/8727/task/8735/stat : 8735 (plingeling) R 8725 8727 8397 0 -1 4202560 833219 1248 0 0 76110 120 0 0 25 0 5 0 522231817 759873536 156953 33554432000 4194304 4417332 140733978180576 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=8727/tid=8736] ppid=8725 vsize=742064 CPUtime=758.2 cores=0,2,4,6
/proc/8727/task/8736/stat : 8736 (plingeling) R 8725 8727 8397 0 -1 4202560 823514 1248 0 0 75699 121 0 0 25 0 5 0 522231817 759873536 156953 33554432000 4194304 4417332 140733978180576 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=8727/tid=8737] ppid=8725 vsize=742064 CPUtime=762.31 cores=0,2,4,6
/proc/8727/task/8737/stat : 8737 (plingeling) R 8725 8727 8397 0 -1 4202560 477112 1248 0 0 76152 79 0 0 25 0 5 0 522231817 759873536 156953 33554432000 4194304 4417332 140733978180576 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3045.07
Current children cumulated vsize (KiB) 742064

[startup+822.3 s]
/proc/loadavg: 8.06 8.07 8.02 9/186 8759
/proc/meminfo: memFree=23683700/32951124 swapFree=67111524/67111528
[pid=8727] ppid=8725 vsize=940088 CPUtime=3284.73 cores=0,2,4,6
/proc/8727/stat : 8727 (plingeling) S 8725 8727 8397 0 -1 4202496 2990064 1248 0 0 328021 452 0 0 25 0 5 0 522231816 962650112 206459 33554432000 4194304 4417332 140733978180576 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/8727/statm: 235022 206459 181 55 0 232908 0
[pid=8727/tid=8734] ppid=8725 vsize=940088 CPUtime=822.21 cores=0,2,4,6
/proc/8727/task/8734/stat : 8734 (plingeling) R 8725 8727 8397 0 -1 4202560 778687 1248 0 0 82105 116 0 0 25 0 5 0 522231817 962650112 206459 33554432000 4194304 4417332 140733978180576 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=8727/tid=8735] ppid=8725 vsize=940088 CPUtime=822.3 cores=0,2,4,6
/proc/8727/task/8735/stat : 8735 (plingeling) R 8725 8727 8397 0 -1 4202560 861932 1248 0 0 82104 126 0 0 25 0 5 0 522231817 962650112 206459 33554432000 4194304 4417332 140733978180576 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=8727/tid=8736] ppid=8725 vsize=940088 CPUtime=817.87 cores=0,2,4,6
/proc/8727/task/8736/stat : 8736 (plingeling) R 8725 8727 8397 0 -1 4202560 847780 1248 0 0 81662 125 0 0 25 0 5 0 522231817 962650112 206459 33554432000 4194304 4417332 140733978180576 18446744073709551615 4364463 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=8727/tid=8737] ppid=8725 vsize=940088 CPUtime=822.31 cores=0,2,4,6
/proc/8727/task/8737/stat : 8737 (plingeling) R 8725 8727 8397 0 -1 4202560 501071 1248 0 0 82148 83 0 0 25 0 5 0 522231817 962650112 206459 33554432000 4194304 4417332 140733978180576 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3284.73
Current children cumulated vsize (KiB) 940088

[startup+882.3 s]
/proc/loadavg: 8.14 8.09 8.02 9/186 8761
/proc/meminfo: memFree=23635004/32951124 swapFree=67111524/67111528
[pid=8727] ppid=8725 vsize=911372 CPUtime=3524.4 cores=0,2,4,6
/proc/8727/stat : 8727 (plingeling) S 8725 8727 8397 0 -1 4202496 3087647 1248 0 0 351970 470 0 0 25 0 5 0 522231816 933244928 199280 33554432000 4194304 4417332 140733978180576 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/8727/statm: 227843 199280 181 55 0 225729 0
[pid=8727/tid=8734] ppid=8725 vsize=911372 CPUtime=882.21 cores=0,2,4,6
/proc/8727/task/8734/stat : 8734 (plingeling) R 8725 8727 8397 0 -1 4202560 799626 1248 0 0 88102 119 0 0 25 0 5 0 522231817 933244928 199280 33554432000 4194304 4417332 140733978180576 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=8727/tid=8735] ppid=8725 vsize=911372 CPUtime=882.3 cores=0,2,4,6
/proc/8727/task/8735/stat : 8735 (plingeling) R 8725 8727 8397 0 -1 4202560 910786 1248 0 0 88094 136 0 0 25 0 5 0 522231817 933244928 199280 33554432000 4194304 4417332 140733978180576 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=8727/tid=8736] ppid=8725 vsize=911372 CPUtime=877.54 cores=0,2,4,6
/proc/8727/task/8736/stat : 8736 (plingeling) R 8725 8727 8397 0 -1 4202560 857095 1248 0 0 87628 126 0 0 25 0 5 0 522231817 933244928 199280 33554432000 4194304 4417332 140733978180576 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=8727/tid=8737] ppid=8725 vsize=911372 CPUtime=882.31 cores=0,2,4,6
/proc/8727/task/8737/stat : 8737 (plingeling) R 8725 8727 8397 0 -1 4202560 519546 1248 0 0 88144 87 0 0 25 0 5 0 522231817 933244928 199280 33554432000 4194304 4417332 140733978180576 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3524.4
Current children cumulated vsize (KiB) 911372

[startup+942.3 s]
/proc/loadavg: 8.23 8.12 8.03 9/186 8762
/proc/meminfo: memFree=23729556/32951124 swapFree=67111524/67111528
[pid=8727] ppid=8725 vsize=1021384 CPUtime=3764.08 cores=0,2,4,6
/proc/8727/stat : 8727 (plingeling) S 8725 8727 8397 0 -1 4202496 3175871 1248 0 0 375924 484 0 0 25 0 5 0 522231816 1045897216 226815 33554432000 4194304 4417332 140733978180576 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/8727/statm: 255346 226815 181 55 0 253232 0
[pid=8727/tid=8734] ppid=8725 vsize=1021384 CPUtime=942.21 cores=0,2,4,6
/proc/8727/task/8734/stat : 8734 (plingeling) R 8725 8727 8397 0 -1 4202560 820197 1248 0 0 94099 122 0 0 25 0 5 0 522231817 1045897216 226815 33554432000 4194304 4417332 140733978180576 18446744073709551615 4364509 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=8727/tid=8735] ppid=8725 vsize=1021384 CPUtime=942.3 cores=0,2,4,6
/proc/8727/task/8735/stat : 8735 (plingeling) R 8725 8727 8397 0 -1 4202560 940761 1248 0 0 94089 141 0 0 25 0 5 0 522231817 1045897216 226815 33554432000 4194304 4417332 140733978180576 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=8727/tid=8736] ppid=8725 vsize=1021384 CPUtime=937.22 cores=0,2,4,6
/proc/8727/task/8736/stat : 8736 (plingeling) R 8725 8727 8397 0 -1 4202560 876646 1248 0 0 93592 130 0 0 25 0 5 0 522231817 1045897216 226815 33554432000 4194304 4417332 140733978180576 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=8727/tid=8737] ppid=8725 vsize=1021384 CPUtime=942.31 cores=0,2,4,6
/proc/8727/task/8737/stat : 8737 (plingeling) R 8725 8727 8397 0 -1 4202560 537673 1248 0 0 94141 90 0 0 25 0 5 0 522231817 1045897216 226815 33554432000 4194304 4417332 140733978180576 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3764.08
Current children cumulated vsize (KiB) 1021384

[startup+1002.3 s]
/proc/loadavg: 8.08 8.09 8.03 9/186 8773
/proc/meminfo: memFree=23757768/32951124 swapFree=67111524/67111528
[pid=8727] ppid=8725 vsize=1056848 CPUtime=4003.73 cores=0,2,4,6
/proc/8727/stat : 8727 (plingeling) S 8725 8727 8397 0 -1 4202496 3334030 1248 0 0 399864 509 0 0 25 0 5 0 522231816 1082212352 235649 33554432000 4194304 4417332 140733978180576 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/8727/statm: 264212 235649 181 55 0 262098 0
[pid=8727/tid=8734] ppid=8725 vsize=1056848 CPUtime=1002.19 cores=0,2,4,6
/proc/8727/task/8734/stat : 8734 (plingeling) R 8725 8727 8397 0 -1 4202560 874419 1248 0 0 100088 131 0 0 25 0 5 0 522231817 1082212352 235649 33554432000 4194304 4417332 140733978180576 18446744073709551615 4364942 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=8727/tid=8735] ppid=8725 vsize=1056848 CPUtime=1002.3 cores=0,2,4,6
/proc/8727/task/8735/stat : 8735 (plingeling) R 8725 8727 8397 0 -1 4202560 949618 1248 0 0 100088 142 0 0 25 0 5 0 522231817 1082212352 235649 33554432000 4194304 4417332 140733978180576 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=8727/tid=8736] ppid=8725 vsize=1056848 CPUtime=996.9 cores=0,2,4,6
/proc/8727/task/8736/stat : 8736 (plingeling) R 8725 8727 8397 0 -1 4202560 940583 1248 0 0 99550 140 0 0 25 0 5 0 522231817 1082212352 235649 33554432000 4194304 4417332 140733978180576 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=8727/tid=8737] ppid=8725 vsize=1056848 CPUtime=1002.3 cores=0,2,4,6
/proc/8727/task/8737/stat : 8737 (plingeling) R 8725 8727 8397 0 -1 4202560 568816 1248 0 0 100136 94 0 0 25 0 5 0 522231817 1082212352 235649 33554432000 4194304 4417332 140733978180576 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.73
Current children cumulated vsize (KiB) 1056848

[startup+1062.3 s]
/proc/loadavg: 8.03 8.07 8.02 9/186 8774
/proc/meminfo: memFree=23649360/32951124 swapFree=67111524/67111528
[pid=8727] ppid=8725 vsize=958728 CPUtime=4243.4 cores=0,2,4,6
/proc/8727/stat : 8727 (plingeling) S 8725 8727 8397 0 -1 4202496 3459626 1248 0 0 423807 533 0 0 25 0 5 0 522231816 981737472 211119 33554432000 4194304 4417332 140733978180576 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/8727/statm: 239682 211119 181 55 0 237568 0
[pid=8727/tid=8734] ppid=8725 vsize=958728 CPUtime=1062.18 cores=0,2,4,6
/proc/8727/task/8734/stat : 8734 (plingeling) R 8725 8727 8397 0 -1 4202560 891592 1248 0 0 106084 134 0 0 25 0 5 0 522231817 981737472 211119 33554432000 4194304 4417332 140733978180576 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=8727/tid=8735] ppid=8725 vsize=958728 CPUtime=1062.31 cores=0,2,4,6
/proc/8727/task/8735/stat : 8735 (plingeling) R 8725 8727 8397 0 -1 4202560 973553 1248 0 0 106085 146 0 0 25 0 5 0 522231817 981737472 211119 33554432000 4194304 4417332 140733978180576 18446744073709551615 4364990 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=8727/tid=8736] ppid=8725 vsize=958728 CPUtime=1056.58 cores=0,2,4,6
/proc/8727/task/8736/stat : 8736 (plingeling) R 8725 8727 8397 0 -1 4202560 991599 1248 0 0 105507 151 0 0 25 0 5 0 522231817 981737472 211119 33554432000 4194304 4417332 140733978180576 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=8727/tid=8737] ppid=8725 vsize=958728 CPUtime=1062.31 cores=0,2,4,6
/proc/8727/task/8737/stat : 8737 (plingeling) R 8725 8727 8397 0 -1 4202560 602288 1248 0 0 106130 101 0 0 25 0 5 0 522231817 981737472 211119 33554432000 4194304 4417332 140733978180576 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4243.4
Current children cumulated vsize (KiB) 958728

[startup+1122.3 s]
/proc/loadavg: 6.31 7.63 7.87 5/176 8796
/proc/meminfo: memFree=25099156/32951124 swapFree=67111524/67111528
[pid=8727] ppid=8725 vsize=1073768 CPUtime=4483.11 cores=0,2,4,6
/proc/8727/stat : 8727 (plingeling) S 8725 8727 8397 0 -1 4202496 3568280 1248 0 0 447762 549 0 0 25 0 5 0 522231816 1099538432 239879 33554432000 4194304 4417332 140733978180576 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/8727/statm: 268442 239879 181 55 0 266328 0
[pid=8727/tid=8734] ppid=8725 vsize=1073768 CPUtime=1122.18 cores=0,2,4,6
/proc/8727/task/8734/stat : 8734 (plingeling) R 8725 8727 8397 0 -1 4202560 925070 1248 0 0 112079 139 0 0 25 0 5 0 522231817 1099538432 239879 33554432000 4194304 4417332 140733978180576 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=8727/tid=8735] ppid=8725 vsize=1073768 CPUtime=1122.3 cores=0,2,4,6
/proc/8727/task/8735/stat : 8735 (plingeling) R 8725 8727 8397 0 -1 4202560 1013637 1248 0 0 112079 151 0 0 25 0 5 0 522231817 1099538432 239879 33554432000 4194304 4417332 140733978180576 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=8727/tid=8736] ppid=8725 vsize=1073768 CPUtime=1116.27 cores=0,2,4,6
/proc/8727/task/8736/stat : 8736 (plingeling) R 8725 8727 8397 0 -1 4202560 997445 1248 0 0 111476 151 0 0 25 0 5 0 522231817 1099538432 239879 33554432000 4194304 4417332 140733978180576 18446744073709551615 4364547 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=8727/tid=8737] ppid=8725 vsize=1073768 CPUtime=1122.31 cores=0,2,4,6
/proc/8727/task/8737/stat : 8737 (plingeling) R 8725 8727 8397 0 -1 4202560 631534 1248 0 0 112126 105 0 0 25 0 5 0 522231817 1099538432 239879 33554432000 4194304 4417332 140733978180576 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4483.11
Current children cumulated vsize (KiB) 1073768

[startup+1182.3 s]
/proc/loadavg: 4.85 6.97 7.63 5/176 8799
/proc/meminfo: memFree=25147316/32951124 swapFree=67111524/67111528
[pid=8727] ppid=8725 vsize=1026392 CPUtime=4722.84 cores=0,2,4,6
/proc/8727/stat : 8727 (plingeling) S 8725 8727 8397 0 -1 4202496 3712257 1248 0 0 471714 570 0 0 25 0 5 0 522231816 1051025408 228035 33554432000 4194304 4417332 140733978180576 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/8727/statm: 256598 228035 181 55 0 254484 0
[pid=8727/tid=8734] ppid=8725 vsize=1026392 CPUtime=1182.18 cores=0,2,4,6
/proc/8727/task/8734/stat : 8734 (plingeling) R 8725 8727 8397 0 -1 4202560 962674 1248 0 0 118072 146 0 0 25 0 5 0 522231817 1051025408 228035 33554432000 4194304 4417332 140733978180576 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=8727/tid=8735] ppid=8725 vsize=1026392 CPUtime=1182.31 cores=0,2,4,6
/proc/8727/task/8735/stat : 8735 (plingeling) R 8725 8727 8397 0 -1 4202560 1066185 1248 0 0 118073 158 0 0 25 0 5 0 522231817 1051025408 228035 33554432000 4194304 4417332 140733978180576 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=8727/tid=8736] ppid=8725 vsize=1026392 CPUtime=1176 cores=0,2,4,6
/proc/8727/task/8736/stat : 8736 (plingeling) R 8725 8727 8397 0 -1 4202560 1033158 1248 0 0 117444 156 0 0 25 0 5 0 522231817 1051025408 228035 33554432000 4194304 4417332 140733978180576 18446744073709551615 4344081 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=8727/tid=8737] ppid=8725 vsize=1026392 CPUtime=1182.31 cores=0,2,4,6
/proc/8727/task/8737/stat : 8737 (plingeling) R 8725 8727 8397 0 -1 4202560 649646 1248 0 0 118123 108 0 0 25 0 5 0 522231817 1051025408 228035 33554432000 4194304 4417332 140733978180576 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722.84
Current children cumulated vsize (KiB) 1026392



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 4.60 6.78 7.55 5/176 8799
/proc/meminfo: memFree=25131416/32951124 swapFree=67111524/67111528
[pid=8727] ppid=8725 vsize=1042164 CPUtime=4800.37 cores=0,2,4,6
/proc/8727/stat : 8727 (plingeling) S 8725 8727 8397 0 -1 4202496 3752972 1248 0 0 479462 575 0 0 25 0 5 0 522231816 1067175936 231978 33554432000 4194304 4417332 140733978180576 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/8727/statm: 260541 231978 181 55 0 258427 0
[pid=8727/tid=8734] ppid=8725 vsize=1042164 CPUtime=1201.58 cores=0,2,4,6
/proc/8727/task/8734/stat : 8734 (plingeling) R 8725 8727 8397 0 -1 4202560 966770 1248 0 0 120012 146 0 0 25 0 5 0 522231817 1067175936 231978 33554432000 4194304 4417332 140733978180576 18446744073709551615 4364536 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=8727/tid=8735] ppid=8725 vsize=1042164 CPUtime=1201.72 cores=0,2,4,6
/proc/8727/task/8735/stat : 8735 (plingeling) R 8725 8727 8397 0 -1 4202560 1066185 1248 0 0 120014 158 0 0 25 0 5 0 522231817 1067175936 231978 33554432000 4194304 4417332 140733978180576 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=8727/tid=8736] ppid=8725 vsize=1042164 CPUtime=1195.31 cores=0,2,4,6
/proc/8727/task/8736/stat : 8736 (plingeling) R 8725 8727 8397 0 -1 4202560 1054830 1248 0 0 119373 158 0 0 25 0 5 0 522231817 1067175936 231978 33554432000 4194304 4417332 140733978180576 18446744073709551615 4364942 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=8727/tid=8737] ppid=8725 vsize=1042164 CPUtime=1201.71 cores=0,2,4,6
/proc/8727/task/8737/stat : 8737 (plingeling) R 8725 8727 8397 0 -1 4202560 664593 1248 0 0 120061 110 0 0 25 0 5 0 522231817 1067175936 231978 33554432000 4194304 4417332 140733978180576 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.37
Current children cumulated vsize (KiB) 1042164

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

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

[startup+1201.7 s]
/proc/loadavg: 4.60 6.78 7.55 5/176 8799
/proc/meminfo: memFree=25131416/32951124 swapFree=67111524/67111528
[pid=8727] ppid=8725 vsize=1042164 CPUtime=4800.37 cores=0,2,4,6
/proc/8727/stat : 8727 (plingeling) S 8725 8727 8397 0 -1 4202496 3752972 1248 0 0 479462 575 0 0 25 0 5 0 522231816 1067175936 231978 33554432000 4194304 4417332 140733978180576 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/8727/statm: 260541 231978 181 55 0 258427 0
[pid=8727/tid=8734] ppid=8725 vsize=1042164 CPUtime=1201.58 cores=0,2,4,6
/proc/8727/task/8734/stat : 8734 (plingeling) R 8725 8727 8397 0 -1 4202560 966770 1248 0 0 120012 146 0 0 25 0 5 0 522231817 1067175936 231978 33554432000 4194304 4417332 140733978180576 18446744073709551615 4364536 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=8727/tid=8735] ppid=8725 vsize=1042164 CPUtime=1201.72 cores=0,2,4,6
/proc/8727/task/8735/stat : 8735 (plingeling) R 8725 8727 8397 0 -1 4202560 1066185 1248 0 0 120014 158 0 0 25 0 5 0 522231817 1067175936 231978 33554432000 4194304 4417332 140733978180576 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=8727/tid=8736] ppid=8725 vsize=1042164 CPUtime=1195.31 cores=0,2,4,6
/proc/8727/task/8736/stat : 8736 (plingeling) R 8725 8727 8397 0 -1 4202560 1054830 1248 0 0 119373 158 0 0 25 0 5 0 522231817 1067175936 231978 33554432000 4194304 4417332 140733978180576 18446744073709551615 4364942 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=8727/tid=8737] ppid=8725 vsize=1042164 CPUtime=1201.71 cores=0,2,4,6
/proc/8727/task/8737/stat : 8737 (plingeling) R 8725 8727 8397 0 -1 4202560 664593 1248 0 0 120061 110 0 0 25 0 5 0 522231817 1067175936 231978 33554432000 4194304 4417332 140733978180576 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.37
Current children cumulated vsize (KiB) 1042164

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.76
CPU time (s): 4800.44
CPU user time (s): 4794.65
CPU system time (s): 5.79712
CPU usage (%): 399.452
Max. virtual memory (cumulated for all children) (KiB): 1196880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.65
system time used= 5.79712
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3754220
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= 230
involuntary context switches= 22339

runsolver used 1.9517 second user time and 4.45032 second system time

The end

Launcher Data

Begin job on node104 at 2011-04-29 21:45:14
IDJOB=3265334
IDBENCH=85542
IDSOLVER=1605
FILE ID=node104/3265334-1304106314
RUNJOBID= node104-1304103906-8415
PBS_JOBID= 13170642
Free space on /tmp= 71548 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT05/crafted/sabharwal05/counting/fphp/unsat/harder/fphp-020-019.shuffled-as.sat05-1232.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3265334-1304106314/watcher-3265334-1304106314 -o /tmp/evaluation-result-3265334-1304106314/solver-3265334-1304106314 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3265334-1304106314.cnf

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

MD5SUM BENCH= abb32bff5eb954e790612a6209864b5d
RANDOM SEED=1322580002

node104.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.855
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.71
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.855
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.83
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.855
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.67
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.855
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.80
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.855
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	: 5293.18
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.855
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.855
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.855
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25763728 kB
Buffers:       1890560 kB
Cached:        4392464 kB
SwapCached:          4 kB
Active:         472692 kB
Inactive:      6172032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25763728 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:             444 kB
Writeback:           0 kB
AnonPages:      361236 kB
Mapped:          15292 kB
Slab:           479796 kB
PageTables:       5364 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   550384 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= 71548 MiB
End job on node104 at 2011-04-29 22:05:17