Trace number 3309405

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 587UNSAT 309.269 39.584

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-c32s-gcdm16-23.cnf
MD5SUMa61ef2b7b3d16661e8162c430ffb1a51
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark27.6988
Satisfiable
(Un)Satisfiability was proved
Number of variables135543
Number of clauses404326
Sum of the clauses size943426
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2269550
Number of clauses of size 3134775
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

308.96/39.58	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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-3309405-1304003324/watcher-3309405-1304003324 -o /tmp/evaluation-result-3309405-1304003324/solver-3309405-1304003324 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3309405-1304003324.cnf 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.84 2.43 2.05 2/170 23942
/proc/meminfo: memFree=22311856/32951124 swapFree=67111412/67111528
[pid=23942] ppid=23940 vsize=11188 CPUtime=0 cores=0-7
/proc/23942/stat : 23942 (plingeling) R 23940 23942 23873 0 -1 4202496 858 1249 0 0 0 0 0 0 24 0 1 0 511930182 11456512 787 33554432000 4194304 4417332 140736048307104 18446744073709551615 218905424867 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/23942/statm: 2797 787 147 55 0 683 0

[startup+0.0162119 s]
/proc/loadavg: 4.84 2.43 2.05 2/170 23942
/proc/meminfo: memFree=22311856/32951124 swapFree=67111412/67111528
[pid=23942] ppid=23940 vsize=13888 CPUtime=0.01 cores=0-7
/proc/23942/stat : 23942 (plingeling) R 23940 23942 23873 0 -1 4202496 1565 1249 0 0 1 0 0 0 24 0 1 0 511930182 14221312 1494 33554432000 4194304 4417332 140736048307104 18446744073709551615 4264920 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/23942/statm: 3472 1494 147 55 0 1358 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13888

[startup+0.100196 s]
/proc/loadavg: 4.84 2.43 2.05 2/170 23942
/proc/meminfo: memFree=22311856/32951124 swapFree=67111412/67111528
[pid=23942] ppid=23940 vsize=28200 CPUtime=0.09 cores=0-7
/proc/23942/stat : 23942 (plingeling) R 23940 23942 23873 0 -1 4202496 5201 1249 0 0 9 0 0 0 24 0 1 0 511930182 28876800 5073 33554432000 4194304 4417332 140736048307104 18446744073709551615 4259183 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/23942/statm: 7050 5073 148 55 0 4936 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28200

[startup+0.300179 s]
/proc/loadavg: 4.84 2.43 2.05 2/170 23942
/proc/meminfo: memFree=22311856/32951124 swapFree=67111412/67111528
[pid=23942] ppid=23940 vsize=81248 CPUtime=0.29 cores=0-7
/proc/23942/stat : 23942 (plingeling) R 23940 23942 23873 0 -1 4202496 18464 1249 0 0 27 2 0 0 25 0 1 0 511930182 83197952 18335 33554432000 4194304 4417332 140736048307104 18446744073709551615 218905349755 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/23942/statm: 20312 18335 148 55 0 18198 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 81248

[startup+0.70109 s]
/proc/loadavg: 4.84 2.43 2.05 2/170 23942
/proc/meminfo: memFree=22311856/32951124 swapFree=67111412/67111528
[pid=23942] ppid=23940 vsize=151792 CPUtime=0.68 cores=0-7
/proc/23942/stat : 23942 (plingeling) R 23940 23942 23873 0 -1 4202496 36100 1249 0 0 65 3 0 0 25 0 1 0 511930182 155435008 35971 33554432000 4194304 4417332 140736048307104 18446744073709551615 4236012 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/23942/statm: 37948 35971 148 55 0 35834 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 151792

[startup+1.50091 s]
/proc/loadavg: 4.84 2.43 2.05 9/179 23956
/proc/meminfo: memFree=22142408/32951124 swapFree=67111412/67111528
[pid=23942] ppid=23940 vsize=335528 CPUtime=5.14 cores=0-7
/proc/23942/stat : 23942 (plingeling) S 23940 23942 23873 0 -1 4202496 96215 1249 0 0 501 13 0 0 25 0 9 0 511930182 343580672 56177 33554432000 4194304 4417332 140736048307104 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/23942/statm: 83882 56177 174 55 0 81768 0
[pid=23942/tid=23949] ppid=23940 vsize=335528 CPUtime=0.53 cores=0-7
/proc/23942/task/23949/stat : 23949 (plingeling) R 23940 23942 23873 0 -1 4202560 6611 1249 0 0 52 1 0 0 18 0 9 0 511930278 343580672 56177 33554432000 4194304 4417332 140736048307104 18446744073709551615 4284514 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23942/tid=23950] ppid=23940 vsize=335528 CPUtime=0.53 cores=0-7
/proc/23942/task/23950/stat : 23950 (plingeling) R 23940 23942 23873 0 -1 4202560 6199 1249 0 0 52 1 0 0 18 0 9 0 511930278 343580672 56177 33554432000 4194304 4417332 140736048307104 18446744073709551615 4286414 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23942/tid=23951] ppid=23940 vsize=335528 CPUtime=0.52 cores=0-7
/proc/23942/task/23951/stat : 23951 (plingeling) R 23940 23942 23873 0 -1 4202560 4464 1249 0 0 52 0 0 0 25 0 9 0 511930278 343580672 56177 33554432000 4194304 4417332 140736048307104 18446744073709551615 4284484 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23942/tid=23952] ppid=23940 vsize=335528 CPUtime=0.52 cores=0-7
/proc/23942/task/23952/stat : 23952 (plingeling) R 23940 23942 23873 0 -1 4202560 2353 1249 0 0 52 0 0 0 18 0 9 0 511930278 343580672 56177 33554432000 4194304 4417332 140736048307104 18446744073709551615 4364216 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23942/tid=23953] ppid=23940 vsize=335528 CPUtime=0.5 cores=0-7
/proc/23942/task/23953/stat : 23953 (plingeling) R 23940 23942 23873 0 -1 4202560 6344 1249 0 0 50 0 0 0 25 0 9 0 511930278 343580672 56177 33554432000 4194304 4417332 140736048307104 18446744073709551615 4287336 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23942/tid=23954] ppid=23940 vsize=335528 CPUtime=0.48 cores=0-7
/proc/23942/task/23954/stat : 23954 (plingeling) R 23940 23942 23873 0 -1 4202560 4363 1249 0 0 48 0 0 0 25 0 9 0 511930278 343580672 56177 33554432000 4194304 4417332 140736048307104 18446744073709551615 4284374 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23942/tid=23955] ppid=23940 vsize=335528 CPUtime=0.51 cores=0-7
/proc/23942/task/23955/stat : 23955 (plingeling) R 23940 23942 23873 0 -1 4202560 5554 1249 0 0 51 0 0 0 25 0 9 0 511930278 343580672 56177 33554432000 4194304 4417332 140736048307104 18446744073709551615 4287486 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=23942/tid=23956] ppid=23940 vsize=335528 CPUtime=0.5 cores=0-7
/proc/23942/task/23956/stat : 23956 (plingeling) R 23940 23942 23873 0 -1 4202560 5552 1249 0 0 50 0 0 0 25 0 9 0 511930279 343580672 56177 33554432000 4194304 4417332 140736048307104 18446744073709551615 4285509 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.14
Current children cumulated vsize (KiB) 335528

