Trace number 3309705

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 62.4175 9.08092

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-pdtswvqis8x8p2-tseitin.cnf
MD5SUMa2c0a22b1392549d2fca6c4b89170828
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.00769
Satisfiable
(Un)Satisfiability was proved
Number of variables156721
Number of clauses469046
Sum of the clauses size1094438
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2312696
Number of clauses of size 3156348
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

62.33/9.08	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-3309705-1304007914/watcher-3309705-1304007914 -o /tmp/evaluation-result-3309705-1304007914/solver-3309705-1304007914 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3309705-1304007914.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: 8.20 7.37 4.89 2/170 19058
/proc/meminfo: memFree=18969484/32950928 swapFree=67111528/67111528
[pid=19058] ppid=19056 vsize=11128 CPUtime=0 cores=0-7
/proc/19058/stat : 19058 (plingeling) R 19056 19058 18933 0 -1 4202496 849 1250 0 0 0 0 0 0 22 0 1 0 512388136 11395072 779 33554432000 4194304 4417332 140734744046096 18446744073709551615 4231537 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/19058/statm: 2782 779 146 55 0 668 0

[startup+0.0399131 s]
/proc/loadavg: 8.20 7.37 4.89 2/170 19058
/proc/meminfo: memFree=18969484/32950928 swapFree=67111528/67111528
[pid=19058] ppid=19056 vsize=19788 CPUtime=0.03 cores=0-7
/proc/19058/stat : 19058 (plingeling) R 19056 19058 18933 0 -1 4202496 3051 1250 0 0 3 0 0 0 22 0 1 0 512388136 20262912 2970 33554432000 4194304 4417332 140734744046096 18446744073709551615 4262065 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/19058/statm: 4947 2970 148 55 0 2833 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 19788

[startup+0.100896 s]
/proc/loadavg: 8.20 7.37 4.89 2/170 19058
/proc/meminfo: memFree=18969484/32950928 swapFree=67111528/67111528
[pid=19058] ppid=19056 vsize=28560 CPUtime=0.09 cores=0-7
/proc/19058/stat : 19058 (plingeling) R 19056 19058 18933 0 -1 4202496 5249 1250 0 0 9 0 0 0 22 0 1 0 512388136 29245440 5131 33554432000 4194304 4417332 140734744046096 18446744073709551615 4229149 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/19058/statm: 7140 5131 148 55 0 5026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28560

[startup+0.300864 s]
/proc/loadavg: 8.20 7.37 4.89 2/170 19058
/proc/meminfo: memFree=18969484/32950928 swapFree=67111528/67111528
[pid=19058] ppid=19056 vsize=81348 CPUtime=0.29 cores=0-7
/proc/19058/stat : 19058 (plingeling) R 19056 19058 18933 0 -1 4202496 18479 1250 0 0 27 2 0 0 23 0 1 0 512388136 83300352 18360 33554432000 4194304 4417332 140734744046096 18446744073709551615 254500691712 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/19058/statm: 20337 18360 148 55 0 18223 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 81348

[startup+0.700783 s]
/proc/loadavg: 8.20 7.37 4.89 2/170 19058
/proc/meminfo: memFree=18969484/32950928 swapFree=67111528/67111528
[pid=19058] ppid=19056 vsize=152152 CPUtime=0.69 cores=0-7
/proc/19058/stat : 19058 (plingeling) R 19056 19058 18933 0 -1 4202496 36180 1250 0 0 65 4 0 0 25 0 1 0 512388136 155803648 36061 33554432000 4194304 4417332 140734744046096 18446744073709551615 4264909 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/19058/statm: 38038 36061 148 55 0 35924 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 152152

[startup+1.50055 s]
/proc/loadavg: 7.62 7.26 4.87 2/171 19064
/proc/meminfo: memFree=18750996/32950928 swapFree=67111528/67111528
[pid=19058] ppid=19056 vsize=380144 CPUtime=4.08 cores=0-7
/proc/19058/stat : 19058 (plingeling) S 19056 19058 18933 0 -1 4202496 87905 1250 0 0 395 13 0 0 18 0 9 0 512388136 389267456 57809 33554432000 4194304 4417332 140734744046096 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/19058/statm: 95036 57809 171 55 0 92922 0
Current children cumulated CPU time (s) 4.08
Current children cumulated vsize (KiB) 380144

