Trace number 3291829

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.24 1201.63

General information on the benchmark

NameSAT04/industrial/vangelder/cnf-color/
myciel6-tr.used-as.sat04-320.cnf
MD5SUM5ba57e5cfd40b4a93356dbea5162016d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark384.789
Satisfiable
(Un)Satisfiability was proved
Number of variables570
Number of clauses4625
Sum of the clauses size9615
Maximum clause length6
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 24531
Number of clauses of size 31
Number of clauses of size 41
Number of clauses of size 51
Number of clauses of size over 590

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-3291829-1304104342/watcher-3291829-1304104342 -o /tmp/evaluation-result-3291829-1304104342/solver-3291829-1304104342 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3291829-1304104342.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.33 7.87 7.28 6/181 7439
/proc/meminfo: memFree=19732780/32950904 swapFree=67082284/67111528
[pid=7439] ppid=7437 vsize=9520 CPUtime=0 cores=0,2,4,6
/proc/7439/stat : 7439 (plingeling) R 7437 7439 6445 0 -1 4202496 443 1251 0 0 0 0 0 0 25 0 1 0 522033915 9748480 371 33554432000 4194304 4417332 140735087059440 18446744073709551615 237278879488 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/7439/statm: 2380 371 147 55 0 266 0

[startup+0.119607 s]
/proc/loadavg: 7.33 7.87 7.28 6/181 7439
/proc/meminfo: memFree=19732780/32950904 swapFree=67082284/67111528
[pid=7439] ppid=7437 vsize=119000 CPUtime=0.45 cores=0,2,4,6
/proc/7439/stat : 7439 (plingeling) S 7437 7439 6445 0 -1 4202496 1660 1251 0 0 45 0 0 0 25 0 5 0 522033915 121856000 1196 33554432000 4194304 4417332 140735087059440 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/7439/statm: 29750 1196 181 55 0 27636 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 119000

[startup+0.200594 s]
/proc/loadavg: 7.33 7.87 7.28 6/181 7439
/proc/meminfo: memFree=19732780/32950904 swapFree=67082284/67111528
[pid=7439] ppid=7437 vsize=119928 CPUtime=0.77 cores=0,2,4,6
/proc/7439/stat : 7439 (plingeling) S 7437 7439 6445 0 -1 4202496 2311 1251 0 0 77 0 0 0 25 0 5 0 522033915 122806272 1428 33554432000 4194304 4417332 140735087059440 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/7439/statm: 29982 1428 181 55 0 27868 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 119928

[startup+0.300576 s]
/proc/loadavg: 7.33 7.87 7.28 6/181 7439
/proc/meminfo: memFree=19732780/32950904 swapFree=67082284/67111528
[pid=7439] ppid=7437 vsize=121652 CPUtime=1.17 cores=0,2,4,6
/proc/7439/stat : 7439 (plingeling) S 7437 7439 6445 0 -1 4202496 3359 1251 0 0 117 0 0 0 25 0 5 0 522033915 124571648 1868 33554432000 4194304 4417332 140735087059440 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/7439/statm: 30413 1868 181 55 0 28299 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 121652

[startup+0.700506 s]
/proc/loadavg: 7.33 7.87 7.28 6/181 7439
/proc/meminfo: memFree=19732780/32950904 swapFree=67082284/67111528
[pid=7439] ppid=7437 vsize=124672 CPUtime=2.77 cores=0,2,4,6
/proc/7439/stat : 7439 (plingeling) S 7437 7439 6445 0 -1 4202496 7085 1251 0 0 276 1 0 0 25 0 5 0 522033915 127664128 2589 33554432000 4194304 4417332 140735087059440 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/7439/statm: 31168 2615 181 55 0 29054 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 124672

[startup+1.50037 s]
/proc/loadavg: 7.39 7.88 7.29 9/186 7449
/proc/meminfo: memFree=19722476/32950904 swapFree=67082284/67111528
[pid=7439] ppid=7437 vsize=127376 CPUtime=5.96 cores=0,2,4,6
/proc/7439/stat : 7439 (plingeling) S 7437 7439 6445 0 -1 4202496 13537 1251 0 0 594 2 0 0 25 0 5 0 522033915 130433024 3292 33554432000 4194304 4417332 140735087059440 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/7439/statm: 31844 3292 181 55 0 29730 0
[pid=7439/tid=7446] ppid=7437 vsize=127376 CPUtime=1.48 cores=0,2,4,6
/proc/7439/task/7446/stat : 7446 (plingeling) R 7437 7439 6445 0 -1 4202560 2768 1251 0 0 148 0 0 0 25 0 5 0 522033916 130433024 3292 33554432000 4194304 4417332 140735087059440 18446744073709551615 4364463 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=7439/tid=7447] ppid=7437 vsize=127376 CPUtime=1.49 cores=0,2,4,6
/proc/7439/task/7447/stat : 7447 (plingeling) R 7437 7439 6445 0 -1 4202560 2925 1251 0 0 149 0 0 0 25 0 5 0 522033916 130433024 3292 33554432000 4194304 4417332 140735087059440 18446744073709551615 4364526 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=7439/tid=7448] ppid=7437 vsize=127376 CPUtime=1.47 cores=0,2,4,6
/proc/7439/task/7448/stat : 7448 (plingeling) R 7437 7439 6445 0 -1 4202560 3537 1251 0 0 147 0 0 0 25 0 5 0 522033916 130433024 3292 33554432000 4194304 4417332 140735087059440 18446744073709551615 4354410 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=7439/tid=7449] ppid=7437 vsize=127376 CPUtime=1.48 cores=0,2,4,6
/proc/7439/task/7449/stat : 7449 (plingeling) R 7437 7439 6445 0 -1 4202560 3787 1251 0 0 148 0 0 0 25 0 5 0 522033916 130433024 3292 33554432000 4194304 4417332 140735087059440 18446744073709551615 4364452 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 127376