[startup+3.10062 s]
/proc/loadavg: 4.84 2.43 2.05 9/179 23956
/proc/meminfo: memFree=22086876/32951124 swapFree=67111412/67111528
[pid=23942] ppid=23940 vsize=409712 CPUtime=17.93 cores=0-7
/proc/23942/stat : 23942 (plingeling) S 23940 23942 23873 0 -1 4202496 145443 1249 0 0 1771 22 0 0 25 0 9 0 511930182 419545088 70259 33554432000 4194304 4417332 140736048307104 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/23942/statm: 102428 70259 176 55 0 100314 0
[pid=23942/tid=23949] ppid=23940 vsize=409712 CPUtime=2.12 cores=0-7
/proc/23942/task/23949/stat : 23949 (plingeling) R 23940 23942 23873 0 -1 4202560 16632 1249 0 0 210 2 0 0 21 0 9 0 511930278 419545088 70259 33554432000 4194304 4417332 140736048307104 18446744073709551615 4275873 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23942/tid=23950] ppid=23940 vsize=409712 CPUtime=2.12 cores=0-7
/proc/23942/task/23950/stat : 23950 (plingeling) R 23940 23942 23873 0 -1 4202560 10853 1249 0 0 210 2 0 0 21 0 9 0 511930278 419545088 70259 33554432000 4194304 4417332 140736048307104 18446744073709551615 4302099 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23942/tid=23951] ppid=23940 vsize=409712 CPUtime=2.12 cores=0-7
/proc/23942/task/23951/stat : 23951 (plingeling) R 23940 23942 23873 0 -1 4202560 9074 1249 0 0 211 1 0 0 25 0 9 0 511930278 419545088 70259 33554432000 4194304 4417332 140736048307104 18446744073709551615 4255662 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23942/tid=23952] ppid=23940 vsize=409712 CPUtime=2.12 cores=0-7
/proc/23942/task/23952/stat : 23952 (plingeling) R 23940 23942 23873 0 -1 4202560 2353 1249 0 0 212 0 0 0 21 0 9 0 511930278 419545088 70259 33554432000 4194304 4417332 140736048307104 18446744073709551615 4353877 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23942/tid=23953] ppid=23940 vsize=409712 CPUtime=2.1 cores=0-7
/proc/23942/task/23953/stat : 23953 (plingeling) R 23940 23942 23873 0 -1 4202560 14401 1249 0 0 208 2 0 0 25 0 9 0 511930278 419545088 70259 33554432000 4194304 4417332 140736048307104 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23942/tid=23954] ppid=23940 vsize=409712 CPUtime=2.08 cores=0-7
/proc/23942/task/23954/stat : 23954 (plingeling) R 23940 23942 23873 0 -1 4202560 9374 1249 0 0 207 1 0 0 25 0 9 0 511930278 419545088 70259 33554432000 4194304 4417332 140736048307104 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23942/tid=23955] ppid=23940 vsize=409712 CPUtime=2.11 cores=0-7
/proc/23942/task/23955/stat : 23955 (plingeling) R 23940 23942 23873 0 -1 4202560 12451 1249 0 0 210 1 0 0 25 0 9 0 511930278 419545088 70259 33554432000 4194304 4417332 140736048307104 18446744073709551615 4325899 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=23942/tid=23956] ppid=23940 vsize=409712 CPUtime=2.1 cores=0-7
/proc/23942/task/23956/stat : 23956 (plingeling) R 23940 23942 23873 0 -1 4202560 15530 1249 0 0 208 2 0 0 25 0 9 0 511930279 419545088 70259 33554432000 4194304 4417332 140736048307104 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 17.93
Current children cumulated vsize (KiB) 409712

