Trace number 3309690

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 117.258 15.1627

General information on the benchmark

Nameapplication/jarvisalo/
HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-bjrb07amba2andenv-tseitin.cnf
MD5SUM7599aafec7bebba20ceab50260cd7197
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.53746
Satisfiable
(Un)Satisfiability was proved
Number of variables70167
Number of clauses209513
Sum of the clauses size488861
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2139674
Number of clauses of size 369837
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

117.11/15.16	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-3309690-1304007773/watcher-3309690-1304007773 -o /tmp/evaluation-result-3309690-1304007773/solver-3309690-1304007773 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3309690-1304007773.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: 7.66 7.71 7.79 1/170 5975
/proc/meminfo: memFree=15220216/32950928 swapFree=67111528/67111528
[pid=5975] ppid=5973 vsize=10256 CPUtime=0 cores=0-7
/proc/5975/stat : 5975 (plingeling) R 5973 5975 5540 0 -1 4202496 641 1251 0 0 0 0 0 0 22 0 1 0 512376000 10502144 570 33554432000 4194304 4417332 140735804012736 18446744073709551615 251813934051 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/5975/statm: 2564 570 147 55 0 450 0

[startup+0.05052 s]
/proc/loadavg: 7.66 7.71 7.79 1/170 5975
/proc/meminfo: memFree=15220216/32950928 swapFree=67111528/67111528
[pid=5975] ppid=5973 vsize=18800 CPUtime=0.04 cores=0-7
/proc/5975/stat : 5975 (plingeling) R 5973 5975 5540 0 -1 4202496 2794 1251 0 0 4 0 0 0 22 0 1 0 512376000 19251200 2723 33554432000 4194304 4417332 140735804012736 18446744073709551615 4231515 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/5975/statm: 4700 2723 148 55 0 2586 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 18800

[startup+0.100511 s]
/proc/loadavg: 7.66 7.71 7.79 1/170 5975
/proc/meminfo: memFree=15220216/32950928 swapFree=67111528/67111528
[pid=5975] ppid=5973 vsize=27544 CPUtime=0.09 cores=0-7
/proc/5975/stat : 5975 (plingeling) R 5973 5975 5540 0 -1 4202496 5008 1251 0 0 9 0 0 0 22 0 1 0 512376000 28205056 4893 33554432000 4194304 4417332 140735804012736 18446744073709551615 4236012 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/5975/statm: 6886 4893 148 55 0 4772 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27544

[startup+0.300477 s]
/proc/loadavg: 7.66 7.71 7.79 1/170 5975
/proc/meminfo: memFree=15220216/32950928 swapFree=67111528/67111528
[pid=5975] ppid=5973 vsize=68548 CPUtime=0.29 cores=0-7
/proc/5975/stat : 5975 (plingeling) R 5973 5975 5540 0 -1 4202496 15280 1251 0 0 27 2 0 0 23 0 1 0 512376000 70193152 15160 33554432000 4194304 4417332 140735804012736 18446744073709551615 251814298026 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/5975/statm: 17649 15165 148 55 0 15535 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 68548

[startup+0.700418 s]
/proc/loadavg: 7.66 7.71 7.79 1/170 5975
/proc/meminfo: memFree=15220216/32950928 swapFree=67111528/67111528
[pid=5975] ppid=5973 vsize=320216 CPUtime=2 cores=0-7
/proc/5975/stat : 5975 (plingeling) S 5973 5975 5540 0 -1 4202496 44517 1251 0 0 194 6 0 0 25 0 9 0 512376000 327901184 27443 33554432000 4194304 4417332 140735804012736 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/5975/statm: 80054 27443 172 55 0 77940 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 320216