[startup+3.10108 s]
/proc/loadavg: 7.39 7.88 7.29 9/186 7449
/proc/meminfo: memFree=19703132/32950904 swapFree=67082284/67111528
[pid=7439] ppid=7437 vsize=135152 CPUtime=12.35 cores=0,2,4,6
/proc/7439/stat : 7439 (plingeling) S 7437 7439 6445 0 -1 4202496 25723 1251 0 0 1231 4 0 0 25 0 5 0 522033915 138395648 5178 33554432000 4194304 4417332 140735087059440 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/7439/statm: 33788 5178 181 55 0 31674 0
[pid=7439/tid=7446] ppid=7437 vsize=135152 CPUtime=3.09 cores=0,2,4,6
/proc/7439/task/7446/stat : 7446 (plingeling) R 7437 7439 6445 0 -1 4202560 6497 1251 0 0 308 1 0 0 25 0 5 0 522033916 138395648 5178 33554432000 4194304 4417332 140735087059440 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=7439/tid=7447] ppid=7437 vsize=135152 CPUtime=3.08 cores=0,2,4,6
/proc/7439/task/7447/stat : 7447 (plingeling) R 7437 7439 6445 0 -1 4202560 5805 1251 0 0 308 0 0 0 25 0 5 0 522033916 138395648 5178 33554432000 4194304 4417332 140735087059440 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=7439/tid=7448] ppid=7437 vsize=135152 CPUtime=3.07 cores=0,2,4,6
/proc/7439/task/7448/stat : 7448 (plingeling) R 7437 7439 6445 0 -1 4202560 6454 1251 0 0 306 1 0 0 25 0 5 0 522033916 138395648 5178 33554432000 4194304 4417332 140735087059440 18446744073709551615 4364722 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=7439/tid=7449] ppid=7437 vsize=135152 CPUtime=3.08 cores=0,2,4,6
/proc/7439/task/7449/stat : 7449 (plingeling) R 7437 7439 6445 0 -1 4202560 6447 1251 0 0 307 1 0 0 25 0 5 0 522033916 138395648 5178 33554432000 4194304 4417332 140735087059440 18446744073709551615 4364639 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 135152

[startup+6.30051 s]
/proc/loadavg: 7.44 7.88 7.29 9/186 7449
/proc/meminfo: memFree=19689876/32950904 swapFree=67082284/67111528
[pid=7439] ppid=7437 vsize=134028 CPUtime=25.14 cores=0,2,4,6
/proc/7439/stat : 7439 (plingeling) S 7437 7439 6445 0 -1 4202496 43352 1251 0 0 2507 7 0 0 25 0 5 0 522033915 137244672 4959 33554432000 4194304 4417332 140735087059440 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/7439/statm: 33507 4959 181 55 0 31393 0
[pid=7439/tid=7446] ppid=7437 vsize=134028 CPUtime=6.28 cores=0,2,4,6
/proc/7439/task/7446/stat : 7446 (plingeling) R 7437 7439 6445 0 -1 4202560 10047 1251 0 0 627 1 0 0 25 0 5 0 522033916 137244672 4959 33554432000 4194304 4417332 140735087059440 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=7439/tid=7447] ppid=7437 vsize=134028 CPUtime=6.28 cores=0,2,4,6
/proc/7439/task/7447/stat : 7447 (plingeling) R 7437 7439 6445 0 -1 4202560 10575 1251 0 0 627 1 0 0 25 0 5 0 522033916 137244672 4959 33554432000 4194304 4417332 140735087059440 18446744073709551615 4364750 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=7439/tid=7448] ppid=7437 vsize=134028 CPUtime=6.25 cores=0,2,4,6
/proc/7439/task/7448/stat : 7448 (plingeling) R 7437 7439 6445 0 -1 4202560 12018 1251 0 0 624 1 0 0 25 0 5 0 522033916 137244672 4959 33554432000 4194304 4417332 140735087059440 18446744073709551615 4364734 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=7439/tid=7449] ppid=7437 vsize=134028 CPUtime=6.28 cores=0,2,4,6
/proc/7439/task/7449/stat : 7449 (plingeling) R 7437 7439 6445 0 -1 4202560 10192 1251 0 0 627 1 0 0 25 0 5 0 522033916 137244672 4959 33554432000 4194304 4417332 140735087059440 18446744073709551615 4366303 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 134028