[startup+6.30104 s]
/proc/loadavg: 5.25 2.56 2.10 9/179 23956
/proc/meminfo: memFree=22058852/32951124 swapFree=67111412/67111528
[pid=23942] ppid=23940 vsize=391144 CPUtime=43.5 cores=0-7
/proc/23942/stat : 23942 (plingeling) S 23940 23942 23873 0 -1 4202496 160698 1249 0 0 4326 24 0 0 25 0 9 0 511930182 400531456 65085 33554432000 4194304 4417332 140736048307104 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/23942/statm: 97786 65085 180 55 0 95672 0
[pid=23942/tid=23949] ppid=23940 vsize=391144 CPUtime=5.33 cores=0-7
/proc/23942/task/23949/stat : 23949 (plingeling) R 23940 23942 23873 0 -1 4202560 20027 1249 0 0 530 3 0 0 25 0 9 0 511930278 400531456 65085 33554432000 4194304 4417332 140736048307104 18446744073709551615 4253152 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23942/tid=23950] ppid=23940 vsize=391144 CPUtime=5.33 cores=0-7
/proc/23942/task/23950/stat : 23950 (plingeling) R 23940 23942 23873 0 -1 4202560 14556 1249 0 0 530 3 0 0 25 0 9 0 511930278 400531456 65085 33554432000 4194304 4417332 140736048307104 18446744073709551615 4253071 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23942/tid=23951] ppid=23940 vsize=391144 CPUtime=5.32 cores=0-7
/proc/23942/task/23951/stat : 23951 (plingeling) R 23940 23942 23873 0 -1 4202560 9078 1249 0 0 531 1 0 0 25 0 9 0 511930278 400531456 65085 33554432000 4194304 4417332 140736048307104 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23942/tid=23952] ppid=23940 vsize=391144 CPUtime=5.32 cores=0-7
/proc/23942/task/23952/stat : 23952 (plingeling) R 23940 23942 23873 0 -1 4202560 2353 1249 0 0 532 0 0 0 25 0 9 0 511930278 400531456 65085 33554432000 4194304 4417332 140736048307104 18446744073709551615 4251034 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23942/tid=23953] ppid=23940 vsize=391144 CPUtime=5.3 cores=0-7
/proc/23942/task/23953/stat : 23953 (plingeling) R 23940 23942 23873 0 -1 4202560 15337 1249 0 0 528 2 0 0 25 0 9 0 511930278 400531456 65085 33554432000 4194304 4417332 140736048307104 18446744073709551615 4238805 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23942/tid=23954] ppid=23940 vsize=391144 CPUtime=5.28 cores=0-7
/proc/23942/task/23954/stat : 23954 (plingeling) R 23940 23942 23873 0 -1 4202560 11122 1249 0 0 527 1 0 0 25 0 9 0 511930278 400531456 65085 33554432000 4194304 4417332 140736048307104 18446744073709551615 4249577 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23942/tid=23955] ppid=23940 vsize=391144 CPUtime=5.32 cores=0-7
/proc/23942/task/23955/stat : 23955 (plingeling) R 23940 23942 23873 0 -1 4202560 15354 1249 0 0 530 2 0 0 25 0 9 0 511930278 400531456 65085 33554432000 4194304 4417332 140736048307104 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=23942/tid=23956] ppid=23940 vsize=391144 CPUtime=5.29 cores=0-7
/proc/23942/task/23956/stat : 23956 (plingeling) R 23940 23942 23873 0 -1 4202560 18096 1249 0 0 526 3 0 0 25 0 9 0 511930279 400531456 65085 33554432000 4194304 4417332 140736048307104 18446744073709551615 4253023 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 43.5
Current children cumulated vsize (KiB) 391144

[startup+12.7009 s]
/proc/loadavg: 5.47 2.65 2.13 9/179 23956
/proc/meminfo: memFree=22080892/32951124 swapFree=67111412/67111528
[pid=23942] ppid=23940 vsize=354140 CPUtime=94.67 cores=0-7
/proc/23942/stat : 23942 (plingeling) S 23940 23942 23873 0 -1 4202496 167290 1249 0 0 9442 25 0 0 25 0 9 0 511930182 362639360 55835 33554432000 4194304 4417332 140736048307104 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/23942/statm: 88535 55835 181 55 0 86421 0
[pid=23942/tid=23949] ppid=23940 vsize=354140 CPUtime=11.73 cores=0-7
/proc/23942/task/23949/stat : 23949 (plingeling) R 23940 23942 23873 0 -1 4202560 21051 1249 0 0 1170 3 0 0 25 0 9 0 511930278 362639360 55835 33554432000 4194304 4417332 140736048307104 18446744073709551615 4250432 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23942/tid=23950] ppid=23940 vsize=354140 CPUtime=11.72 cores=0-7
/proc/23942/task/23950/stat : 23950 (plingeling) R 23940 23942 23873 0 -1 4202560 15580 1249 0 0 1169 3 0 0 25 0 9 0 511930278 362639360 55835 33554432000 4194304 4417332 140736048307104 18446744073709551615 4365035 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23942/tid=23951] ppid=23940 vsize=354140 CPUtime=11.72 cores=0-7
/proc/23942/task/23951/stat : 23951 (plingeling) R 23940 23942 23873 0 -1 4202560 9118 1249 0 0 1171 1 0 0 25 0 9 0 511930278 362639360 55835 33554432000 4194304 4417332 140736048307104 18446744073709551615 4364502 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23942/tid=23952] ppid=23940 vsize=354140 CPUtime=11.72 cores=0-7
/proc/23942/task/23952/stat : 23952 (plingeling) R 23940 23942 23873 0 -1 4202560 3745 1249 0 0 1172 0 0 0 25 0 9 0 511930278 362639360 55835 33554432000 4194304 4417332 140736048307104 18446744073709551615 4365883 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23942/tid=23953] ppid=23940 vsize=354140 CPUtime=11.69 cores=0-7
/proc/23942/task/23953/stat : 23953 (plingeling) R 23940 23942 23873 0 -1 4202560 16361 1249 0 0 1167 2 0 0 25 0 9 0 511930278 362639360 55835 33554432000 4194304 4417332 140736048307104 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23942/tid=23954] ppid=23940 vsize=354140 CPUtime=11.68 cores=0-7
/proc/23942/task/23954/stat : 23954 (plingeling) R 23940 23942 23873 0 -1 4202560 12146 1249 0 0 1167 1 0 0 25 0 9 0 511930278 362639360 55835 33554432000 4194304 4417332 140736048307104 18446744073709551615 4364463 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23942/tid=23955] ppid=23940 vsize=354140 CPUtime=11.72 cores=0-7
/proc/23942/task/23955/stat : 23955 (plingeling) R 23940 23942 23873 0 -1 4202560 15394 1249 0 0 1170 2 0 0 25 0 9 0 511930278 362639360 55835 33554432000 4194304 4417332 140736048307104 18446744073709551615 4353461 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=23942/tid=23956] ppid=23940 vsize=354140 CPUtime=11.65 cores=0-7
/proc/23942/task/23956/stat : 23956 (plingeling) R 23940 23942 23873 0 -1 4202560 19120 1249 0 0 1162 3 0 0 25 0 9 0 511930279 362639360 55835 33554432000 4194304 4417332 140736048307104 18446744073709551615 4250869 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 94.67
Current children cumulated vsize (KiB) 354140