[startup+1.50128 s]
/proc/loadavg: 7.66 7.71 7.79 9/179 5989
/proc/meminfo: memFree=15104956/32950928 swapFree=67111528/67111528
[pid=5975] ppid=5973 vsize=319964 CPUtime=8.41 cores=0-7
/proc/5975/stat : 5975 (plingeling) S 5973 5975 5540 0 -1 4202496 56296 1251 0 0 833 8 0 0 25 0 9 0 512376000 327643136 28774 33554432000 4194304 4417332 140735804012736 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/5975/statm: 79991 28774 174 55 0 77877 0
[pid=5975/tid=5982] ppid=5973 vsize=319964 CPUtime=0.99 cores=0-7
/proc/5975/task/5982/stat : 5982 (plingeling) R 5973 5975 5540 0 -1 4202560 1868 1251 0 0 99 0 0 0 19 0 9 0 512376050 327643136 28774 33554432000 4194304 4417332 140735804012736 18446744073709551615 4290592 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5975/tid=5983] ppid=5973 vsize=319964 CPUtime=0.98 cores=0-7
/proc/5975/task/5983/stat : 5983 (plingeling) R 5973 5975 5540 0 -1 4202560 5543 1251 0 0 98 0 0 0 25 0 9 0 512376050 327643136 28774 33554432000 4194304 4417332 140735804012736 18446744073709551615 4292211 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5975/tid=5984] ppid=5973 vsize=319964 CPUtime=0.98 cores=0-7
/proc/5975/task/5984/stat : 5984 (plingeling) R 5973 5975 5540 0 -1 4202560 1855 1251 0 0 98 0 0 0 25 0 9 0 512376050 327643136 28774 33554432000 4194304 4417332 140735804012736 18446744073709551615 4288282 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=5975/tid=5985] ppid=5973 vsize=319964 CPUtime=0.99 cores=0-7
/proc/5975/task/5985/stat : 5985 (plingeling) R 5973 5975 5540 0 -1 4202560 1936 1251 0 0 99 0 0 0 25 0 9 0 512376050 327643136 28774 33554432000 4194304 4417332 140735804012736 18446744073709551615 4364473 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=5975/tid=5986] ppid=5973 vsize=319964 CPUtime=0.97 cores=0-7
/proc/5975/task/5986/stat : 5986 (plingeling) R 5973 5975 5540 0 -1 4202560 3877 1251 0 0 97 0 0 0 25 0 9 0 512376050 327643136 28774 33554432000 4194304 4417332 140735804012736 18446744073709551615 4291220 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5975/tid=5987] ppid=5973 vsize=319964 CPUtime=0.98 cores=0-7
/proc/5975/task/5987/stat : 5987 (plingeling) R 5973 5975 5540 0 -1 4202560 6574 1251 0 0 98 0 0 0 25 0 9 0 512376051 327643136 28774 33554432000 4194304 4417332 140735804012736 18446744073709551615 4291497 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5975/tid=5988] ppid=5973 vsize=319964 CPUtime=0.97 cores=0-7
/proc/5975/task/5988/stat : 5988 (plingeling) R 5973 5975 5540 0 -1 4202560 1783 1251 0 0 97 0 0 0 25 0 9 0 512376051 327643136 28774 33554432000 4194304 4417332 140735804012736 18446744073709551615 4286414 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5975/tid=5989] ppid=5973 vsize=319964 CPUtime=0.97 cores=0-7
/proc/5975/task/5989/stat : 5989 (plingeling) R 5973 5975 5540 0 -1 4202560 5146 1251 0 0 97 0 0 0 25 0 9 0 512376052 327643136 28774 33554432000 4194304 4417332 140735804012736 18446744073709551615 4290337 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 8.41
Current children cumulated vsize (KiB) 319964