[startup+12.7004 s]
/proc/loadavg: 7.48 7.88 7.29 9/186 7449
/proc/meminfo: memFree=19678508/32950904 swapFree=67082284/67111528
[pid=7439] ppid=7437 vsize=147320 CPUtime=50.7 cores=0,2,4,6
/proc/7439/stat : 7439 (plingeling) S 7437 7439 6445 0 -1 4202496 77223 1251 0 0 5059 11 0 0 25 0 5 0 522033915 150855680 8256 33554432000 4194304 4417332 140735087059440 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/7439/statm: 36830 8256 181 55 0 34716 0
[pid=7439/tid=7446] ppid=7437 vsize=147320 CPUtime=12.68 cores=0,2,4,6
/proc/7439/task/7446/stat : 7446 (plingeling) R 7437 7439 6445 0 -1 4202560 20359 1251 0 0 1265 3 0 0 25 0 5 0 522033916 150855680 8256 33554432000 4194304 4417332 140735087059440 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=7439/tid=7447] ppid=7437 vsize=147320 CPUtime=12.68 cores=0,2,4,6
/proc/7439/task/7447/stat : 7447 (plingeling) R 7437 7439 6445 0 -1 4202560 18698 1251 0 0 1266 2 0 0 25 0 5 0 522033916 150855680 8256 33554432000 4194304 4417332 140735087059440 18446744073709551615 4364722 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=7439/tid=7448] ppid=7437 vsize=147320 CPUtime=12.62 cores=0,2,4,6
/proc/7439/task/7448/stat : 7448 (plingeling) R 7437 7439 6445 0 -1 4202560 20621 1251 0 0 1259 3 0 0 25 0 5 0 522033916 150855680 8256 33554432000 4194304 4417332 140735087059440 18446744073709551615 4236722 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=7439/tid=7449] ppid=7437 vsize=147320 CPUtime=12.68 cores=0,2,4,6
/proc/7439/task/7449/stat : 7449 (plingeling) R 7437 7439 6445 0 -1 4202560 17025 1251 0 0 1266 2 0 0 25 0 5 0 522033916 150855680 8256 33554432000 4194304 4417332 140735087059440 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 147320

[startup+25.5011 s]
/proc/loadavg: 7.60 7.88 7.30 9/186 7450
/proc/meminfo: memFree=19651504/32950904 swapFree=67082284/67111528
[pid=7439] ppid=7437 vsize=157636 CPUtime=101.84 cores=0,2,4,6
/proc/7439/stat : 7439 (plingeling) S 7437 7439 6445 0 -1 4202496 124325 1251 0 0 10166 18 0 0 25 0 5 0 522033915 161419264 10835 33554432000 4194304 4417332 140735087059440 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/7439/statm: 39409 10835 181 55 0 37295 0
[pid=7439/tid=7446] ppid=7437 vsize=157636 CPUtime=25.48 cores=0,2,4,6
/proc/7439/task/7446/stat : 7446 (plingeling) R 7437 7439 6445 0 -1 4202560 31616 1251 0 0 2544 4 0 0 25 0 5 0 522033916 161419264 10835 33554432000 4194304 4417332 140735087059440 18446744073709551615 4365986 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=7439/tid=7447] ppid=7437 vsize=157636 CPUtime=25.48 cores=0,2,4,6
/proc/7439/task/7447/stat : 7447 (plingeling) R 7437 7439 6445 0 -1 4202560 29004 1251 0 0 2545 3 0 0 25 0 5 0 522033916 161419264 10835 33554432000 4194304 4417332 140735087059440 18446744073709551615 4364720 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=7439/tid=7448] ppid=7437 vsize=157636 CPUtime=25.36 cores=0,2,4,6
/proc/7439/task/7448/stat : 7448 (plingeling) R 7437 7439 6445 0 -1 4202560 32040 1251 0 0 2532 4 0 0 25 0 5 0 522033916 161419264 10835 33554432000 4194304 4417332 140735087059440 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=7439/tid=7449] ppid=7437 vsize=157636 CPUtime=25.48 cores=0,2,4,6
/proc/7439/task/7449/stat : 7449 (plingeling) R 7437 7439 6445 0 -1 4202560 31145 1251 0 0 2543 5 0 0 25 0 5 0 522033916 161419264 10835 33554432000 4194304 4417332 140735087059440 18446744073709551615 4320867 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 157636

[startup+51.1006 s]
/proc/loadavg: 7.88 7.93 7.33 9/186 7450
/proc/meminfo: memFree=19627768/32950904 swapFree=67082284/67111528
[pid=7439] ppid=7437 vsize=171760 CPUtime=204.1 cores=0,2,4,6
/proc/7439/stat : 7439 (plingeling) S 7437 7439 6445 0 -1 4202496 227332 1251 0 0 20376 34 0 0 25 0 5 0 522033915 175882240 14366 33554432000 4194304 4417332 140735087059440 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/7439/statm: 42940 14366 181 55 0 40826 0
[pid=7439/tid=7446] ppid=7437 vsize=171760 CPUtime=51.09 cores=0,2,4,6
/proc/7439/task/7446/stat : 7446 (plingeling) R 7437 7439 6445 0 -1 4202560 59119 1251 0 0 5100 9 0 0 25 0 5 0 522033916 175882240 14366 33554432000 4194304 4417332 140735087059440 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=7439/tid=7447] ppid=7437 vsize=171760 CPUtime=51.09 cores=0,2,4,6
/proc/7439/task/7447/stat : 7447 (plingeling) R 7437 7439 6445 0 -1 4202560 52137 1251 0 0 5102 7 0 0 25 0 5 0 522033916 175882240 14366 33554432000 4194304 4417332 140735087059440 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=7439/tid=7448] ppid=7437 vsize=171760 CPUtime=50.81 cores=0,2,4,6
/proc/7439/task/7448/stat : 7448 (plingeling) R 7437 7439 6445 0 -1 4202560 61132 1251 0 0 5073 8 0 0 25 0 5 0 522033916 175882240 14366 33554432000 4194304 4417332 140735087059440 18446744073709551615 4366729 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=7439/tid=7449] ppid=7437 vsize=171760 CPUtime=51.08 cores=0,2,4,6
/proc/7439/task/7449/stat : 7449 (plingeling) R 7437 7439 6445 0 -1 4202560 54424 1251 0 0 5099 9 0 0 25 0 5 0 522033916 175882240 14366 33554432000 4194304 4417332 140735087059440 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 171760