[startup+25.5006 s]
/proc/loadavg: 6.03 2.91 2.22 9/179 23957
/proc/meminfo: memFree=22064208/32951124 swapFree=67111412/67111528
[pid=23942] ppid=23940 vsize=378496 CPUtime=197 cores=0-7
/proc/23942/stat : 23942 (plingeling) S 23940 23942 23873 0 -1 4202496 173569 1249 0 0 19674 26 0 0 25 0 9 0 511930182 387579904 61924 33554432000 4194304 4417332 140736048307104 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/23942/statm: 94624 61924 181 55 0 92510 0
[pid=23942/tid=23949] ppid=23940 vsize=378496 CPUtime=24.52 cores=0-7
/proc/23942/task/23949/stat : 23949 (plingeling) R 23940 23942 23873 0 -1 4202560 23114 1249 0 0 2449 3 0 0 25 0 9 0 511930278 387579904 61924 33554432000 4194304 4417332 140736048307104 18446744073709551615 4364362 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23942/tid=23950] ppid=23940 vsize=378496 CPUtime=24.52 cores=0-7
/proc/23942/task/23950/stat : 23950 (plingeling) R 23940 23942 23873 0 -1 4202560 17643 1249 0 0 2449 3 0 0 25 0 9 0 511930278 387579904 61924 33554432000 4194304 4417332 140736048307104 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23942/tid=23951] ppid=23940 vsize=378496 CPUtime=24.52 cores=0-7
/proc/23942/task/23951/stat : 23951 (plingeling) R 23940 23942 23873 0 -1 4202560 9149 1249 0 0 2451 1 0 0 25 0 9 0 511930278 387579904 61924 33554432000 4194304 4417332 140736048307104 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23942/tid=23952] ppid=23940 vsize=378496 CPUtime=24.52 cores=0-7
/proc/23942/task/23952/stat : 23952 (plingeling) R 23940 23942 23873 0 -1 4202560 3745 1249 0 0 2452 0 0 0 25 0 9 0 511930278 387579904 61924 33554432000 4194304 4417332 140736048307104 18446744073709551615 4353461 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23942/tid=23953] ppid=23940 vsize=378496 CPUtime=24.49 cores=0-7
/proc/23942/task/23953/stat : 23953 (plingeling) R 23940 23942 23873 0 -1 4202560 16375 1249 0 0 2447 2 0 0 25 0 9 0 511930278 387579904 61924 33554432000 4194304 4417332 140736048307104 18446744073709551615 4281683 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23942/tid=23954] ppid=23940 vsize=378496 CPUtime=24.47 cores=0-7
/proc/23942/task/23954/stat : 23954 (plingeling) R 23940 23942 23873 0 -1 4202560 12161 1249 0 0 2446 1 0 0 25 0 9 0 511930278 387579904 61924 33554432000 4194304 4417332 140736048307104 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23942/tid=23955] ppid=23940 vsize=378496 CPUtime=24.52 cores=0-7
/proc/23942/task/23955/stat : 23955 (plingeling) R 23940 23942 23873 0 -1 4202560 15424 1249 0 0 2450 2 0 0 25 0 9 0 511930278 387579904 61924 33554432000 4194304 4417332 140736048307104 18446744073709551615 4274358 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=23942/tid=23956] ppid=23940 vsize=378496 CPUtime=24.38 cores=0-7
/proc/23942/task/23956/stat : 23956 (plingeling) R 23940 23942 23873 0 -1 4202560 21183 1249 0 0 2435 3 0 0 25 0 9 0 511930279 387579904 61924 33554432000 4194304 4417332 140736048307104 18446744073709551615 4343211 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 197
Current children cumulated vsize (KiB) 378496

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