[startup+3.10101 s]
/proc/loadavg: 7.66 7.71 7.79 9/179 5989
/proc/meminfo: memFree=15085116/32950928 swapFree=67111528/67111528
[pid=5975] ppid=5973 vsize=357700 CPUtime=21.19 cores=0-7
/proc/5975/stat : 5975 (plingeling) S 5973 5975 5540 0 -1 4202496 81240 1251 0 0 2107 12 0 0 25 0 9 0 512376000 366284800 39035 33554432000 4194304 4417332 140735804012736 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/5975/statm: 89425 39035 178 55 0 87311 0
[pid=5975/tid=5982] ppid=5973 vsize=357700 CPUtime=2.59 cores=0-7
/proc/5975/task/5982/stat : 5982 (plingeling) R 5973 5975 5540 0 -1 4202560 3708 1251 0 0 259 0 0 0 22 0 9 0 512376050 366284800 39035 33554432000 4194304 4417332 140735804012736 18446744073709551615 4346401 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5975/tid=5983] ppid=5973 vsize=357700 CPUtime=2.58 cores=0-7
/proc/5975/task/5983/stat : 5983 (plingeling) R 5973 5975 5540 0 -1 4202560 9193 1251 0 0 257 1 0 0 25 0 9 0 512376050 366284800 39035 33554432000 4194304 4417332 140735804012736 18446744073709551615 4320455 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5975/tid=5984] ppid=5973 vsize=357700 CPUtime=2.58 cores=0-7
/proc/5975/task/5984/stat : 5984 (plingeling) R 5973 5975 5540 0 -1 4202560 9674 1251 0 0 257 1 0 0 25 0 9 0 512376050 366284800 39035 33554432000 4194304 4417332 140735804012736 18446744073709551615 4286233 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=5975/tid=5985] ppid=5973 vsize=357700 CPUtime=2.58 cores=0-7
/proc/5975/task/5985/stat : 5985 (plingeling) R 5973 5975 5540 0 -1 4202560 2960 1251 0 0 258 0 0 0 25 0 9 0 512376050 366284800 39035 33554432000 4194304 4417332 140735804012736 18446744073709551615 4264918 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=5975/tid=5986] ppid=5973 vsize=357700 CPUtime=2.57 cores=0-7
/proc/5975/task/5986/stat : 5986 (plingeling) R 5973 5975 5540 0 -1 4202560 6613 1251 0 0 256 1 0 0 25 0 9 0 512376050 366284800 39035 33554432000 4194304 4417332 140735804012736 18446744073709551615 4346401 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5975/tid=5987] ppid=5973 vsize=357700 CPUtime=2.59 cores=0-7
/proc/5975/task/5987/stat : 5987 (plingeling) R 5973 5975 5540 0 -1 4202560 9128 1251 0 0 258 1 0 0 25 0 9 0 512376051 366284800 39035 33554432000 4194304 4417332 140735804012736 18446744073709551615 4346401 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5975/tid=5988] ppid=5973 vsize=357700 CPUtime=2.57 cores=0-7
/proc/5975/task/5988/stat : 5988 (plingeling) R 5973 5975 5540 0 -1 4202560 3319 1251 0 0 257 0 0 0 25 0 9 0 512376051 366284800 39035 33554432000 4194304 4417332 140735804012736 18446744073709551615 4330532 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5975/tid=5989] ppid=5973 vsize=357700 CPUtime=2.57 cores=0-7
/proc/5975/task/5989/stat : 5989 (plingeling) R 5973 5975 5540 0 -1 4202560 8931 1251 0 0 256 1 0 0 25 0 9 0 512376052 366284800 39035 33554432000 4194304 4417332 140735804012736 18446744073709551615 4346390 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 21.19
Current children cumulated vsize (KiB) 357700

[startup+6.30047 s]
/proc/loadavg: 7.68 7.72 7.79 9/179 5989
/proc/meminfo: memFree=15035516/32950928 swapFree=67111528/67111528
[pid=5975] ppid=5973 vsize=392992 CPUtime=46.77 cores=0-7
/proc/5975/stat : 5975 (plingeling) S 5973 5975 5540 0 -1 4202496 94067 1251 0 0 4664 13 0 0 25 0 9 0 512376000 402423808 48834 33554432000 4194304 4417332 140735804012736 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/5975/statm: 98248 48834 180 55 0 96134 0
[pid=5975/tid=5982] ppid=5973 vsize=392992 CPUtime=5.79 cores=0-7
/proc/5975/task/5982/stat : 5982 (plingeling) R 5973 5975 5540 0 -1 4202560 5860 1251 0 0 579 0 0 0 25 0 9 0 512376050 402423808 48834 33554432000 4194304 4417332 140735804012736 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5975/tid=5983] ppid=5973 vsize=392992 CPUtime=5.78 cores=0-7
/proc/5975/task/5983/stat : 5983 (plingeling) R 5973 5975 5540 0 -1 4202560 12114 1251 0 0 577 1 0 0 25 0 9 0 512376050 402423808 48834 33554432000 4194304 4417332 140735804012736 18446744073709551615 4249584 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5975/tid=5984] ppid=5973 vsize=392992 CPUtime=5.78 cores=0-7
/proc/5975/task/5984/stat : 5984 (plingeling) R 5973 5975 5540 0 -1 4202560 10958 1251 0 0 577 1 0 0 25 0 9 0 512376050 402423808 48834 33554432000 4194304 4417332 140735804012736 18446744073709551615 4365033 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=5975/tid=5985] ppid=5973 vsize=392992 CPUtime=5.78 cores=0-7
/proc/5975/task/5985/stat : 5985 (plingeling) R 5973 5975 5540 0 -1 4202560 2960 1251 0 0 578 0 0 0 25 0 9 0 512376050 402423808 48834 33554432000 4194304 4417332 140735804012736 18446744073709551615 4353463 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=5975/tid=5986] ppid=5973 vsize=392992 CPUtime=5.75 cores=0-7
/proc/5975/task/5986/stat : 5986 (plingeling) R 5973 5975 5540 0 -1 4202560 8028 1251 0 0 574 1 0 0 25 0 9 0 512376050 402423808 48834 33554432000 4194304 4417332 140735804012736 18446744073709551615 4249222 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5975/tid=5987] ppid=5973 vsize=392992 CPUtime=5.78 cores=0-7
/proc/5975/task/5987/stat : 5987 (plingeling) R 5973 5975 5540 0 -1 4202560 12127 1251 0 0 577 1 0 0 25 0 9 0 512376051 402423808 48834 33554432000 4194304 4417332 140735804012736 18446744073709551615 4248378 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5975/tid=5988] ppid=5973 vsize=392992 CPUtime=5.77 cores=0-7
/proc/5975/task/5988/stat : 5988 (plingeling) R 5973 5975 5540 0 -1 4202560 4344 1251 0 0 577 0 0 0 25 0 9 0 512376051 402423808 48834 33554432000 4194304 4417332 140735804012736 18446744073709551615 4236601 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5975/tid=5989] ppid=5973 vsize=392992 CPUtime=5.77 cores=0-7
/proc/5975/task/5989/stat : 5989 (plingeling) R 5973 5975 5540 0 -1 4202560 9962 1251 0 0 576 1 0 0 25 0 9 0 512376052 402423808 48834 33554432000 4194304 4417332 140735804012736 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 46.77
Current children cumulated vsize (KiB) 392992