[startup+102.3 s]
/proc/loadavg: 8.01 7.95 7.37 9/186 7452
/proc/meminfo: memFree=19586100/32950904 swapFree=67082284/67111528
[pid=7439] ppid=7437 vsize=184092 CPUtime=408.65 cores=0,2,4,6
/proc/7439/stat : 7439 (plingeling) S 7437 7439 6445 0 -1 4202496 326578 1251 0 0 40815 50 0 0 25 0 5 0 522033915 188510208 17449 33554432000 4194304 4417332 140735087059440 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/7439/statm: 46023 17449 181 55 0 43909 0
[pid=7439/tid=7446] ppid=7437 vsize=184092 CPUtime=102.29 cores=0,2,4,6
/proc/7439/task/7446/stat : 7446 (plingeling) R 7437 7439 6445 0 -1 4202560 84835 1251 0 0 10216 13 0 0 25 0 5 0 522033916 188510208 17449 33554432000 4194304 4417332 140735087059440 18446744073709551615 4364887 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=7439/tid=7447] ppid=7437 vsize=184092 CPUtime=102.29 cores=0,2,4,6
/proc/7439/task/7447/stat : 7447 (plingeling) R 7437 7439 6445 0 -1 4202560 75578 1251 0 0 10219 10 0 0 25 0 5 0 522033916 188510208 17449 33554432000 4194304 4417332 140735087059440 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=7439/tid=7448] ppid=7437 vsize=184092 CPUtime=101.75 cores=0,2,4,6
/proc/7439/task/7448/stat : 7448 (plingeling) R 7437 7439 6445 0 -1 4202560 86009 1251 0 0 10162 13 0 0 25 0 5 0 522033916 188510208 17449 33554432000 4194304 4417332 140735087059440 18446744073709551615 4364713 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=7439/tid=7449] ppid=7437 vsize=184092 CPUtime=102.29 cores=0,2,4,6
/proc/7439/task/7449/stat : 7449 (plingeling) R 7437 7439 6445 0 -1 4202560 79636 1251 0 0 10217 12 0 0 25 0 5 0 522033916 188510208 17449 33554432000 4194304 4417332 140735087059440 18446744073709551615 4364362 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.65
Current children cumulated vsize (KiB) 184092

[startup+162.301 s]
/proc/loadavg: 8.07 7.97 7.41 9/186 7453
/proc/meminfo: memFree=19499644/32950904 swapFree=67082284/67111528
[pid=7439] ppid=7437 vsize=193248 CPUtime=648.31 cores=0,2,4,6
/proc/7439/stat : 7439 (plingeling) S 7437 7439 6445 0 -1 4202496 454719 1251 0 0 64763 68 0 0 25 0 5 0 522033915 197885952 19770 33554432000 4194304 4417332 140735087059440 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/7439/statm: 48312 19770 181 55 0 46198 0
[pid=7439/tid=7446] ppid=7437 vsize=193248 CPUtime=162.28 cores=0,2,4,6
/proc/7439/task/7446/stat : 7446 (plingeling) R 7437 7439 6445 0 -1 4202560 115412 1251 0 0 16211 17 0 0 25 0 5 0 522033916 197885952 19770 33554432000 4194304 4417332 140735087059440 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=7439/tid=7447] ppid=7437 vsize=193248 CPUtime=162.28 cores=0,2,4,6
/proc/7439/task/7447/stat : 7447 (plingeling) R 7437 7439 6445 0 -1 4202560 109590 1251 0 0 16214 14 0 0 25 0 5 0 522033916 197885952 19770 33554432000 4194304 4417332 140735087059440 18446744073709551615 4250697 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=7439/tid=7448] ppid=7437 vsize=193248 CPUtime=161.41 cores=0,2,4,6
/proc/7439/task/7448/stat : 7448 (plingeling) R 7437 7439 6445 0 -1 4202560 120174 1251 0 0 16124 17 0 0 25 0 5 0 522033916 197885952 19770 33554432000 4194304 4417332 140735087059440 18446744073709551615 4364788 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=7439/tid=7449] ppid=7437 vsize=193248 CPUtime=162.28 cores=0,2,4,6
/proc/7439/task/7449/stat : 7449 (plingeling) R 7437 7439 6445 0 -1 4202560 109023 1251 0 0 16211 17 0 0 25 0 5 0 522033916 197885952 19770 33554432000 4194304 4417332 140735087059440 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 648.31
Current children cumulated vsize (KiB) 193248


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

[pid=7439/tid=7447] ppid=7437 vsize=315724 CPUtime=762.31 cores=0,2,4,6
/proc/7439/task/7447/stat : 7447 (plingeling) R 7437 7439 6445 0 -1 4202560 261689 1251 0 0 76196 35 0 0 25 0 5 0 522033916 323301376 50389 33554432000 4194304 4417332 140735087059440 18446744073709551615 4364656 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=7439/tid=7448] ppid=7437 vsize=315724 CPUtime=758.17 cores=0,2,4,6
/proc/7439/task/7448/stat : 7448 (plingeling) R 7437 7439 6445 0 -1 4202560 291061 1251 0 0 75774 43 0 0 25 0 5 0 522033916 323301376 50389 33554432000 4194304 4417332 140735087059440 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=7439/tid=7449] ppid=7437 vsize=315724 CPUtime=762.31 cores=0,2,4,6
/proc/7439/task/7449/stat : 7449 (plingeling) R 7437 7439 6445 0 -1 4202560 300964 1251 0 0 76183 48 0 0 25 0 5 0 522033916 323301376 50389 33554432000 4194304 4417332 140735087059440 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3045.12
Current children cumulated vsize (KiB) 315724