[startup+31.9064 s]
/proc/loadavg: 6.19 3.00 2.25 9/179 23957
/proc/meminfo: memFree=22069220/32951124 swapFree=67111412/67111528
[pid=23942] ppid=23940 vsize=374236 CPUtime=248.21 cores=0-7
/proc/23942/stat : 23942 (plingeling) S 23940 23942 23873 0 -1 4202496 174638 1249 0 0 24795 26 0 0 25 0 9 0 511930182 383217664 60871 33554432000 4194304 4417332 140736048307104 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/23942/statm: 93559 60871 181 55 0 91445 0
[pid=23942/tid=23949] ppid=23940 vsize=374236 CPUtime=30.93 cores=0-7
/proc/23942/task/23949/stat : 23949 (plingeling) R 23940 23942 23873 0 -1 4202560 23119 1249 0 0 3090 3 0 0 25 0 9 0 511930278 383217664 60871 33554432000 4194304 4417332 140736048307104 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23942/tid=23950] ppid=23940 vsize=374236 CPUtime=30.93 cores=0-7
/proc/23942/task/23950/stat : 23950 (plingeling) R 23940 23942 23873 0 -1 4202560 17648 1249 0 0 3090 3 0 0 25 0 9 0 511930278 383217664 60871 33554432000 4194304 4417332 140736048307104 18446744073709551615 4270927 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23942/tid=23951] ppid=23940 vsize=374236 CPUtime=30.93 cores=0-7
/proc/23942/task/23951/stat : 23951 (plingeling) R 23940 23942 23873 0 -1 4202560 9159 1249 0 0 3092 1 0 0 25 0 9 0 511930278 383217664 60871 33554432000 4194304 4417332 140736048307104 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23942/tid=23952] ppid=23940 vsize=374236 CPUtime=30.93 cores=0-7
/proc/23942/task/23952/stat : 23952 (plingeling) R 23940 23942 23873 0 -1 4202560 3745 1249 0 0 3093 0 0 0 25 0 9 0 511930278 383217664 60871 33554432000 4194304 4417332 140736048307104 18446744073709551615 4356875 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23942/tid=23953] ppid=23940 vsize=374236 CPUtime=30.9 cores=0-7
/proc/23942/task/23953/stat : 23953 (plingeling) R 23940 23942 23873 0 -1 4202560 17404 1249 0 0 3088 2 0 0 25 0 9 0 511930278 383217664 60871 33554432000 4194304 4417332 140736048307104 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23942/tid=23954] ppid=23940 vsize=374236 CPUtime=30.88 cores=0-7
/proc/23942/task/23954/stat : 23954 (plingeling) R 23940 23942 23873 0 -1 4202560 12166 1249 0 0 3087 1 0 0 25 0 9 0 511930278 383217664 60871 33554432000 4194304 4417332 140736048307104 18446744073709551615 4366381 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23942/tid=23955] ppid=23940 vsize=374236 CPUtime=30.92 cores=0-7
/proc/23942/task/23955/stat : 23955 (plingeling) R 23940 23942 23873 0 -1 4202560 15434 1249 0 0 3090 2 0 0 25 0 9 0 511930278 383217664 60871 33554432000 4194304 4417332 140736048307104 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=23942/tid=23956] ppid=23940 vsize=374236 CPUtime=30.75 cores=0-7
/proc/23942/task/23956/stat : 23956 (plingeling) R 23940 23942 23873 0 -1 4202560 21188 1249 0 0 3072 3 0 0 25 0 9 0 511930279 383217664 60871 33554432000 4194304 4417332 140736048307104 18446744073709551615 4364487 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 248.21
Current children cumulated vsize (KiB) 374236

[startup+35.1008 s]
/proc/loadavg: 6.34 3.08 2.28 9/179 23957
/proc/meminfo: memFree=22065288/32951124 swapFree=67111412/67111528
[pid=23942] ppid=23940 vsize=378360 CPUtime=273.78 cores=0-7
/proc/23942/stat : 23942 (plingeling) S 23940 23942 23873 0 -1 4202496 176697 1249 0 0 27352 26 0 0 25 0 9 0 511930182 387440640 61902 33554432000 4194304 4417332 140736048307104 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/23942/statm: 94590 61902 181 55 0 92476 0
[pid=23942/tid=23949] ppid=23940 vsize=378360 CPUtime=34.13 cores=0-7
/proc/23942/task/23949/stat : 23949 (plingeling) R 23940 23942 23873 0 -1 4202560 23123 1249 0 0 3410 3 0 0 25 0 9 0 511930278 387440640 61902 33554432000 4194304 4417332 140736048307104 18446744073709551615 4364683 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23942/tid=23950] ppid=23940 vsize=378360 CPUtime=34.13 cores=0-7
/proc/23942/task/23950/stat : 23950 (plingeling) R 23940 23942 23873 0 -1 4202560 17652 1249 0 0 3410 3 0 0 25 0 9 0 511930278 387440640 61902 33554432000 4194304 4417332 140736048307104 18446744073709551615 4281657 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23942/tid=23951] ppid=23940 vsize=378360 CPUtime=34.13 cores=0-7
/proc/23942/task/23951/stat : 23951 (plingeling) R 23940 23942 23873 0 -1 4202560 10183 1249 0 0 3412 1 0 0 25 0 9 0 511930278 387440640 61902 33554432000 4194304 4417332 140736048307104 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23942/tid=23952] ppid=23940 vsize=378360 CPUtime=34.12 cores=0-7
/proc/23942/task/23952/stat : 23952 (plingeling) R 23940 23942 23873 0 -1 4202560 3745 1249 0 0 3412 0 0 0 25 0 9 0 511930278 387440640 61902 33554432000 4194304 4417332 140736048307104 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23942/tid=23953] ppid=23940 vsize=378360 CPUtime=34.1 cores=0-7
/proc/23942/task/23953/stat : 23953 (plingeling) R 23940 23942 23873 0 -1 4202560 17407 1249 0 0 3408 2 0 0 25 0 9 0 511930278 387440640 61902 33554432000 4194304 4417332 140736048307104 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23942/tid=23954] ppid=23940 vsize=378360 CPUtime=34.08 cores=0-7
/proc/23942/task/23954/stat : 23954 (plingeling) R 23940 23942 23873 0 -1 4202560 12166 1249 0 0 3407 1 0 0 25 0 9 0 511930278 387440640 61902 33554432000 4194304 4417332 140736048307104 18446744073709551615 4364526 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23942/tid=23955] ppid=23940 vsize=378360 CPUtime=34.12 cores=0-7
/proc/23942/task/23955/stat : 23955 (plingeling) R 23940 23942 23873 0 -1 4202560 16458 1249 0 0 3410 2 0 0 25 0 9 0 511930278 387440640 61902 33554432000 4194304 4417332 140736048307104 18446744073709551615 4365915 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=23942/tid=23956] ppid=23940 vsize=378360 CPUtime=33.93 cores=0-7
/proc/23942/task/23956/stat : 23956 (plingeling) R 23940 23942 23873 0 -1 4202560 21188 1249 0 0 3390 3 0 0 25 0 9 0 511930279 387440640 61902 33554432000 4194304 4417332 140736048307104 18446744073709551615 4364750 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 273.78
Current children cumulated vsize (KiB) 378360