[startup+12.7004 s]
/proc/loadavg: 7.71 7.72 7.79 9/179 5989
/proc/meminfo: memFree=15060596/32950928 swapFree=67111528/67111528
[pid=5975] ppid=5973 vsize=355384 CPUtime=97.94 cores=0-7
/proc/5975/stat : 5975 (plingeling) S 5973 5975 5540 0 -1 4202496 95395 1251 0 0 9780 14 0 0 25 0 9 0 512376000 363913216 38237 33554432000 4194304 4417332 140735804012736 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/5975/statm: 88846 38237 181 55 0 86732 0
[pid=5975/tid=5982] ppid=5973 vsize=355384 CPUtime=12.19 cores=0-7
/proc/5975/task/5982/stat : 5982 (plingeling) R 5973 5975 5540 0 -1 4202560 5860 1251 0 0 1219 0 0 0 25 0 9 0 512376050 363913216 38237 33554432000 4194304 4417332 140735804012736 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5975/tid=5983] ppid=5973 vsize=355384 CPUtime=12.18 cores=0-7
/proc/5975/task/5983/stat : 5983 (plingeling) R 5973 5975 5540 0 -1 4202560 12114 1251 0 0 1217 1 0 0 25 0 9 0 512376050 363913216 38237 33554432000 4194304 4417332 140735804012736 18446744073709551615 4364397 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5975/tid=5984] ppid=5973 vsize=355384 CPUtime=12.18 cores=0-7
/proc/5975/task/5984/stat : 5984 (plingeling) R 5973 5975 5540 0 -1 4202560 12199 1251 0 0 1217 1 0 0 25 0 9 0 512376050 363913216 38237 33554432000 4194304 4417332 140735804012736 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=5975/tid=5985] ppid=5973 vsize=355384 CPUtime=12.18 cores=0-7
/proc/5975/task/5985/stat : 5985 (plingeling) R 5973 5975 5540 0 -1 4202560 3011 1251 0 0 1218 0 0 0 25 0 9 0 512376050 363913216 38237 33554432000 4194304 4417332 140735804012736 18446744073709551615 4364375 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=5975/tid=5986] ppid=5973 vsize=355384 CPUtime=12.11 cores=0-7
/proc/5975/task/5986/stat : 5986 (plingeling) R 5973 5975 5540 0 -1 4202560 8028 1251 0 0 1210 1 0 0 25 0 9 0 512376050 363913216 38237 33554432000 4194304 4417332 140735804012736 18446744073709551615 4364942 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5975/tid=5987] ppid=5973 vsize=355384 CPUtime=12.18 cores=0-7
/proc/5975/task/5987/stat : 5987 (plingeling) R 5973 5975 5540 0 -1 4202560 12127 1251 0 0 1217 1 0 0 25 0 9 0 512376051 363913216 38237 33554432000 4194304 4417332 140735804012736 18446744073709551615 4355690 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5975/tid=5988] ppid=5973 vsize=355384 CPUtime=12.17 cores=0-7
/proc/5975/task/5988/stat : 5988 (plingeling) R 5973 5975 5540 0 -1 4202560 4380 1251 0 0 1217 0 0 0 25 0 9 0 512376051 363913216 38237 33554432000 4194304 4417332 140735804012736 18446744073709551615 4364713 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5975/tid=5989] ppid=5973 vsize=355384 CPUtime=12.17 cores=0-7
/proc/5975/task/5989/stat : 5989 (plingeling) R 5973 5975 5540 0 -1 4202560 9962 1251 0 0 1216 1 0 0 25 0 9 0 512376052 363913216 38237 33554432000 4194304 4417332 140735804012736 18446744073709551615 4236759 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 97.94
Current children cumulated vsize (KiB) 355384

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