[startup+3.10123 s]
/proc/loadavg: 7.62 7.26 4.87 9/179 19072
/proc/meminfo: memFree=18720180/32950928 swapFree=67111528/67111528
[pid=19058] ppid=19056 vsize=424836 CPUtime=16.88 cores=0-7
/proc/19058/stat : 19058 (plingeling) S 19056 19058 18933 0 -1 4202496 108931 1250 0 0 1671 17 0 0 18 0 9 0 512388136 435032064 69273 33554432000 4194304 4417332 140734744046096 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/19058/statm: 106209 69273 175 55 0 104095 0
[pid=19058/tid=19065] ppid=19056 vsize=424836 CPUtime=1.97 cores=0-7
/proc/19058/task/19065/stat : 19065 (plingeling) R 19056 19058 18933 0 -1 4202560 6339 1250 0 0 196 1 0 0 20 0 9 0 512388248 435032064 69273 33554432000 4194304 4417332 140734744046096 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19058/tid=19066] ppid=19056 vsize=424836 CPUtime=1.97 cores=0-7
/proc/19058/task/19066/stat : 19066 (plingeling) R 19056 19058 18933 0 -1 4202560 6310 1250 0 0 196 1 0 0 25 0 9 0 512388248 435032064 69273 33554432000 4194304 4417332 140734744046096 18446744073709551615 4236969 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19058/tid=19067] ppid=19056 vsize=424836 CPUtime=1.94 cores=0-7
/proc/19058/task/19067/stat : 19067 (plingeling) R 19056 19058 18933 0 -1 4202560 6274 1250 0 0 194 0 0 0 25 0 9 0 512388248 435032064 69273 33554432000 4194304 4417332 140734744046096 18446744073709551615 4275990 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=19058/tid=19068] ppid=19056 vsize=424836 CPUtime=1.97 cores=0-7
/proc/19058/task/19068/stat : 19068 (plingeling) R 19056 19058 18933 0 -1 4202560 3282 1250 0 0 197 0 0 0 21 0 9 0 512388248 435032064 69273 33554432000 4194304 4417332 140734744046096 18446744073709551615 4250945 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19058/tid=19069] ppid=19056 vsize=424836 CPUtime=1.97 cores=0-7
/proc/19058/task/19069/stat : 19069 (plingeling) R 19056 19058 18933 0 -1 4202560 6336 1250 0 0 196 1 0 0 25 0 9 0 512388248 435032064 69273 33554432000 4194304 4417332 140734744046096 18446744073709551615 4275990 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19058/tid=19070] ppid=19056 vsize=424836 CPUtime=1.96 cores=0-7
/proc/19058/task/19070/stat : 19070 (plingeling) R 19056 19058 18933 0 -1 4202560 6334 1250 0 0 195 1 0 0 20 0 9 0 512388248 435032064 69273 33554432000 4194304 4417332 140734744046096 18446744073709551615 4277510 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19058/tid=19071] ppid=19056 vsize=424836 CPUtime=1.95 cores=0-7
/proc/19058/task/19071/stat : 19071 (plingeling) R 19056 19058 18933 0 -1 4202560 12839 1250 0 0 193 2 0 0 25 0 9 0 512388249 435032064 69273 33554432000 4194304 4417332 140734744046096 18446744073709551615 4236581 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19058/tid=19072] ppid=19056 vsize=424836 CPUtime=1.96 cores=0-7
/proc/19058/task/19072/stat : 19072 (plingeling) R 19056 19058 18933 0 -1 4202560 6426 1250 0 0 195 1 0 0 21 0 9 0 512388249 435032064 69273 33554432000 4194304 4417332 140734744046096 18446744073709551615 4275892 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 16.88
Current children cumulated vsize (KiB) 424836