[startup+36.7006 s]
/proc/loadavg: 6.34 3.08 2.28 9/179 23957
/proc/meminfo: memFree=22065544/32951124 swapFree=67111412/67111528
[pid=23942] ppid=23940 vsize=378328 CPUtime=286.53 cores=0-7
/proc/23942/stat : 23942 (plingeling) S 23940 23942 23873 0 -1 4202496 176705 1249 0 0 28627 26 0 0 25 0 9 0 511930182 387407872 61894 33554432000 4194304 4417332 140736048307104 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/23942/statm: 94582 61894 181 55 0 92468 0
[pid=23942/tid=23949] ppid=23940 vsize=378328 CPUtime=35.72 cores=0-7
/proc/23942/task/23949/stat : 23949 (plingeling) R 23940 23942 23873 0 -1 4202560 23123 1249 0 0 3569 3 0 0 25 0 9 0 511930278 387407872 61894 33554432000 4194304 4417332 140736048307104 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23942/tid=23950] ppid=23940 vsize=378328 CPUtime=35.72 cores=0-7
/proc/23942/task/23950/stat : 23950 (plingeling) R 23940 23942 23873 0 -1 4202560 17652 1249 0 0 3569 3 0 0 25 0 9 0 511930278 387407872 61894 33554432000 4194304 4417332 140736048307104 18446744073709551615 4364491 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23942/tid=23951] ppid=23940 vsize=378328 CPUtime=35.72 cores=0-7
/proc/23942/task/23951/stat : 23951 (plingeling) R 23940 23942 23873 0 -1 4202560 10183 1249 0 0 3571 1 0 0 25 0 9 0 511930278 387407872 61894 33554432000 4194304 4417332 140736048307104 18446744073709551615 4257746 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23942/tid=23952] ppid=23940 vsize=378328 CPUtime=35.72 cores=0-7
/proc/23942/task/23952/stat : 23952 (plingeling) R 23940 23942 23873 0 -1 4202560 3745 1249 0 0 3572 0 0 0 25 0 9 0 511930278 387407872 61894 33554432000 4194304 4417332 140736048307104 18446744073709551615 4236961 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23942/tid=23953] ppid=23940 vsize=378328 CPUtime=35.69 cores=0-7
/proc/23942/task/23953/stat : 23953 (plingeling) R 23940 23942 23873 0 -1 4202560 17407 1249 0 0 3567 2 0 0 25 0 9 0 511930278 387407872 61894 33554432000 4194304 4417332 140736048307104 18446744073709551615 4281644 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23942/tid=23954] ppid=23940 vsize=378328 CPUtime=35.67 cores=0-7
/proc/23942/task/23954/stat : 23954 (plingeling) R 23940 23942 23873 0 -1 4202560 12170 1249 0 0 3566 1 0 0 25 0 9 0 511930278 387407872 61894 33554432000 4194304 4417332 140736048307104 18446744073709551615 4364502 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23942/tid=23955] ppid=23940 vsize=378328 CPUtime=35.72 cores=0-7
/proc/23942/task/23955/stat : 23955 (plingeling) R 23940 23942 23873 0 -1 4202560 16458 1249 0 0 3570 2 0 0 25 0 9 0 511930278 387407872 61894 33554432000 4194304 4417332 140736048307104 18446744073709551615 4270726 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=23942/tid=23956] ppid=23940 vsize=378328 CPUtime=35.52 cores=0-7
/proc/23942/task/23956/stat : 23956 (plingeling) R 23940 23942 23873 0 -1 4202560 21192 1249 0 0 3549 3 0 0 25 0 9 0 511930279 387407872 61894 33554432000 4194304 4417332 140736048307104 18446744073709551615 4236593 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 286.53
Current children cumulated vsize (KiB) 378328