[startup+822.3 s]
/proc/loadavg: 8.15 8.09 7.75 9/186 7471
/proc/meminfo: memFree=18968920/32950904 swapFree=67082284/67111528
[pid=7439] ppid=7437 vsize=357188 CPUtime=3284.78 cores=0,2,4,6
/proc/7439/stat : 7439 (plingeling) S 7437 7439 6445 0 -1 4202496 1190673 1251 0 0 328303 175 0 0 25 0 5 0 522033915 365760512 60723 33554432000 4194304 4417332 140735087059440 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/7439/statm: 89297 60723 181 55 0 87183 0
[pid=7439/tid=7446] ppid=7437 vsize=357188 CPUtime=822.3 cores=0,2,4,6
/proc/7439/task/7446/stat : 7446 (plingeling) R 7437 7439 6445 0 -1 4202560 300372 1251 0 0 82188 42 0 0 25 0 5 0 522033916 365760512 60723 33554432000 4194304 4417332 140735087059440 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=7439/tid=7447] ppid=7437 vsize=357188 CPUtime=822.3 cores=0,2,4,6
/proc/7439/task/7447/stat : 7447 (plingeling) R 7437 7439 6445 0 -1 4202560 272792 1251 0 0 82194 36 0 0 25 0 5 0 522033916 365760512 60723 33554432000 4194304 4417332 140735087059440 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=7439/tid=7448] ppid=7437 vsize=357188 CPUtime=817.83 cores=0,2,4,6
/proc/7439/task/7448/stat : 7448 (plingeling) R 7437 7439 6445 0 -1 4202560 304541 1251 0 0 81738 45 0 0 25 0 5 0 522033916 365760512 60723 33554432000 4194304 4417332 140735087059440 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=7439/tid=7449] ppid=7437 vsize=357188 CPUtime=822.31 cores=0,2,4,6
/proc/7439/task/7449/stat : 7449 (plingeling) R 7437 7439 6445 0 -1 4202560 312448 1251 0 0 82181 50 0 0 25 0 5 0 522033916 365760512 60723 33554432000 4194304 4417332 140735087059440 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3284.78
Current children cumulated vsize (KiB) 357188

[startup+882.307 s]
/proc/loadavg: 8.17 8.10 7.77 9/186 7473
/proc/meminfo: memFree=18701700/32950904 swapFree=67082284/67111528
[pid=7439] ppid=7437 vsize=351948 CPUtime=3524.48 cores=0,2,4,6
/proc/7439/stat : 7439 (plingeling) S 7437 7439 6445 0 -1 4202496 1210939 1251 0 0 352270 178 0 0 25 0 5 0 522033915 360394752 59413 33554432000 4194304 4417332 140735087059440 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/7439/statm: 87987 59413 181 55 0 85873 0
[pid=7439/tid=7446] ppid=7437 vsize=351948 CPUtime=882.3 cores=0,2,4,6
/proc/7439/task/7446/stat : 7446 (plingeling) R 7437 7439 6445 0 -1 4202560 300372 1251 0 0 88188 42 0 0 25 0 5 0 522033916 360394752 59413 33554432000 4194304 4417332 140735087059440 18446744073709551615 4364452 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=7439/tid=7447] ppid=7437 vsize=351948 CPUtime=882.31 cores=0,2,4,6
/proc/7439/task/7447/stat : 7447 (plingeling) R 7437 7439 6445 0 -1 4202560 281917 1251 0 0 88193 38 0 0 25 0 5 0 522033916 360394752 59413 33554432000 4194304 4417332 140735087059440 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=7439/tid=7448] ppid=7437 vsize=351948 CPUtime=877.51 cores=0,2,4,6
/proc/7439/task/7448/stat : 7448 (plingeling) R 7437 7439 6445 0 -1 4202560 306721 1251 0 0 87706 45 0 0 25 0 5 0 522033916 360394752 59413 33554432000 4194304 4417332 140735087059440 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=7439/tid=7449] ppid=7437 vsize=351948 CPUtime=882.31 cores=0,2,4,6
/proc/7439/task/7449/stat : 7449 (plingeling) R 7437 7439 6445 0 -1 4202560 321409 1251 0 0 88181 50 0 0 25 0 5 0 522033916 360394752 59413 33554432000 4194304 4417332 140735087059440 18446744073709551615 4364531 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3524.48
Current children cumulated vsize (KiB) 351948