[startup+6.30059 s]
/proc/loadavg: 7.65 7.28 4.88 9/179 19072
/proc/meminfo: memFree=18669472/32950928 swapFree=67111528/67111528
[pid=19058] ppid=19056 vsize=452308 CPUtime=42.45 cores=0-7
/proc/19058/stat : 19058 (plingeling) S 19056 19058 18933 0 -1 4202496 127652 1250 0 0 4224 21 0 0 18 0 9 0 512388136 463163392 77719 33554432000 4194304 4417332 140734744046096 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/19058/statm: 113077 77719 180 55 0 110963 0
[pid=19058/tid=19065] ppid=19056 vsize=452308 CPUtime=5.17 cores=0-7
/proc/19058/task/19065/stat : 19065 (plingeling) R 19056 19058 18933 0 -1 4202560 8066 1250 0 0 516 1 0 0 25 0 9 0 512388248 463163392 77719 33554432000 4194304 4417332 140734744046096 18446744073709551615 4253023 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19058/tid=19066] ppid=19056 vsize=452308 CPUtime=5.17 cores=0-7
/proc/19058/task/19066/stat : 19066 (plingeling) R 19056 19058 18933 0 -1 4202560 6316 1250 0 0 516 1 0 0 25 0 9 0 512388248 463163392 77719 33554432000 4194304 4417332 140734744046096 18446744073709551615 4253059 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19058/tid=19067] ppid=19056 vsize=452308 CPUtime=5.12 cores=0-7
/proc/19058/task/19067/stat : 19067 (plingeling) R 19056 19058 18933 0 -1 4202560 8762 1250 0 0 511 1 0 0 25 0 9 0 512388248 463163392 77719 33554432000 4194304 4417332 140734744046096 18446744073709551615 4240037 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=19058/tid=19068] ppid=19056 vsize=452308 CPUtime=5.17 cores=0-7
/proc/19058/task/19068/stat : 19068 (plingeling) R 19056 19058 18933 0 -1 4202560 3282 1250 0 0 517 0 0 0 25 0 9 0 512388248 463163392 77719 33554432000 4194304 4417332 140734744046096 18446744073709551615 4236634 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19058/tid=19069] ppid=19056 vsize=452308 CPUtime=5.16 cores=0-7
/proc/19058/task/19069/stat : 19069 (plingeling) R 19056 19058 18933 0 -1 4202560 8242 1250 0 0 515 1 0 0 25 0 9 0 512388248 463163392 77719 33554432000 4194304 4417332 140734744046096 18446744073709551615 4252951 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19058/tid=19070] ppid=19056 vsize=452308 CPUtime=5.16 cores=0-7
/proc/19058/task/19070/stat : 19070 (plingeling) R 19056 19058 18933 0 -1 4202560 14160 1250 0 0 514 2 0 0 25 0 9 0 512388248 463163392 77719 33554432000 4194304 4417332 140734744046096 18446744073709551615 4252475 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19058/tid=19071] ppid=19056 vsize=452308 CPUtime=5.15 cores=0-7
/proc/19058/task/19071/stat : 19071 (plingeling) R 19056 19058 18933 0 -1 4202560 13864 1250 0 0 513 2 0 0 25 0 9 0 512388249 463163392 77719 33554432000 4194304 4417332 140734744046096 18446744073709551615 4239395 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19058/tid=19072] ppid=19056 vsize=452308 CPUtime=5.15 cores=0-7
/proc/19058/task/19072/stat : 19072 (plingeling) R 19056 19058 18933 0 -1 4202560 10169 1250 0 0 514 1 0 0 25 0 9 0 512388249 463163392 77719 33554432000 4194304 4417332 140734744046096 18446744073709551615 4274060 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 42.45
Current children cumulated vsize (KiB) 452308

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