[startup+14.3061 s]
/proc/loadavg: 7.73 7.73 7.80 9/179 5989
/proc/meminfo: memFree=15067060/32950928 swapFree=67111528/67111528
[pid=5975] ppid=5973 vsize=358048 CPUtime=110.77 cores=0-7
/proc/5975/stat : 5975 (plingeling) S 5973 5975 5540 0 -1 4202496 96082 1251 0 0 11063 14 0 0 25 0 9 0 512376000 366641152 38903 33554432000 4194304 4417332 140735804012736 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/5975/statm: 89512 38903 181 55 0 87398 0
[pid=5975/tid=5982] ppid=5973 vsize=358048 CPUtime=13.79 cores=0-7
/proc/5975/task/5982/stat : 5982 (plingeling) R 5973 5975 5540 0 -1 4202560 5869 1251 0 0 1379 0 0 0 25 0 9 0 512376050 366641152 38903 33554432000 4194304 4417332 140735804012736 18446744073709551615 4364544 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5975/tid=5983] ppid=5973 vsize=358048 CPUtime=13.79 cores=0-7
/proc/5975/task/5983/stat : 5983 (plingeling) R 5973 5975 5540 0 -1 4202560 12445 1251 0 0 1377 2 0 0 25 0 9 0 512376050 366641152 38903 33554432000 4194304 4417332 140735804012736 18446744073709551615 4239411 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5975/tid=5984] ppid=5973 vsize=358048 CPUtime=13.78 cores=0-7
/proc/5975/task/5984/stat : 5984 (plingeling) R 5973 5975 5540 0 -1 4202560 12199 1251 0 0 1377 1 0 0 25 0 9 0 512376050 366641152 38903 33554432000 4194304 4417332 140735804012736 18446744073709551615 4365101 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=5975/tid=5985] ppid=5973 vsize=358048 CPUtime=13.79 cores=0-7
/proc/5975/task/5985/stat : 5985 (plingeling) R 5973 5975 5540 0 -1 4202560 3011 1251 0 0 1379 0 0 0 25 0 9 0 512376050 366641152 38903 33554432000 4194304 4417332 140735804012736 18446744073709551615 4364409 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=5975/tid=5986] ppid=5973 vsize=358048 CPUtime=13.7 cores=0-7
/proc/5975/task/5986/stat : 5986 (plingeling) R 5973 5975 5540 0 -1 4202560 8036 1251 0 0 1369 1 0 0 25 0 9 0 512376050 366641152 38903 33554432000 4194304 4417332 140735804012736 18446744073709551615 4364355 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5975/tid=5987] ppid=5973 vsize=358048 CPUtime=13.79 cores=0-7
/proc/5975/task/5987/stat : 5987 (plingeling) R 5973 5975 5540 0 -1 4202560 12458 1251 0 0 1378 1 0 0 25 0 9 0 512376051 366641152 38903 33554432000 4194304 4417332 140735804012736 18446744073709551615 4252742 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5975/tid=5988] ppid=5973 vsize=358048 CPUtime=13.77 cores=0-7
/proc/5975/task/5988/stat : 5988 (plingeling) R 5973 5975 5540 0 -1 4202560 4380 1251 0 0 1377 0 0 0 25 0 9 0 512376051 366641152 38903 33554432000 4194304 4417332 140735804012736 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5975/tid=5989] ppid=5973 vsize=358048 CPUtime=13.77 cores=0-7
/proc/5975/task/5989/stat : 5989 (plingeling) R 5973 5975 5540 0 -1 4202560 9970 1251 0 0 1376 1 0 0 25 0 9 0 512376052 366641152 38903 33554432000 4194304 4417332 140735804012736 18446744073709551615 18446744073699066094 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 110.77
Current children cumulated vsize (KiB) 358048