[startup+942.301 s]
/proc/loadavg: 7.30 7.91 7.73 5/176 7491
/proc/meminfo: memFree=19701684/32950904 swapFree=67082284/67111528
[pid=7439] ppid=7437 vsize=348172 CPUtime=3764.15 cores=0,2,4,6
/proc/7439/stat : 7439 (plingeling) S 7437 7439 6445 0 -1 4202496 1243867 1251 0 0 376230 185 0 0 25 0 5 0 522033915 356528128 58469 33554432000 4194304 4417332 140735087059440 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/7439/statm: 87043 58469 181 55 0 84929 0
[pid=7439/tid=7446] ppid=7437 vsize=348172 CPUtime=942.3 cores=0,2,4,6
/proc/7439/task/7446/stat : 7446 (plingeling) R 7437 7439 6445 0 -1 4202560 312557 1251 0 0 94185 45 0 0 25 0 5 0 522033916 356528128 58469 33554432000 4194304 4417332 140735087059440 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=7439/tid=7447] ppid=7437 vsize=348172 CPUtime=942.3 cores=0,2,4,6
/proc/7439/task/7447/stat : 7447 (plingeling) R 7437 7439 6445 0 -1 4202560 293602 1251 0 0 94190 40 0 0 25 0 5 0 522033916 356528128 58469 33554432000 4194304 4417332 140735087059440 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=7439/tid=7448] ppid=7437 vsize=348172 CPUtime=937.19 cores=0,2,4,6
/proc/7439/task/7448/stat : 7448 (plingeling) R 7437 7439 6445 0 -1 4202560 310911 1251 0 0 93673 46 0 0 25 0 5 0 522033916 356528128 58469 33554432000 4194304 4417332 140735087059440 18446744073709551615 4364990 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=7439/tid=7449] ppid=7437 vsize=348172 CPUtime=942.3 cores=0,2,4,6
/proc/7439/task/7449/stat : 7449 (plingeling) R 7437 7439 6445 0 -1 4202560 326277 1251 0 0 94179 51 0 0 25 0 5 0 522033916 356528128 58469 33554432000 4194304 4417332 140735087059440 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3764.15
Current children cumulated vsize (KiB) 348172

[startup+1002.3 s]
/proc/loadavg: 5.27 7.21 7.50 5/176 7493
/proc/meminfo: memFree=19659376/32950904 swapFree=67082284/67111528
[pid=7439] ppid=7437 vsize=390468 CPUtime=4003.88 cores=0,2,4,6
/proc/7439/stat : 7439 (plingeling) S 7437 7439 6445 0 -1 4202496 1279334 1251 0 0 400198 190 0 0 25 0 5 0 522033915 399839232 68891 33554432000 4194304 4417332 140735087059440 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/7439/statm: 97617 68891 181 55 0 95503 0
[pid=7439/tid=7446] ppid=7437 vsize=390468 CPUtime=1002.3 cores=0,2,4,6
/proc/7439/task/7446/stat : 7446 (plingeling) R 7437 7439 6445 0 -1 4202560 313964 1251 0 0 100185 45 0 0 25 0 5 0 522033916 399839232 68891 33554432000 4194304 4417332 140735087059440 18446744073709551615 4364938 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=7439/tid=7447] ppid=7437 vsize=390468 CPUtime=1002.3 cores=0,2,4,6
/proc/7439/task/7447/stat : 7447 (plingeling) R 7437 7439 6445 0 -1 4202560 301256 1251 0 0 100189 41 0 0 25 0 5 0 522033916 399839232 68891 33554432000 4194304 4417332 140735087059440 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=7439/tid=7448] ppid=7437 vsize=390468 CPUtime=996.91 cores=0,2,4,6
/proc/7439/task/7448/stat : 7448 (plingeling) R 7437 7439 6445 0 -1 4202560 325142 1251 0 0 99643 48 0 0 25 0 5 0 522033916 399839232 68891 33554432000 4194304 4417332 140735087059440 18446744073709551615 4366297 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=7439/tid=7449] ppid=7437 vsize=390468 CPUtime=1002.31 cores=0,2,4,6
/proc/7439/task/7449/stat : 7449 (plingeling) R 7437 7439 6445 0 -1 4202560 338452 1251 0 0 100178 53 0 0 25 0 5 0 522033916 399839232 68891 33554432000 4194304 4417332 140735087059440 18446744073709551615 4364526 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4003.88
Current children cumulated vsize (KiB) 390468

[startup+1062.3 s]
/proc/loadavg: 4.46 6.63 7.27 5/176 7494
/proc/meminfo: memFree=19640224/32950904 swapFree=67082284/67111528
[pid=7439] ppid=7437 vsize=409528 CPUtime=4243.61 cores=0,2,4,6
/proc/7439/stat : 7439 (plingeling) S 7437 7439 6445 0 -1 4202496 1335000 1251 0 0 424163 198 0 0 25 0 5 0 522033915 419356672 73840 33554432000 4194304 4417332 140735087059440 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/7439/statm: 102382 73840 181 55 0 100268 0
[pid=7439/tid=7446] ppid=7437 vsize=409528 CPUtime=1062.3 cores=0,2,4,6
/proc/7439/task/7446/stat : 7446 (plingeling) R 7437 7439 6445 0 -1 4202560 320307 1251 0 0 106184 46 0 0 25 0 5 0 522033916 419356672 73840 33554432000 4194304 4417332 140735087059440 18446744073709551615 4364942 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=7439/tid=7447] ppid=7437 vsize=409528 CPUtime=1062.31 cores=0,2,4,6
/proc/7439/task/7447/stat : 7447 (plingeling) R 7437 7439 6445 0 -1 4202560 322376 1251 0 0 106187 44 0 0 25 0 5 0 522033916 419356672 73840 33554432000 4194304 4417332 140735087059440 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=7439/tid=7448] ppid=7437 vsize=409528 CPUtime=1056.64 cores=0,2,4,6
/proc/7439/task/7448/stat : 7448 (plingeling) R 7437 7439 6445 0 -1 4202560 341526 1251 0 0 105614 50 0 0 25 0 5 0 522033916 419356672 73840 33554432000 4194304 4417332 140735087059440 18446744073709551615 4366303 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=7439/tid=7449] ppid=7437 vsize=409528 CPUtime=1062.31 cores=0,2,4,6
/proc/7439/task/7449/stat : 7449 (plingeling) R 7437 7439 6445 0 -1 4202560 350271 1251 0 0 106176 55 0 0 25 0 5 0 522033916 419356672 73840 33554432000 4194304 4417332 140735087059440 18446744073709551615 4321577 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4243.61
Current children cumulated vsize (KiB) 409528