[startup+7.90127 s]
/proc/loadavg: 7.65 7.28 4.88 9/179 19072
/proc/meminfo: memFree=18593212/32950928 swapFree=67111528/67111528
[pid=19058] ppid=19056 vsize=519920 CPUtime=55.24 cores=0-7
/proc/19058/stat : 19058 (plingeling) S 19056 19058 18933 0 -1 4202496 147838 1250 0 0 5501 23 0 0 18 0 9 0 512388136 532398080 94744 33554432000 4194304 4417332 140734744046096 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/19058/statm: 129980 94744 180 55 0 127866 0
[pid=19058/tid=19065] ppid=19056 vsize=519920 CPUtime=6.77 cores=0-7
/proc/19058/task/19065/stat : 19065 (plingeling) R 19056 19058 18933 0 -1 4202560 11651 1250 0 0 675 2 0 0 25 0 9 0 512388248 532398080 94744 33554432000 4194304 4417332 140734744046096 18446744073709551615 4253405 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19058/tid=19066] ppid=19056 vsize=519920 CPUtime=6.77 cores=0-7
/proc/19058/task/19066/stat : 19066 (plingeling) R 19056 19058 18933 0 -1 4202560 8365 1250 0 0 676 1 0 0 25 0 9 0 512388248 532398080 94744 33554432000 4194304 4417332 140734744046096 18446744073709551615 4252879 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19058/tid=19067] ppid=19056 vsize=519920 CPUtime=6.72 cores=0-7
/proc/19058/task/19067/stat : 19067 (plingeling) R 19056 19058 18933 0 -1 4202560 11835 1250 0 0 670 2 0 0 25 0 9 0 512388248 532398080 94744 33554432000 4194304 4417332 140734744046096 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=19058/tid=19068] ppid=19056 vsize=519920 CPUtime=6.76 cores=0-7
/proc/19058/task/19068/stat : 19068 (plingeling) R 19056 19058 18933 0 -1 4202560 4426 1250 0 0 676 0 0 0 25 0 9 0 512388248 532398080 94744 33554432000 4194304 4417332 140734744046096 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19058/tid=19069] ppid=19056 vsize=519920 CPUtime=6.76 cores=0-7
/proc/19058/task/19069/stat : 19069 (plingeling) R 19056 19058 18933 0 -1 4202560 10804 1250 0 0 675 1 0 0 25 0 9 0 512388248 532398080 94744 33554432000 4194304 4417332 140734744046096 18446744073709551615 4239616 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19058/tid=19070] ppid=19056 vsize=519920 CPUtime=6.75 cores=0-7
/proc/19058/task/19070/stat : 19070 (plingeling) R 19056 19058 18933 0 -1 4202560 16209 1250 0 0 673 2 0 0 25 0 9 0 512388248 532398080 94744 33554432000 4194304 4417332 140734744046096 18446744073709551615 4252408 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19058/tid=19071] ppid=19056 vsize=519920 CPUtime=6.75 cores=0-7
/proc/19058/task/19071/stat : 19071 (plingeling) R 19056 19058 18933 0 -1 4202560 16515 1250 0 0 673 2 0 0 25 0 9 0 512388249 532398080 94744 33554432000 4194304 4417332 140734744046096 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19058/tid=19072] ppid=19056 vsize=519920 CPUtime=6.76 cores=0-7
/proc/19058/task/19072/stat : 19072 (plingeling) R 19056 19058 18933 0 -1 4202560 13242 1250 0 0 674 2 0 0 25 0 9 0 512388249 532398080 94744 33554432000 4194304 4417332 140734744046096 18446744073709551615 4257090 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 55.24
Current children cumulated vsize (KiB) 519920

[startup+8.70117 s]
/proc/loadavg: 7.65 7.28 4.88 6/176 19072
/proc/meminfo: memFree=18591872/32950928 swapFree=67111528/67111528
[pid=19058] ppid=19056 vsize=519920 CPUtime=61.43 cores=0-7
/proc/19058/stat : 19058 (plingeling) S 19056 19058 18933 0 -1 4202496 147839 1250 0 0 6120 23 0 0 18 0 6 0 512388136 532398080 94745 33554432000 4194304 4417332 140734744046096 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/19058/statm: 129980 94745 181 55 0 127866 0
[pid=19058/tid=19065] ppid=19056 vsize=519920 CPUtime=7.58 cores=0-7
/proc/19058/task/19065/stat : 19065 (plingeling) R 19056 19058 18933 0 -1 4202560 11651 1250 0 0 756 2 0 0 25 0 6 0 512388248 532398080 94745 33554432000 4194304 4417332 140734744046096 18446744073709551615 4252708 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19058/tid=19066] ppid=19056 vsize=519920 CPUtime=7.57 cores=0-7
/proc/19058/task/19066/stat : 19066 (plingeling) R 19056 19058 18933 0 -1 4202560 8365 1250 0 0 756 1 0 0 25 0 6 0 512388248 532398080 94745 33554432000 4194304 4417332 140734744046096 18446744073709551615 4253176 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19058/tid=19069] ppid=19056 vsize=519920 CPUtime=7.57 cores=0-7
/proc/19058/task/19069/stat : 19069 (plingeling) R 19056 19058 18933 0 -1 4202560 10804 1250 0 0 756 1 0 0 25 0 6 0 512388248 532398080 94745 33554432000 4194304 4417332 140734744046096 18446744073709551615 4252947 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19058/tid=19070] ppid=19056 vsize=519920 CPUtime=7.56 cores=0-7
/proc/19058/task/19070/stat : 19070 (plingeling) R 19056 19058 18933 0 -1 4202560 16209 1250 0 0 754 2 0 0 25 0 6 0 512388248 532398080 94745 33554432000 4194304 4417332 140734744046096 18446744073709551615 4239395 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19058/tid=19072] ppid=19056 vsize=519920 CPUtime=7.57 cores=0-7
/proc/19058/task/19072/stat : 19072 (plingeling) R 19056 19058 18933 0 -1 4202560 13242 1250 0 0 755 2 0 0 25 0 6 0 512388249 532398080 94745 33554432000 4194304 4417332 140734744046096 18446744073709551615 4252379 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 61.43
Current children cumulated vsize (KiB) 519920