[startup+14.7011 s]
/proc/loadavg: 7.73 7.73 7.80 9/179 5989
/proc/meminfo: memFree=15067060/32950928 swapFree=67111528/67111528
[pid=5975] ppid=5973 vsize=358048 CPUtime=113.93 cores=0-7
/proc/5975/stat : 5975 (plingeling) S 5973 5975 5540 0 -1 4202496 96082 1251 0 0 11379 14 0 0 25 0 9 0 512376000 366641152 38903 33554432000 4194304 4417332 140735804012736 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/5975/statm: 89512 38903 181 55 0 87398 0
[pid=5975/tid=5982] ppid=5973 vsize=358048 CPUtime=14.19 cores=0-7
/proc/5975/task/5982/stat : 5982 (plingeling) R 5973 5975 5540 0 -1 4202560 5869 1251 0 0 1419 0 0 0 25 0 9 0 512376050 366641152 38903 33554432000 4194304 4417332 140735804012736 18446744073709551615 4263216 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5975/tid=5983] ppid=5973 vsize=358048 CPUtime=14.19 cores=0-7
/proc/5975/task/5983/stat : 5983 (plingeling) R 5973 5975 5540 0 -1 4202560 12445 1251 0 0 1417 2 0 0 25 0 9 0 512376050 366641152 38903 33554432000 4194304 4417332 140735804012736 18446744073709551615 4337104 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5975/tid=5984] ppid=5973 vsize=358048 CPUtime=14.18 cores=0-7
/proc/5975/task/5984/stat : 5984 (plingeling) R 5973 5975 5540 0 -1 4202560 12199 1251 0 0 1417 1 0 0 25 0 9 0 512376050 366641152 38903 33554432000 4194304 4417332 140735804012736 18446744073709551615 4364544 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=5975/tid=5985] ppid=5973 vsize=358048 CPUtime=14.18 cores=0-7
/proc/5975/task/5985/stat : 5985 (plingeling) R 5973 5975 5540 0 -1 4202560 3011 1251 0 0 1418 0 0 0 25 0 9 0 512376050 366641152 38903 33554432000 4194304 4417332 140735804012736 18446744073709551615 4353450 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=5975/tid=5986] ppid=5973 vsize=358048 CPUtime=14.1 cores=0-7
/proc/5975/task/5986/stat : 5986 (plingeling) R 5973 5975 5540 0 -1 4202560 8036 1251 0 0 1409 1 0 0 25 0 9 0 512376050 366641152 38903 33554432000 4194304 4417332 140735804012736 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5975/tid=5987] ppid=5973 vsize=358048 CPUtime=14.18 cores=0-7
/proc/5975/task/5987/stat : 5987 (plingeling) R 5973 5975 5540 0 -1 4202560 12458 1251 0 0 1417 1 0 0 25 0 9 0 512376051 366641152 38903 33554432000 4194304 4417332 140735804012736 18446744073709551615 4248899 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5975/tid=5988] ppid=5973 vsize=358048 CPUtime=14.17 cores=0-7
/proc/5975/task/5988/stat : 5988 (plingeling) R 5973 5975 5540 0 -1 4202560 4380 1251 0 0 1417 0 0 0 25 0 9 0 512376051 366641152 38903 33554432000 4194304 4417332 140735804012736 18446744073709551615 4364753 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5975/tid=5989] ppid=5973 vsize=358048 CPUtime=14.17 cores=0-7
/proc/5975/task/5989/stat : 5989 (plingeling) R 5973 5975 5540 0 -1 4202560 9970 1251 0 0 1416 1 0 0 25 0 9 0 512376052 366641152 38903 33554432000 4194304 4417332 140735804012736 18446744073709551615 4303468 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 113.93
Current children cumulated vsize (KiB) 358048