[startup+1122.3 s]
/proc/loadavg: 4.17 6.15 7.07 5/176 7496
/proc/meminfo: memFree=19580148/32950904 swapFree=67082284/67111528
[pid=7439] ppid=7437 vsize=469524 CPUtime=4483.34 cores=0,2,4,6
/proc/7439/stat : 7439 (plingeling) S 7437 7439 6445 0 -1 4202496 1359577 1251 0 0 448132 202 0 0 25 0 5 0 522033915 480792576 88807 33554432000 4194304 4417332 140735087059440 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/7439/statm: 117381 88807 181 55 0 115267 0
[pid=7439/tid=7446] ppid=7437 vsize=469524 CPUtime=1122.31 cores=0,2,4,6
/proc/7439/task/7446/stat : 7446 (plingeling) R 7437 7439 6445 0 -1 4202560 323456 1251 0 0 112184 47 0 0 25 0 5 0 522033916 480792576 88807 33554432000 4194304 4417332 140735087059440 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=7439/tid=7447] ppid=7437 vsize=469524 CPUtime=1122.31 cores=0,2,4,6
/proc/7439/task/7447/stat : 7447 (plingeling) R 7437 7439 6445 0 -1 4202560 323666 1251 0 0 112187 44 0 0 25 0 5 0 522033916 480792576 88807 33554432000 4194304 4417332 140735087059440 18446744073709551615 4364942 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=7439/tid=7448] ppid=7437 vsize=469524 CPUtime=1116.37 cores=0,2,4,6
/proc/7439/task/7448/stat : 7448 (plingeling) R 7437 7439 6445 0 -1 4202560 354236 1251 0 0 111584 53 0 0 25 0 5 0 522033916 480792576 88807 33554432000 4194304 4417332 140735087059440 18446744073709551615 4366297 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=7439/tid=7449] ppid=7437 vsize=469524 CPUtime=1122.31 cores=0,2,4,6
/proc/7439/task/7449/stat : 7449 (plingeling) R 7437 7439 6445 0 -1 4202560 357699 1251 0 0 112175 56 0 0 25 0 5 0 522033916 480792576 88807 33554432000 4194304 4417332 140735087059440 18446744073709551615 4364800 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4483.34
Current children cumulated vsize (KiB) 469524

[startup+1182.3 s]
/proc/loadavg: 4.06 5.75 6.87 5/176 7498
/proc/meminfo: memFree=19549212/32950904 swapFree=67082284/67111528
[pid=7439] ppid=7437 vsize=500284 CPUtime=4723.06 cores=0,2,4,6
/proc/7439/stat : 7439 (plingeling) S 7437 7439 6445 0 -1 4202496 1397601 1251 0 0 472097 209 0 0 25 0 5 0 522033915 512290816 96497 33554432000 4194304 4417332 140735087059440 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/7439/statm: 125071 96497 181 55 0 122957 0
[pid=7439/tid=7446] ppid=7437 vsize=500284 CPUtime=1182.31 cores=0,2,4,6
/proc/7439/task/7446/stat : 7446 (plingeling) R 7437 7439 6445 0 -1 4202560 346846 1251 0 0 118179 52 0 0 25 0 5 0 522033916 512290816 96497 33554432000 4194304 4417332 140735087059440 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=7439/tid=7447] ppid=7437 vsize=500284 CPUtime=1182.31 cores=0,2,4,6
/proc/7439/task/7447/stat : 7447 (plingeling) R 7437 7439 6445 0 -1 4202560 327733 1251 0 0 118186 45 0 0 25 0 5 0 522033916 512290816 96497 33554432000 4194304 4417332 140735087059440 18446744073709551615 4364536 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=7439/tid=7448] ppid=7437 vsize=500284 CPUtime=1176.09 cores=0,2,4,6
/proc/7439/task/7448/stat : 7448 (plingeling) R 7437 7439 6445 0 -1 4202560 354236 1251 0 0 117556 53 0 0 25 0 5 0 522033916 512290816 96497 33554432000 4194304 4417332 140735087059440 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=7439/tid=7449] ppid=7437 vsize=500284 CPUtime=1182.31 cores=0,2,4,6
/proc/7439/task/7449/stat : 7449 (plingeling) R 7437 7439 6445 0 -1 4202560 368266 1251 0 0 118174 57 0 0 25 0 5 0 522033916 512290816 96497 33554432000 4194304 4417332 140735087059440 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4723.06
Current children cumulated vsize (KiB) 500284



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.6 s]
/proc/loadavg: 4.04 5.64 6.81 5/176 7498
/proc/meminfo: memFree=19528592/32950904 swapFree=67082284/67111528
[pid=7439] ppid=7437 vsize=521072 CPUtime=4800.19 cores=0,2,4,6
/proc/7439/stat : 7439 (plingeling) S 7437 7439 6445 0 -1 4202496 1412276 1251 0 0 479808 211 0 0 25 0 5 0 522033915 533577728 101694 33554432000 4194304 4417332 140735087059440 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/7439/statm: 130268 101694 181 55 0 128154 0
[pid=7439/tid=7446] ppid=7437 vsize=521072 CPUtime=1201.61 cores=0,2,4,6
/proc/7439/task/7446/stat : 7446 (plingeling) R 7437 7439 6445 0 -1 4202560 358979 1251 0 0 120108 53 0 0 25 0 5 0 522033916 533577728 101694 33554432000 4194304 4417332 140735087059440 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=7439/tid=7447] ppid=7437 vsize=521072 CPUtime=1201.62 cores=0,2,4,6
/proc/7439/task/7447/stat : 7447 (plingeling) R 7437 7439 6445 0 -1 4202560 327733 1251 0 0 120117 45 0 0 25 0 5 0 522033916 533577728 101694 33554432000 4194304 4417332 140735087059440 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=7439/tid=7448] ppid=7437 vsize=521072 CPUtime=1195.3 cores=0,2,4,6
/proc/7439/task/7448/stat : 7448 (plingeling) R 7437 7439 6445 0 -1 4202560 354236 1251 0 0 119477 53 0 0 25 0 5 0 522033916 533577728 101694 33554432000 4194304 4417332 140735087059440 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=7439/tid=7449] ppid=7437 vsize=521072 CPUtime=1201.62 cores=0,2,4,6
/proc/7439/task/7449/stat : 7449 (plingeling) R 7437 7439 6445 0 -1 4202560 370808 1251 0 0 120104 58 0 0 25 0 5 0 522033916 533577728 101694 33554432000 4194304 4417332 140735087059440 18446744073709551615 4364750 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 521072

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

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