[startup+38.3013 s]
/proc/loadavg: 6.34 3.08 2.28 9/179 23957
/proc/meminfo: memFree=22069016/32951124 swapFree=67111412/67111528
[pid=23942] ppid=23940 vsize=370112 CPUtime=299.33 cores=0-7
/proc/23942/stat : 23942 (plingeling) S 23940 23942 23873 0 -1 4202496 176705 1249 0 0 29907 26 0 0 25 0 9 0 511930182 378994688 59840 33554432000 4194304 4417332 140736048307104 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/23942/statm: 92528 59840 181 55 0 90414 0
[pid=23942/tid=23949] ppid=23940 vsize=370112 CPUtime=37.32 cores=0-7
/proc/23942/task/23949/stat : 23949 (plingeling) R 23940 23942 23873 0 -1 4202560 23123 1249 0 0 3729 3 0 0 25 0 9 0 511930278 378994688 59840 33554432000 4194304 4417332 140736048307104 18446744073709551615 4364531 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23942/tid=23950] ppid=23940 vsize=370112 CPUtime=37.32 cores=0-7
/proc/23942/task/23950/stat : 23950 (plingeling) R 23940 23942 23873 0 -1 4202560 17652 1249 0 0 3729 3 0 0 25 0 9 0 511930278 378994688 59840 33554432000 4194304 4417332 140736048307104 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23942/tid=23951] ppid=23940 vsize=370112 CPUtime=37.32 cores=0-7
/proc/23942/task/23951/stat : 23951 (plingeling) R 23940 23942 23873 0 -1 4202560 10183 1249 0 0 3731 1 0 0 25 0 9 0 511930278 378994688 59840 33554432000 4194304 4417332 140736048307104 18446744073709551615 4364919 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23942/tid=23952] ppid=23940 vsize=370112 CPUtime=37.32 cores=0-7
/proc/23942/task/23952/stat : 23952 (plingeling) R 23940 23942 23873 0 -1 4202560 3745 1249 0 0 3732 0 0 0 25 0 9 0 511930278 378994688 59840 33554432000 4194304 4417332 140736048307104 18446744073709551615 4364329 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23942/tid=23953] ppid=23940 vsize=370112 CPUtime=37.3 cores=0-7
/proc/23942/task/23953/stat : 23953 (plingeling) R 23940 23942 23873 0 -1 4202560 17407 1249 0 0 3728 2 0 0 25 0 9 0 511930278 378994688 59840 33554432000 4194304 4417332 140736048307104 18446744073709551615 4199406 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23942/tid=23954] ppid=23940 vsize=370112 CPUtime=37.27 cores=0-7
/proc/23942/task/23954/stat : 23954 (plingeling) R 23940 23942 23873 0 -1 4202560 12170 1249 0 0 3726 1 0 0 25 0 9 0 511930278 378994688 59840 33554432000 4194304 4417332 140736048307104 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23942/tid=23955] ppid=23940 vsize=370112 CPUtime=37.32 cores=0-7
/proc/23942/task/23955/stat : 23955 (plingeling) R 23940 23942 23873 0 -1 4202560 16458 1249 0 0 3730 2 0 0 25 0 9 0 511930278 378994688 59840 33554432000 4194304 4417332 140736048307104 18446744073709551615 4365035 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=23942/tid=23956] ppid=23940 vsize=370112 CPUtime=37.11 cores=0-7
/proc/23942/task/23956/stat : 23956 (plingeling) R 23940 23942 23873 0 -1 4202560 21192 1249 0 0 3708 3 0 0 25 0 9 0 511930279 378994688 59840 33554432000 4194304 4417332 140736048307104 18446744073709551615 4366058 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 299.33
Current children cumulated vsize (KiB) 370112

[startup+39.1011 s]
/proc/loadavg: 6.34 3.08 2.28 9/179 23957
/proc/meminfo: memFree=22072368/32951124 swapFree=67111412/67111528
[pid=23942] ppid=23940 vsize=370144 CPUtime=305.72 cores=0-7
/proc/23942/stat : 23942 (plingeling) S 23940 23942 23873 0 -1 4202496 176713 1249 0 0 30546 26 0 0 25 0 9 0 511930182 379027456 59848 33554432000 4194304 4417332 140736048307104 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/23942/statm: 92536 59848 181 55 0 90422 0
[pid=23942/tid=23949] ppid=23940 vsize=370144 CPUtime=38.12 cores=0-7
/proc/23942/task/23949/stat : 23949 (plingeling) R 23940 23942 23873 0 -1 4202560 23123 1249 0 0 3809 3 0 0 25 0 9 0 511930278 379027456 59848 33554432000 4194304 4417332 140736048307104 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23942/tid=23950] ppid=23940 vsize=370144 CPUtime=38.12 cores=0-7
/proc/23942/task/23950/stat : 23950 (plingeling) R 23940 23942 23873 0 -1 4202560 17652 1249 0 0 3809 3 0 0 25 0 9 0 511930278 379027456 59848 33554432000 4194304 4417332 140736048307104 18446744073709551615 4364683 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23942/tid=23951] ppid=23940 vsize=370144 CPUtime=38.12 cores=0-7
/proc/23942/task/23951/stat : 23951 (plingeling) R 23940 23942 23873 0 -1 4202560 10187 1249 0 0 3811 1 0 0 25 0 9 0 511930278 379027456 59848 33554432000 4194304 4417332 140736048307104 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23942/tid=23952] ppid=23940 vsize=370144 CPUtime=38.12 cores=0-7
/proc/23942/task/23952/stat : 23952 (plingeling) R 23940 23942 23873 0 -1 4202560 3745 1249 0 0 3812 0 0 0 25 0 9 0 511930278 379027456 59848 33554432000 4194304 4417332 140736048307104 18446744073709551615 4365094 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23942/tid=23953] ppid=23940 vsize=370144 CPUtime=38.1 cores=0-7
/proc/23942/task/23953/stat : 23953 (plingeling) R 23940 23942 23873 0 -1 4202560 17407 1249 0 0 3808 2 0 0 25 0 9 0 511930278 379027456 59848 33554432000 4194304 4417332 140736048307104 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23942/tid=23954] ppid=23940 vsize=370144 CPUtime=38.07 cores=0-7
/proc/23942/task/23954/stat : 23954 (plingeling) R 23940 23942 23873 0 -1 4202560 12170 1249 0 0 3806 1 0 0 25 0 9 0 511930278 379027456 59848 33554432000 4194304 4417332 140736048307104 18446744073709551615 4364536 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23942/tid=23955] ppid=23940 vsize=370144 CPUtime=38.12 cores=0-7
/proc/23942/task/23955/stat : 23955 (plingeling) R 23940 23942 23873 0 -1 4202560 16462 1249 0 0 3810 2 0 0 25 0 9 0 511930278 379027456 59848 33554432000 4194304 4417332 140736048307104 18446744073709551615 18446744073699065947 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=23942/tid=23956] ppid=23940 vsize=370144 CPUtime=37.91 cores=0-7
/proc/23942/task/23956/stat : 23956 (plingeling) R 23940 23942 23873 0 -1 4202560 21192 1249 0 0 3788 3 0 0 25 0 9 0 511930279 379027456 59848 33554432000 4194304 4417332 140736048307104 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 305.72
Current children cumulated vsize (KiB) 370144