[startup+8.90114 s]
/proc/loadavg: 7.65 7.28 4.88 6/176 19072
/proc/meminfo: memFree=18591872/32950928 swapFree=67111528/67111528
[pid=19058] ppid=19056 vsize=518536 CPUtime=62.19 cores=0-7
/proc/19058/stat : 19058 (plingeling) S 19056 19058 18933 0 -1 4202496 147839 1250 0 0 6196 23 0 0 18 0 3 0 512388136 530980864 94399 33554432000 4194304 4417332 140734744046096 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/19058/statm: 129634 94399 181 55 0 127520 0
[pid=19058/tid=19066] ppid=19056 vsize=518536 CPUtime=7.77 cores=0-7
/proc/19058/task/19066/stat : 19066 (plingeling) R 19056 19058 18933 0 -1 4202560 8365 1250 0 0 776 1 0 0 25 0 3 0 512388248 530980864 94399 33554432000 4194304 4417332 140734744046096 18446744073709551615 4252967 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19058/tid=19070] ppid=19056 vsize=518536 CPUtime=7.75 cores=0-7
/proc/19058/task/19070/stat : 19070 (plingeling) R 19056 19058 18933 0 -1 4202560 16209 1250 0 0 773 2 0 0 25 0 3 0 512388248 530980864 94399 33554432000 4194304 4417332 140734744046096 18446744073709551615 4341265 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 62.19
Current children cumulated vsize (KiB) 518536

[startup+9.00113 s]
/proc/loadavg: 7.65 7.28 4.88 6/176 19072
/proc/meminfo: memFree=18591872/32950928 swapFree=67111528/67111528
[pid=19058] ppid=19056 vsize=518052 CPUtime=62.33 cores=0-7
/proc/19058/stat : 19058 (plingeling) S 19056 19058 18933 0 -1 4202496 147839 1250 0 0 6210 23 0 0 18 0 2 0 512388136 530485248 94278 33554432000 4194304 4417332 140734744046096 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/19058/statm: 129513 94278 181 55 0 127399 0
[pid=19058/tid=19066] ppid=19056 vsize=518052 CPUtime=7.87 cores=0-7
/proc/19058/task/19066/stat : 19066 (plingeling) R 19056 19058 18933 0 -1 4202560 8365 1250 0 0 786 1 0 0 25 0 2 0 512388248 530485248 94278 33554432000 4194304 4417332 140734744046096 18446744073709551615 4252408 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 62.33
Current children cumulated vsize (KiB) 518052

Child status: 20
Real time (s): 9.08092
CPU time (s): 62.4175
CPU user time (s): 62.1576
CPU system time (s): 0.25996
CPU usage (%): 687.348
Max. virtual memory (cumulated for all children) (KiB): 520584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 62.1576
system time used= 0.25996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 149092
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= 203
involuntary context switches= 309

runsolver used 0.014997 second user time and 0.035994 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-28 18:25:15
IDJOB=3309705
IDBENCH=82470
IDSOLVER=1695
FILE ID=node149/3309705-1304007914
RUNJOBID= node149-1304007216-18947
PBS_JOBID= 13168828
Free space on /tmp= 71924 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtswvqis8x8p2-tseitin.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309705-1304007914/watcher-3309705-1304007914 -o /tmp/evaluation-result-3309705-1304007914/solver-3309705-1304007914 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3309705-1304007914.cnf

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

MD5SUM BENCH= a2c0a22b1392549d2fca6c4b89170828
RANDOM SEED=179983016

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.83
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.806
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.73
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.806
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.806
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.806
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.82
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.806
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:     32950928 kB
MemFree:      18969764 kB
Buffers:       2198888 kB
Cached:       11174496 kB
SwapCached:          0 kB
Active:        4495520 kB
Inactive:      8942012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      18969764 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            8624 kB
Writeback:           0 kB
AnonPages:       63668 kB
Mapped:          14536 kB
Slab:           476016 kB
PageTables:       4312 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   187408 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= 71924 MiB
End job on node149 at 2011-04-28 18:25:24