[startup+1201.6 s]
/proc/loadavg: 4.04 5.64 6.81 5/176 7498
/proc/meminfo: memFree=19528592/32950904 swapFree=67082284/67111528
[pid=7439] ppid=7437 vsize=521072 CPUtime=4800.19 cores=0,2,4,6
/proc/7439/stat : 7439 (plingeling) S 7437 7439 6445 0 -1 4202496 1412276 1251 0 0 479808 211 0 0 25 0 5 0 522033915 533577728 101694 33554432000 4194304 4417332 140735087059440 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/7439/statm: 130268 101694 181 55 0 128154 0
[pid=7439/tid=7446] ppid=7437 vsize=521072 CPUtime=1201.61 cores=0,2,4,6
/proc/7439/task/7446/stat : 7446 (plingeling) R 7437 7439 6445 0 -1 4202560 358979 1251 0 0 120108 53 0 0 25 0 5 0 522033916 533577728 101694 33554432000 4194304 4417332 140735087059440 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=7439/tid=7447] ppid=7437 vsize=521072 CPUtime=1201.62 cores=0,2,4,6
/proc/7439/task/7447/stat : 7447 (plingeling) R 7437 7439 6445 0 -1 4202560 327733 1251 0 0 120117 45 0 0 25 0 5 0 522033916 533577728 101694 33554432000 4194304 4417332 140735087059440 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=7439/tid=7448] ppid=7437 vsize=521072 CPUtime=1195.3 cores=0,2,4,6
/proc/7439/task/7448/stat : 7448 (plingeling) R 7437 7439 6445 0 -1 4202560 354236 1251 0 0 119477 53 0 0 25 0 5 0 522033916 533577728 101694 33554432000 4194304 4417332 140735087059440 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=7439/tid=7449] ppid=7437 vsize=521072 CPUtime=1201.62 cores=0,2,4,6
/proc/7439/task/7449/stat : 7449 (plingeling) R 7437 7439 6445 0 -1 4202560 370808 1251 0 0 120104 58 0 0 25 0 5 0 522033916 533577728 101694 33554432000 4194304 4417332 140735087059440 18446744073709551615 4364750 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 521072

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.63
CPU time (s): 4800.24
CPU user time (s): 4798.11
CPU system time (s): 2.13468
CPU usage (%): 399.478
Max. virtual memory (cumulated for all children) (KiB): 521072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.11
system time used= 2.13468
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1413527
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= 143
involuntary context switches= 20019

runsolver used 1.91071 second user time and 4.41533 second system time

The end

Launcher Data

Begin job on node121 at 2011-04-29 21:12:22
IDJOB=3291829
IDBENCH=84808
IDSOLVER=1605
FILE ID=node121/3291829-1304104342
RUNJOBID= node121-1304104336-7374
PBS_JOBID= 13170609
Free space on /tmp= 72636 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT04/industrial/vangelder/cnf-color/myciel6-tr.used-as.sat04-320.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291829-1304104342/watcher-3291829-1304104342 -o /tmp/evaluation-result-3291829-1304104342/solver-3291829-1304104342 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3291829-1304104342.cnf

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

MD5SUM BENCH= 5ba57e5cfd40b4a93356dbea5162016d
RANDOM SEED=2047074165

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

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


/proc/meminfo:
MemTotal:     32950904 kB
MemFree:      19733060 kB
Buffers:       2184072 kB
Cached:       10293588 kB
SwapCached:       2776 kB
Active:        9331472 kB
Inactive:      3365892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      19733060 kB
SwapTotal:    67111528 kB
SwapFree:     67082284 kB
Dirty:           21216 kB
Writeback:           0 kB
AnonPages:      217744 kB
Mapped:          14508 kB
Slab:           456928 kB
PageTables:       4988 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   428004 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= 72656 MiB
End job on node121 at 2011-04-29 21:32:25