[startup+39.501 s]
/proc/loadavg: 6.34 3.08 2.28 9/179 23957
/proc/meminfo: memFree=22068528/32951124 swapFree=67111412/67111528
[pid=23942] ppid=23940 vsize=374224 CPUtime=308.96 cores=0-7
/proc/23942/stat : 23942 (plingeling) S 23940 23942 23873 0 -1 4202496 177737 1249 0 0 30870 26 0 0 25 0 9 0 511930182 383205376 60868 33554432000 4194304 4417332 140736048307104 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/23942/statm: 93556 60868 181 55 0 91442 0
[pid=23942/tid=23949] ppid=23940 vsize=374224 CPUtime=38.53 cores=0-7
/proc/23942/task/23949/stat : 23949 (plingeling) R 23940 23942 23873 0 -1 4202560 24147 1249 0 0 3850 3 0 0 25 0 9 0 511930278 383205376 60868 33554432000 4194304 4417332 140736048307104 18446744073709551615 4364845 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23942/tid=23950] ppid=23940 vsize=374224 CPUtime=38.53 cores=0-7
/proc/23942/task/23950/stat : 23950 (plingeling) R 23940 23942 23873 0 -1 4202560 17652 1249 0 0 3850 3 0 0 25 0 9 0 511930278 383205376 60868 33554432000 4194304 4417332 140736048307104 18446744073709551615 4364568 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23942/tid=23951] ppid=23940 vsize=374224 CPUtime=38.53 cores=0-7
/proc/23942/task/23951/stat : 23951 (plingeling) R 23940 23942 23873 0 -1 4202560 10187 1249 0 0 3852 1 0 0 25 0 9 0 511930278 383205376 60868 33554432000 4194304 4417332 140736048307104 18446744073709551615 4301960 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23942/tid=23952] ppid=23940 vsize=374224 CPUtime=38.52 cores=0-7
/proc/23942/task/23952/stat : 23952 (plingeling) R 23940 23942 23873 0 -1 4202560 3745 1249 0 0 3852 0 0 0 25 0 9 0 511930278 383205376 60868 33554432000 4194304 4417332 140736048307104 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23942/tid=23953] ppid=23940 vsize=374224 CPUtime=38.5 cores=0-7
/proc/23942/task/23953/stat : 23953 (plingeling) R 23940 23942 23873 0 -1 4202560 17407 1249 0 0 3848 2 0 0 25 0 9 0 511930278 383205376 60868 33554432000 4194304 4417332 140736048307104 18446744073709551615 4275944 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23942/tid=23954] ppid=23940 vsize=374224 CPUtime=38.48 cores=0-7
/proc/23942/task/23954/stat : 23954 (plingeling) R 23940 23942 23873 0 -1 4202560 12170 1249 0 0 3847 1 0 0 25 0 9 0 511930278 383205376 60868 33554432000 4194304 4417332 140736048307104 18446744073709551615 4277559 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23942/tid=23955] ppid=23940 vsize=374224 CPUtime=38.52 cores=0-7
/proc/23942/task/23955/stat : 23955 (plingeling) R 23940 23942 23873 0 -1 4202560 16462 1249 0 0 3850 2 0 0 25 0 9 0 511930278 383205376 60868 33554432000 4194304 4417332 140736048307104 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=23942/tid=23956] ppid=23940 vsize=374224 CPUtime=38.31 cores=0-7
/proc/23942/task/23956/stat : 23956 (plingeling) R 23940 23942 23873 0 -1 4202560 21192 1249 0 0 3828 3 0 0 25 0 9 0 511930279 383205376 60868 33554432000 4194304 4417332 140736048307104 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 308.96
Current children cumulated vsize (KiB) 374224

Child status: 20
Real time (s): 39.584
CPU time (s): 309.269
CPU user time (s): 308.981
CPU system time (s): 0.287956
CPU usage (%): 781.299
Max. virtual memory (cumulated for all children) (KiB): 417152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 308.981
system time used= 0.287956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 178990
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= 217
involuntary context switches= 1495

runsolver used 0.055991 second user time and 0.163975 second system time

The end

Launcher Data

Begin job on node137 at 2011-04-28 17:08:45
IDJOB=3309405
IDBENCH=70952
IDSOLVER=1695
FILE ID=node137/3309405-1304003324
RUNJOBID= node137-1304003266-23887
PBS_JOBID= 13168803
Free space on /tmp= 71612 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-c32s-gcdm16-23.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309405-1304003324/watcher-3309405-1304003324 -o /tmp/evaluation-result-3309405-1304003324/solver-3309405-1304003324 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3309405-1304003324.cnf

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= a61ef2b7b3d16661e8162c430ffb1a51
RANDOM SEED=1911445384

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22312012 kB
Buffers:       1781792 kB
Cached:        8238284 kB
SwapCached:        112 kB
Active:        4217572 kB
Inactive:      5864944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22312012 kB
SwapTotal:    67111528 kB
SwapFree:     67111412 kB
Dirty:            7004 kB
Writeback:           0 kB
AnonPages:       62304 kB
Mapped:          15128 kB
Slab:           490340 kB
PageTables:       4180 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   184376 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= 71612 MiB
End job on node137 at 2011-04-28 17:09:24