[startup+15.101 s]
/proc/loadavg: 7.73 7.73 7.80 9/179 5989
/proc/meminfo: memFree=15067060/32950928 swapFree=67111528/67111528
[pid=5975] ppid=5973 vsize=360532 CPUtime=117.11 cores=0-7
/proc/5975/stat : 5975 (plingeling) S 5973 5975 5540 0 -1 4202496 96726 1251 0 0 11697 14 0 0 25 0 7 0 512376000 369184768 39525 33554432000 4194304 4417332 140735804012736 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/5975/statm: 90133 39525 182 55 0 88019 0
[pid=5975/tid=5982] ppid=5973 vsize=360532 CPUtime=14.59 cores=0-7
/proc/5975/task/5982/stat : 5982 (plingeling) R 5973 5975 5540 0 -1 4202560 6191 1251 0 0 1459 0 0 0 25 0 7 0 512376050 369184768 39525 33554432000 4194304 4417332 140735804012736 18446744073709551615 4234260 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5975/tid=5983] ppid=5973 vsize=360532 CPUtime=14.59 cores=0-7
/proc/5975/task/5983/stat : 5983 (plingeling) R 5973 5975 5540 0 -1 4202560 12445 1251 0 0 1457 2 0 0 25 0 7 0 512376050 369184768 39525 33554432000 4194304 4417332 140735804012736 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5975/tid=5984] ppid=5973 vsize=360532 CPUtime=14.58 cores=0-7
/proc/5975/task/5984/stat : 5984 (plingeling) R 5973 5975 5540 0 -1 4202560 12199 1251 0 0 1457 1 0 0 25 0 7 0 512376050 369184768 39525 33554432000 4194304 4417332 140735804012736 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=5975/tid=5986] ppid=5973 vsize=360532 CPUtime=14.5 cores=0-7
/proc/5975/task/5986/stat : 5986 (plingeling) R 5973 5975 5540 0 -1 4202560 8357 1251 0 0 1449 1 0 0 25 0 7 0 512376050 369184768 39525 33554432000 4194304 4417332 140735804012736 18446744073709551615 4229580 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5975/tid=5987] ppid=5973 vsize=360532 CPUtime=14.58 cores=0-7
/proc/5975/task/5987/stat : 5987 (plingeling) R 5973 5975 5540 0 -1 4202560 12458 1251 0 0 1457 1 0 0 25 0 7 0 512376051 369184768 39525 33554432000 4194304 4417332 140735804012736 18446744073709551615 4249110 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5975/tid=5989] ppid=5973 vsize=360532 CPUtime=14.57 cores=0-7
/proc/5975/task/5989/stat : 5989 (plingeling) R 5973 5975 5540 0 -1 4202560 9970 1251 0 0 1456 1 0 0 25 0 7 0 512376052 369184768 39525 33554432000 4194304 4417332 140735804012736 18446744073709551615 4249209 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 117.11
Current children cumulated vsize (KiB) 360532

Child status: 20
Real time (s): 15.1627
CPU time (s): 117.258
CPU user time (s): 117.099
CPU system time (s): 0.158975
CPU usage (%): 773.334
Max. virtual memory (cumulated for all children) (KiB): 394348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 117.099
system time used= 0.158975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97980
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= 234
involuntary context switches= 554

runsolver used 0.024996 second user time and 0.058991 second system time

The end

Launcher Data

Begin job on node126 at 2011-04-28 18:22:53
IDJOB=3309690
IDBENCH=82465
IDSOLVER=1695
FILE ID=node126/3309690-1304007773
RUNJOBID= node126-1304003442-5554
PBS_JOBID= 13168804
Free space on /tmp= 71596 MiB

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

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

MD5SUM BENCH= 7599aafec7bebba20ceab50260cd7197
RANDOM SEED=1436522892

node126.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.783
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.56
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.783
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.783
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.783
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.783
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.80
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.783
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.783
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.783
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15220372 kB
Buffers:       1838612 kB
Cached:       15237124 kB
SwapCached:          0 kB
Active:        6583352 kB
Inactive:     10559800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15220372 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3500 kB
Writeback:          12 kB
AnonPages:       67168 kB
Mapped:          14304 kB
Slab:           519172 kB
PageTables:       4120 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   188508 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= 71596 MiB
End job on node126 at 2011-04-28 18:23:08